Shades of Blue Lagoon #024D6B
Tints of Blue Lagoon #024D6B
RGB
CMYK
RGB Variations
Color information
#024D6B (or 0x024D6B) is known color: Blue Lagoon. HEX triplet: 02, 4D and 6B. RGB value is (2,77,107). Sum of RGB (Red+Green+Blue) = 2+77+107=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #024D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D6B is #FDB294. Grayscale: #393939. Windows color (decimal): -16626325 or 7032066. OLE color: 7032066.
HSL color Cylindrical-coordinate representation of color #024D6B: hue angle of 197.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024D6B is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 77 | 107 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.58 |
| HSL | 197.14º | 0.96% | 0.21% | - |
| HSV(B) | 197.14º | 0.98% | 0.42% | - |
| XYZ | 5.33 | 6.38 | 14.86 | - |
| YUV | 58 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 107 | 0.98 | 0.28 | 0 | 0.58 | 197.14 | 0.96 | 0.21 |
| Hex | 2 | 4D | 6B | 62 | 1C | 0 | 3A | C5 | 60 | 15 |
| Octal | 2 | 115 | 153 | 142 | 34 | 0 | 72 | 305 | 140 | 25 |
| Binary | 10 | 1001101 | 1101011 | 1100010 | 11100 | 0 | 111010 | 11000101 | 1100000 | 10101 |
Color Harmonies of #024D6B
Complementary color
Monochromatic Colors of #024D6B
Black with #024D6B
Text Example
Text Example
White with #024D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D6B; }
p { color: rgb(2,77,107); }
H1.HeaderClassName
{
color: #024D6B;
}
.AnyTagClassName
{
color: #024D6B;
}
</style>
background-color css
<style>
a { background-color: #024D6B; }
a { background-color: rgb(2,77,107); }
div.DivClassName
{
background-color: #024D6B;
}
.BgClassName
{
background-color: #024D6B;
}
</style>
border-color css
<style>
span { border-color: #024D6B; }
span { border-color: rgb(2,77,107); }
td.TdClassName
{
border-color: #024D6B;
}
.TagClassName
{
border-color: #024D6B;
}
</style>