Shades of Dark Cerulean #014879
Tints of Dark Cerulean #014879
RGB
CMYK
RGB Variations
Color information
#014879 (or 0x014879) is known color: Dark Cerulean. HEX triplet: 01, 48 and 79. RGB value is (1,72,121). Sum of RGB (Red+Green+Blue) = 1+72+121=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #014879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014879 is #FEB786. Grayscale: #383838. Windows color (decimal): -16693127 or 7948289. OLE color: 7948289.
HSL color Cylindrical-coordinate representation of color #014879: hue angle of 204.5º 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 #014879 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 72 | 121 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.53 |
| HSL | 204.5º | 0.98% | 0.24% | - |
| HSV(B) | 204.5º | 0.99% | 0.47% | - |
| XYZ | 5.78 | 6.02 | 18.95 | - |
| YUV | 56.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 121 | 0.99 | 0.40 | 0 | 0.53 | 204.5 | 0.98 | 0.24 |
| Hex | 1 | 48 | 79 | 63 | 28 | 0 | 35 | CC | 62 | 18 |
| Octal | 1 | 110 | 171 | 143 | 50 | 0 | 65 | 314 | 142 | 30 |
| Binary | 1 | 1001000 | 1111001 | 1100011 | 101000 | 0 | 110101 | 11001100 | 1100010 | 11000 |
Color Harmonies of #014879
Complementary color
Monochromatic Colors of #014879
Black with #014879
Text Example
Text Example
White with #014879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014879; }
p { color: rgb(1,72,121); }
H1.HeaderClassName
{
color: #014879;
}
.AnyTagClassName
{
color: #014879;
}
</style>
background-color css
<style>
a { background-color: #014879; }
a { background-color: rgb(1,72,121); }
div.DivClassName
{
background-color: #014879;
}
.BgClassName
{
background-color: #014879;
}
</style>
border-color css
<style>
span { border-color: #014879; }
span { border-color: rgb(1,72,121); }
td.TdClassName
{
border-color: #014879;
}
.TagClassName
{
border-color: #014879;
}
</style>