Shades of Blue Lagoon #024E6A
Tints of Blue Lagoon #024E6A
RGB
CMYK
RGB Variations
Color information
#024E6A (or 0x024E6A) is known color: Blue Lagoon. HEX triplet: 02, 4E and 6A. RGB value is (2,78,106). Sum of RGB (Red+Green+Blue) = 2+78+106=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #024E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E6A is #FDB195. Grayscale: #3A3A3A. Windows color (decimal): -16626070 or 6966786. OLE color: 6966786.
HSL color Cylindrical-coordinate representation of color #024E6A: hue angle of 196.15º 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 #024E6A is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 78 | 106 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.58 |
| HSL | 196.15º | 0.96% | 0.21% | - |
| HSV(B) | 196.15º | 0.98% | 0.42% | - |
| XYZ | 5.35 | 6.5 | 14.61 | - |
| YUV | 58.47 | 154.82 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 106 | 0.98 | 0.26 | 0 | 0.58 | 196.15 | 0.96 | 0.21 |
| Hex | 2 | 4E | 6A | 62 | 1A | 0 | 3A | C4 | 60 | 15 |
| Octal | 2 | 116 | 152 | 142 | 32 | 0 | 72 | 304 | 140 | 25 |
| Binary | 10 | 1001110 | 1101010 | 1100010 | 11010 | 0 | 111010 | 11000100 | 1100000 | 10101 |
Color Harmonies of #024E6A
Complementary color
Monochromatic Colors of #024E6A
Black with #024E6A
Text Example
Text Example
White with #024E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E6A; }
p { color: rgb(2,78,106); }
H1.HeaderClassName
{
color: #024E6A;
}
.AnyTagClassName
{
color: #024E6A;
}
</style>
background-color css
<style>
a { background-color: #024E6A; }
a { background-color: rgb(2,78,106); }
div.DivClassName
{
background-color: #024E6A;
}
.BgClassName
{
background-color: #024E6A;
}
</style>
border-color css
<style>
span { border-color: #024E6A; }
span { border-color: rgb(2,78,106); }
td.TdClassName
{
border-color: #024E6A;
}
.TagClassName
{
border-color: #024E6A;
}
</style>