#045F69

Color #045F69 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #045F69

Tints of Blue Lagoon #045F69

Color information

#045F69 (or 0x045F69) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5F and 69. RGB value is (4,95,105). Sum of RGB (Red+Green+Blue) = 4+95+105=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #045F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F69 is #FBA096. Grayscale: #444444. Windows color (decimal): -16490647 or 6905604. OLE color: 6905604.

HSL color Cylindrical-coordinate representation of color #045F69: hue angle of 185.94º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045F69 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB495105-
CMYK0.960.1000.59
HSL185.94º92.66%21.37%-
HSV(B)185.94º96.19%41.18%-
XYZ6.699.2314.79-
YUV68.93148.3581.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=1.96%
G=46.57%
B=51.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4951050.960.1000.59185.9492.6621.37
Hex45F6960A03Bba5d15
Octal41371511401207327213525
Binary1001011111110100111000001010011101110111010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045F69; }

 p { color: rgb(4,95,105); }

 H1.HeaderClassName
 {
   color: #045F69;
 }
 .AnyTagClassName
 {
   color: #045F69;
 }
</style>
background-color css

<style>
 a { background-color: #045F69; }

 a { background-color: rgb(4,95,105); }

 div.DivClassName
 {
   background-color: #045F69;
 }
 .BgClassName
 {
   background-color: #045F69;
 }
</style>
border-color css

<style>
 span { border-color: #045F69; }

 span { border-color: rgb(4,95,105); }

 td.TdClassName
 {
   border-color: #045F69;
 }
 .TagClassName
 {
   border-color: #045F69;
 }
</style>