Shades of Blue Lagoon #024E6B
Tints of Blue Lagoon #024E6B
RGB
CMYK
RGB Variations
Color information
#024E6B (or 0x024E6B) is known color: Blue Lagoon. HEX triplet: 02, 4E and 6B. RGB value is (2,78,107). Sum of RGB (Red+Green+Blue) = 2+78+107=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #024E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E6B is #FDB194. Grayscale: #3A3A3A. Windows color (decimal): -16626069 or 7032322. OLE color: 7032322.
HSL color Cylindrical-coordinate representation of color #024E6B: hue angle of 196.57º 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 #024E6B is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 78 | 107 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.58 |
| HSL | 196.57º | 0.96% | 0.21% | - |
| HSV(B) | 196.57º | 0.98% | 0.42% | - |
| XYZ | 5.4 | 6.52 | 14.88 | - |
| YUV | 58.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 107 | 0.98 | 0.27 | 0 | 0.58 | 196.57 | 0.96 | 0.21 |
| Hex | 2 | 4E | 6B | 62 | 1B | 0 | 3A | C5 | 60 | 15 |
| Octal | 2 | 116 | 153 | 142 | 33 | 0 | 72 | 305 | 140 | 25 |
| Binary | 10 | 1001110 | 1101011 | 1100010 | 11011 | 0 | 111010 | 11000101 | 1100000 | 10101 |
Color Harmonies of #024E6B
Complementary color
Monochromatic Colors of #024E6B
Black with #024E6B
Text Example
Text Example
White with #024E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E6B; }
p { color: rgb(2,78,107); }
H1.HeaderClassName
{
color: #024E6B;
}
.AnyTagClassName
{
color: #024E6B;
}
</style>
background-color css
<style>
a { background-color: #024E6B; }
a { background-color: rgb(2,78,107); }
div.DivClassName
{
background-color: #024E6B;
}
.BgClassName
{
background-color: #024E6B;
}
</style>
border-color css
<style>
span { border-color: #024E6B; }
span { border-color: rgb(2,78,107); }
td.TdClassName
{
border-color: #024E6B;
}
.TagClassName
{
border-color: #024E6B;
}
</style>