Shades of Blue Lagoon #024F66
Tints of Blue Lagoon #024F66
RGB
CMYK
RGB Variations
Color information
#024F66 (or 0x024F66) is known color: Blue Lagoon. HEX triplet: 02, 4F and 66. RGB value is (2,79,102). Sum of RGB (Red+Green+Blue) = 2+79+102=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #024F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F66 is #FDB099. Grayscale: #3A3A3A. Windows color (decimal): -16625818 or 6704898. OLE color: 6704898.
HSL color Cylindrical-coordinate representation of color #024F66: hue angle of 193.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024F66 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 79 | 102 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.6 |
| HSL | 193.8º | 0.96% | 0.2% | - |
| HSV(B) | 193.8º | 0.98% | 0.4% | - |
| XYZ | 5.22 | 6.56 | 13.56 | - |
| YUV | 58.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 102 | 0.98 | 0.23 | 0 | 0.6 | 193.8 | 0.96 | 0.2 |
| Hex | 2 | 4F | 66 | 62 | 17 | 0 | 3C | C2 | 60 | 14 |
| Octal | 2 | 117 | 146 | 142 | 27 | 0 | 74 | 302 | 140 | 24 |
| Binary | 10 | 1001111 | 1100110 | 1100010 | 10111 | 0 | 111100 | 11000010 | 1100000 | 10100 |
Color Harmonies of #024F66
Complementary color
Monochromatic Colors of #024F66
Black with #024F66
Text Example
Text Example
White with #024F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F66; }
p { color: rgb(2,79,102); }
H1.HeaderClassName
{
color: #024F66;
}
.AnyTagClassName
{
color: #024F66;
}
</style>
background-color css
<style>
a { background-color: #024F66; }
a { background-color: rgb(2,79,102); }
div.DivClassName
{
background-color: #024F66;
}
.BgClassName
{
background-color: #024F66;
}
</style>
border-color css
<style>
span { border-color: #024F66; }
span { border-color: rgb(2,79,102); }
td.TdClassName
{
border-color: #024F66;
}
.TagClassName
{
border-color: #024F66;
}
</style>