Shades of Dark Cerulean #024678
Tints of Dark Cerulean #024678
RGB
CMYK
RGB Variations
Color information
#024678 (or 0x024678) is known color: Dark Cerulean. HEX triplet: 02, 46 and 78. RGB value is (2,70,120). Sum of RGB (Red+Green+Blue) = 2+70+120=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #024678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024678 is #FDB987. Grayscale: #373737. Windows color (decimal): -16628104 or 7882242. OLE color: 7882242.
HSL color Cylindrical-coordinate representation of color #024678: hue angle of 205.42º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024678 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 70 | 120 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.53 |
| HSL | 205.42º | 0.97% | 0.24% | - |
| HSV(B) | 205.42º | 0.98% | 0.47% | - |
| XYZ | 5.61 | 5.75 | 18.58 | - |
| YUV | 55.37 | 164.47 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 120 | 0.98 | 0.42 | 0 | 0.53 | 205.42 | 0.97 | 0.24 |
| Hex | 2 | 46 | 78 | 62 | 2A | 0 | 35 | CD | 61 | 18 |
| Octal | 2 | 106 | 170 | 142 | 52 | 0 | 65 | 315 | 141 | 30 |
| Binary | 10 | 1000110 | 1111000 | 1100010 | 101010 | 0 | 110101 | 11001101 | 1100001 | 11000 |
Color Harmonies of #024678
Complementary color
Monochromatic Colors of #024678
Black with #024678
Text Example
Text Example
White with #024678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024678; }
p { color: rgb(2,70,120); }
H1.HeaderClassName
{
color: #024678;
}
.AnyTagClassName
{
color: #024678;
}
</style>
background-color css
<style>
a { background-color: #024678; }
a { background-color: rgb(2,70,120); }
div.DivClassName
{
background-color: #024678;
}
.BgClassName
{
background-color: #024678;
}
</style>
border-color css
<style>
span { border-color: #024678; }
span { border-color: rgb(2,70,120); }
td.TdClassName
{
border-color: #024678;
}
.TagClassName
{
border-color: #024678;
}
</style>