#045E6B

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

Shades of Blue Lagoon #045E6B

Tints of Blue Lagoon #045E6B

Color information

#045E6B (or 0x045E6B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5E and 6B. RGB value is (4,94,107). Sum of RGB (Red+Green+Blue) = 4+94+107=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #045E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045E6B is #FBA194. Grayscale: #444444. Windows color (decimal): -16490901 or 7036420. OLE color: 7036420.

HSL color Cylindrical-coordinate representation of color #045E6B: hue angle of 187.57º 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 #045E6B is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB494107-
CMYK0.960.1200.58
HSL187.57º92.79%21.76%-
HSV(B)187.57º96.26%41.96%-
XYZ6.719.0915.31-
YUV68.57149.6881.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 94 (37.11% from 255) = 45.85%
BLUE value IS 107 (42.19% from 255) = 52.20%
R=1.95%
G=45.85%
B=52.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4941070.960.1200.58187.5792.7921.76
Hex45E6B60C03Abc5d16
Octal41361531401407227413526
Binary1001011110110101111000001100011101010111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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