Shades of Blue Lagoon #045D6C
Tints of Blue Lagoon #045D6C
RGB
CMYK
RGB Variations
Color information
#045D6C (or 0x045D6C) is known color: Blue Lagoon. HEX triplet: 04, 5D and 6C. RGB value is (4,93,108). Sum of RGB (Red+Green+Blue) = 4+93+108=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #045D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D6C is #FBA293. Grayscale: #434343. Windows color (decimal): -16491156 or 7101700. OLE color: 7101700.
HSL color Cylindrical-coordinate representation of color #045D6C: hue angle of 188.65º 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 #045D6C is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 93 | 108 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.58 |
| HSL | 188.65º | 0.93% | 0.22% | - |
| HSV(B) | 188.65º | 0.96% | 0.42% | - |
| XYZ | 6.67 | 8.94 | 15.56 | - |
| YUV | 68.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 108 | 0.96 | 0.14 | 0 | 0.58 | 188.65 | 0.93 | 0.22 |
| Hex | 4 | 5D | 6C | 60 | E | 0 | 3A | BD | 5D | 16 |
| Octal | 4 | 135 | 154 | 140 | 16 | 0 | 72 | 275 | 135 | 26 |
| Binary | 100 | 1011101 | 1101100 | 1100000 | 1110 | 0 | 111010 | 10111101 | 1011101 | 10110 |
Color Harmonies of #045D6C
Complementary color
Monochromatic Colors of #045D6C
Black with #045D6C
Text Example
Text Example
White with #045D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D6C; }
p { color: rgb(4,93,108); }
H1.HeaderClassName
{
color: #045D6C;
}
.AnyTagClassName
{
color: #045D6C;
}
</style>
background-color css
<style>
a { background-color: #045D6C; }
a { background-color: rgb(4,93,108); }
div.DivClassName
{
background-color: #045D6C;
}
.BgClassName
{
background-color: #045D6C;
}
</style>
border-color css
<style>
span { border-color: #045D6C; }
span { border-color: rgb(4,93,108); }
td.TdClassName
{
border-color: #045D6C;
}
.TagClassName
{
border-color: #045D6C;
}
</style>