Shades of Dark Cerulean #014379
Tints of Dark Cerulean #014379
RGB
CMYK
RGB Variations
Color information
#014379 (or 0x014379) is known color: Dark Cerulean. HEX triplet: 01, 43 and 79. RGB value is (1,67,121). Sum of RGB (Red+Green+Blue) = 1+67+121=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #014379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014379 is #FEBC86. Grayscale: #353535. Windows color (decimal): -16694407 or 7947009. OLE color: 7947009.
HSL color Cylindrical-coordinate representation of color #014379: hue angle of 207º 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 #014379 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 67 | 121 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.53 |
| HSL | 207º | 0.98% | 0.24% | - |
| HSV(B) | 207º | 0.99% | 0.47% | - |
| XYZ | 5.47 | 5.4 | 18.84 | - |
| YUV | 53.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 121 | 0.99 | 0.45 | 0 | 0.53 | 207 | 0.98 | 0.24 |
| Hex | 1 | 43 | 79 | 63 | 2D | 0 | 35 | CF | 62 | 18 |
| Octal | 1 | 103 | 171 | 143 | 55 | 0 | 65 | 317 | 142 | 30 |
| Binary | 1 | 1000011 | 1111001 | 1100011 | 101101 | 0 | 110101 | 11001111 | 1100010 | 11000 |
Color Harmonies of #014379
Complementary color
Monochromatic Colors of #014379
Black with #014379
Text Example
Text Example
White with #014379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014379; }
p { color: rgb(1,67,121); }
H1.HeaderClassName
{
color: #014379;
}
.AnyTagClassName
{
color: #014379;
}
</style>
background-color css
<style>
a { background-color: #014379; }
a { background-color: rgb(1,67,121); }
div.DivClassName
{
background-color: #014379;
}
.BgClassName
{
background-color: #014379;
}
</style>
border-color css
<style>
span { border-color: #014379; }
span { border-color: rgb(1,67,121); }
td.TdClassName
{
border-color: #014379;
}
.TagClassName
{
border-color: #014379;
}
</style>