Shades of Dark Cerulean #014370
Tints of Dark Cerulean #014370
RGB
CMYK
RGB Variations
Color information
#014370 (or 0x014370) is known color: Dark Cerulean. HEX triplet: 01, 43 and 70. RGB value is (1,67,112). Sum of RGB (Red+Green+Blue) = 1+67+112=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #014370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014370 is #FEBC8F. Grayscale: #343434. Windows color (decimal): -16694416 or 7357185. OLE color: 7357185.
HSL color Cylindrical-coordinate representation of color #014370: hue angle of 204.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014370 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 67 | 112 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.56 |
| HSL | 204.32º | 0.98% | 0.22% | - |
| HSV(B) | 204.32º | 0.99% | 0.44% | - |
| XYZ | 4.94 | 5.19 | 16.07 | - |
| YUV | 52.4 | 161.63 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 112 | 0.99 | 0.40 | 0 | 0.56 | 204.32 | 0.98 | 0.22 |
| Hex | 1 | 43 | 70 | 63 | 28 | 0 | 38 | CC | 62 | 16 |
| Octal | 1 | 103 | 160 | 143 | 50 | 0 | 70 | 314 | 142 | 26 |
| Binary | 1 | 1000011 | 1110000 | 1100011 | 101000 | 0 | 111000 | 11001100 | 1100010 | 10110 |
Color Harmonies of #014370
Complementary color
Monochromatic Colors of #014370
Black with #014370
Text Example
Text Example
White with #014370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014370; }
p { color: rgb(1,67,112); }
H1.HeaderClassName
{
color: #014370;
}
.AnyTagClassName
{
color: #014370;
}
</style>
background-color css
<style>
a { background-color: #014370; }
a { background-color: rgb(1,67,112); }
div.DivClassName
{
background-color: #014370;
}
.BgClassName
{
background-color: #014370;
}
</style>
border-color css
<style>
span { border-color: #014370; }
span { border-color: rgb(1,67,112); }
td.TdClassName
{
border-color: #014370;
}
.TagClassName
{
border-color: #014370;
}
</style>