#045F6B

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

Shades of Blue Lagoon #045F6B

Tints of Blue Lagoon #045F6B

Color information

#045F6B (or 0x045F6B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5F and 6B. RGB value is (4,95,107). Sum of RGB (Red+Green+Blue) = 4+95+107=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #045F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F6B is #FBA094. Grayscale: #454545. Windows color (decimal): -16490645 or 7036676. OLE color: 7036676.

HSL color Cylindrical-coordinate representation of color #045F6B: hue angle of 186.99º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045F6B is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB495107-
CMYK0.960.1100.58
HSL186.99º92.79%21.76%-
HSV(B)186.99º96.26%41.96%-
XYZ6.89.2715.34-
YUV69.16149.3581.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 95 (37.5% from 255) = 46.12%
BLUE value IS 107 (42.19% from 255) = 51.94%
R=1.94%
G=46.12%
B=51.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4951070.960.1100.58186.9992.7921.76
Hex45F6B60B03Abb5d16
Octal41371531401307227313526
Binary1001011111110101111000001011011101010111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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