Shades of Blue Lagoon #024D69
Tints of Blue Lagoon #024D69
RGB
CMYK
RGB Variations
Color information
#024D69 (or 0x024D69) is known color: Blue Lagoon. HEX triplet: 02, 4D and 69. RGB value is (2,77,105). Sum of RGB (Red+Green+Blue) = 2+77+105=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #024D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D69 is #FDB296. Grayscale: #393939. Windows color (decimal): -16626327 or 6900994. OLE color: 6900994.
HSL color Cylindrical-coordinate representation of color #024D69: hue angle of 196.31º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024D69 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 77 | 105 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.59 |
| HSL | 196.31º | 0.96% | 0.21% | - |
| HSV(B) | 196.31º | 0.98% | 0.41% | - |
| XYZ | 5.23 | 6.34 | 14.31 | - |
| YUV | 57.77 | 154.65 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 105 | 0.98 | 0.27 | 0 | 0.59 | 196.31 | 0.96 | 0.21 |
| Hex | 2 | 4D | 69 | 62 | 1B | 0 | 3B | C4 | 60 | 15 |
| Octal | 2 | 115 | 151 | 142 | 33 | 0 | 73 | 304 | 140 | 25 |
| Binary | 10 | 1001101 | 1101001 | 1100010 | 11011 | 0 | 111011 | 11000100 | 1100000 | 10101 |
Color Harmonies of #024D69
Complementary color
Monochromatic Colors of #024D69
Black with #024D69
Text Example
Text Example
White with #024D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D69; }
p { color: rgb(2,77,105); }
H1.HeaderClassName
{
color: #024D69;
}
.AnyTagClassName
{
color: #024D69;
}
</style>
background-color css
<style>
a { background-color: #024D69; }
a { background-color: rgb(2,77,105); }
div.DivClassName
{
background-color: #024D69;
}
.BgClassName
{
background-color: #024D69;
}
</style>
border-color css
<style>
span { border-color: #024D69; }
span { border-color: rgb(2,77,105); }
td.TdClassName
{
border-color: #024D69;
}
.TagClassName
{
border-color: #024D69;
}
</style>