Shades of Blue Lagoon #045E6E
Tints of Blue Lagoon #045E6E
RGB
CMYK
RGB Variations
Color information
#045E6E (or 0x045E6E) is known color: Blue Lagoon. HEX triplet: 04, 5E and 6E. RGB value is (4,94,110). Sum of RGB (Red+Green+Blue) = 4+94+110=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #045E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045E6E is #FBA191. Grayscale: #444444. Windows color (decimal): -16490898 or 7233028. OLE color: 7233028.
HSL color Cylindrical-coordinate representation of color #045E6E: hue angle of 189.06º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045E6E is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 94 | 110 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.57 |
| HSL | 189.06º | 0.93% | 0.22% | - |
| HSV(B) | 189.06º | 0.96% | 0.43% | - |
| XYZ | 6.87 | 9.16 | 16.16 | - |
| YUV | 68.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 110 | 0.96 | 0.15 | 0 | 0.57 | 189.06 | 0.93 | 0.22 |
| Hex | 4 | 5E | 6E | 60 | F | 0 | 39 | BD | 5D | 16 |
| Octal | 4 | 136 | 156 | 140 | 17 | 0 | 71 | 275 | 135 | 26 |
| Binary | 100 | 1011110 | 1101110 | 1100000 | 1111 | 0 | 111001 | 10111101 | 1011101 | 10110 |
Color Harmonies of #045E6E
Complementary color
Monochromatic Colors of #045E6E
Black with #045E6E
Text Example
Text Example
White with #045E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E6E; }
p { color: rgb(4,94,110); }
H1.HeaderClassName
{
color: #045E6E;
}
.AnyTagClassName
{
color: #045E6E;
}
</style>
background-color css
<style>
a { background-color: #045E6E; }
a { background-color: rgb(4,94,110); }
div.DivClassName
{
background-color: #045E6E;
}
.BgClassName
{
background-color: #045E6E;
}
</style>
border-color css
<style>
span { border-color: #045E6E; }
span { border-color: rgb(4,94,110); }
td.TdClassName
{
border-color: #045E6E;
}
.TagClassName
{
border-color: #045E6E;
}
</style>