Shades of Dark Cerulean #024968
Tints of Dark Cerulean #024968
RGB
CMYK
RGB Variations
Color information
#024968 (or 0x024968) is known color: Dark Cerulean. HEX triplet: 02, 49 and 68. RGB value is (2,73,104). Sum of RGB (Red+Green+Blue) = 2+73+104=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #024968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024968 is #FDB697. Grayscale: #373737. Windows color (decimal): -16627352 or 6834434. OLE color: 6834434.
HSL color Cylindrical-coordinate representation of color #024968: hue angle of 198.24º 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 #024968 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 73 | 104 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.59 |
| HSL | 198.24º | 0.96% | 0.21% | - |
| HSV(B) | 198.24º | 0.98% | 0.41% | - |
| XYZ | 4.91 | 5.78 | 13.95 | - |
| YUV | 55.31 | 155.48 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 104 | 0.98 | 0.30 | 0 | 0.59 | 198.24 | 0.96 | 0.21 |
| Hex | 2 | 49 | 68 | 62 | 1E | 0 | 3B | C6 | 60 | 15 |
| Octal | 2 | 111 | 150 | 142 | 36 | 0 | 73 | 306 | 140 | 25 |
| Binary | 10 | 1001001 | 1101000 | 1100010 | 11110 | 0 | 111011 | 11000110 | 1100000 | 10101 |
Color Harmonies of #024968
Complementary color
Monochromatic Colors of #024968
Black with #024968
Text Example
Text Example
White with #024968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024968; }
p { color: rgb(2,73,104); }
H1.HeaderClassName
{
color: #024968;
}
.AnyTagClassName
{
color: #024968;
}
</style>
background-color css
<style>
a { background-color: #024968; }
a { background-color: rgb(2,73,104); }
div.DivClassName
{
background-color: #024968;
}
.BgClassName
{
background-color: #024968;
}
</style>
border-color css
<style>
span { border-color: #024968; }
span { border-color: rgb(2,73,104); }
td.TdClassName
{
border-color: #024968;
}
.TagClassName
{
border-color: #024968;
}
</style>