Shades of Dark Cerulean #014878
Tints of Dark Cerulean #014878
RGB
CMYK
RGB Variations
Color information
#014878 (or 0x014878) is known color: Dark Cerulean. HEX triplet: 01, 48 and 78. RGB value is (1,72,120). Sum of RGB (Red+Green+Blue) = 1+72+120=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #014878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014878 is #FEB787. Grayscale: #373737. Windows color (decimal): -16693128 or 7882753. OLE color: 7882753.
HSL color Cylindrical-coordinate representation of color #014878: hue angle of 204.2º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014878 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 72 | 120 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.53 |
| HSL | 204.2º | 0.98% | 0.24% | - |
| HSV(B) | 204.2º | 0.99% | 0.47% | - |
| XYZ | 5.72 | 6 | 18.63 | - |
| YUV | 56.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 120 | 0.99 | 0.40 | 0 | 0.53 | 204.2 | 0.98 | 0.24 |
| Hex | 1 | 48 | 78 | 63 | 28 | 0 | 35 | CC | 62 | 18 |
| Octal | 1 | 110 | 170 | 143 | 50 | 0 | 65 | 314 | 142 | 30 |
| Binary | 1 | 1001000 | 1111000 | 1100011 | 101000 | 0 | 110101 | 11001100 | 1100010 | 11000 |
Color Harmonies of #014878
Complementary color
Monochromatic Colors of #014878
Black with #014878
Text Example
Text Example
White with #014878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014878; }
p { color: rgb(1,72,120); }
H1.HeaderClassName
{
color: #014878;
}
.AnyTagClassName
{
color: #014878;
}
</style>
background-color css
<style>
a { background-color: #014878; }
a { background-color: rgb(1,72,120); }
div.DivClassName
{
background-color: #014878;
}
.BgClassName
{
background-color: #014878;
}
</style>
border-color css
<style>
span { border-color: #014878; }
span { border-color: rgb(1,72,120); }
td.TdClassName
{
border-color: #014878;
}
.TagClassName
{
border-color: #014878;
}
</style>