Shades of Blue Lagoon #024C69
Tints of Blue Lagoon #024C69
RGB
CMYK
RGB Variations
Color information
#024C69 (or 0x024C69) is known color: Blue Lagoon. HEX triplet: 02, 4C and 69. RGB value is (2,76,105). Sum of RGB (Red+Green+Blue) = 2+76+105=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #024C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C69 is #FDB396. Grayscale: #383838. Windows color (decimal): -16626583 or 6900738. OLE color: 6900738.
HSL color Cylindrical-coordinate representation of color #024C69: hue angle of 196.89º 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 #024C69 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 76 | 105 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.59 |
| HSL | 196.89º | 0.96% | 0.21% | - |
| HSV(B) | 196.89º | 0.98% | 0.41% | - |
| XYZ | 5.16 | 6.2 | 14.29 | - |
| YUV | 57.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 105 | 0.98 | 0.28 | 0 | 0.59 | 196.89 | 0.96 | 0.21 |
| Hex | 2 | 4C | 69 | 62 | 1C | 0 | 3B | C5 | 60 | 15 |
| Octal | 2 | 114 | 151 | 142 | 34 | 0 | 73 | 305 | 140 | 25 |
| Binary | 10 | 1001100 | 1101001 | 1100010 | 11100 | 0 | 111011 | 11000101 | 1100000 | 10101 |
Color Harmonies of #024C69
Complementary color
Monochromatic Colors of #024C69
Black with #024C69
Text Example
Text Example
White with #024C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C69; }
p { color: rgb(2,76,105); }
H1.HeaderClassName
{
color: #024C69;
}
.AnyTagClassName
{
color: #024C69;
}
</style>
background-color css
<style>
a { background-color: #024C69; }
a { background-color: rgb(2,76,105); }
div.DivClassName
{
background-color: #024C69;
}
.BgClassName
{
background-color: #024C69;
}
</style>
border-color css
<style>
span { border-color: #024C69; }
span { border-color: rgb(2,76,105); }
td.TdClassName
{
border-color: #024C69;
}
.TagClassName
{
border-color: #024C69;
}
</style>