Shades of Blue Lagoon #024E6C
Tints of Blue Lagoon #024E6C
RGB
CMYK
RGB Variations
Color information
#024E6C (or 0x024E6C) is known color: Blue Lagoon. HEX triplet: 02, 4E and 6C. RGB value is (2,78,108). Sum of RGB (Red+Green+Blue) = 2+78+108=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #024E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E6C is #FDB193. Grayscale: #3A3A3A. Windows color (decimal): -16626068 or 7097858. OLE color: 7097858.
HSL color Cylindrical-coordinate representation of color #024E6C: hue angle of 196.98º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E6C is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 78 | 108 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.58 |
| HSL | 196.98º | 0.96% | 0.22% | - |
| HSV(B) | 196.98º | 0.98% | 0.42% | - |
| XYZ | 5.46 | 6.54 | 15.16 | - |
| YUV | 58.7 | 155.82 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 108 | 0.98 | 0.28 | 0 | 0.58 | 196.98 | 0.96 | 0.22 |
| Hex | 2 | 4E | 6C | 62 | 1C | 0 | 3A | C5 | 60 | 16 |
| Octal | 2 | 116 | 154 | 142 | 34 | 0 | 72 | 305 | 140 | 26 |
| Binary | 10 | 1001110 | 1101100 | 1100010 | 11100 | 0 | 111010 | 11000101 | 1100000 | 10110 |
Color Harmonies of #024E6C
Complementary color
Monochromatic Colors of #024E6C
Black with #024E6C
Text Example
Text Example
White with #024E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E6C; }
p { color: rgb(2,78,108); }
H1.HeaderClassName
{
color: #024E6C;
}
.AnyTagClassName
{
color: #024E6C;
}
</style>
background-color css
<style>
a { background-color: #024E6C; }
a { background-color: rgb(2,78,108); }
div.DivClassName
{
background-color: #024E6C;
}
.BgClassName
{
background-color: #024E6C;
}
</style>
border-color css
<style>
span { border-color: #024E6C; }
span { border-color: rgb(2,78,108); }
td.TdClassName
{
border-color: #024E6C;
}
.TagClassName
{
border-color: #024E6C;
}
</style>