Shades of Dark Cerulean #014270
Tints of Dark Cerulean #014270
RGB
CMYK
RGB Variations
Color information
#014270 (or 0x014270) is known color: Dark Cerulean. HEX triplet: 01, 42 and 70. RGB value is (1,66,112). Sum of RGB (Red+Green+Blue) = 1+66+112=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #014270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014270 is #FEBD8F. Grayscale: #333333. Windows color (decimal): -16694672 or 7356929. OLE color: 7356929.
HSL color Cylindrical-coordinate representation of color #014270: hue angle of 204.86º 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 #014270 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 66 | 112 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.56 |
| HSL | 204.86º | 0.98% | 0.22% | - |
| HSV(B) | 204.86º | 0.99% | 0.44% | - |
| XYZ | 4.89 | 5.07 | 16.05 | - |
| YUV | 51.81 | 161.97 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 112 | 0.99 | 0.41 | 0 | 0.56 | 204.86 | 0.98 | 0.22 |
| Hex | 1 | 42 | 70 | 63 | 29 | 0 | 38 | CD | 62 | 16 |
| Octal | 1 | 102 | 160 | 143 | 51 | 0 | 70 | 315 | 142 | 26 |
| Binary | 1 | 1000010 | 1110000 | 1100011 | 101001 | 0 | 111000 | 11001101 | 1100010 | 10110 |
Color Harmonies of #014270
Complementary color
Monochromatic Colors of #014270
Black with #014270
Text Example
Text Example
White with #014270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014270; }
p { color: rgb(1,66,112); }
H1.HeaderClassName
{
color: #014270;
}
.AnyTagClassName
{
color: #014270;
}
</style>
background-color css
<style>
a { background-color: #014270; }
a { background-color: rgb(1,66,112); }
div.DivClassName
{
background-color: #014270;
}
.BgClassName
{
background-color: #014270;
}
</style>
border-color css
<style>
span { border-color: #014270; }
span { border-color: rgb(1,66,112); }
td.TdClassName
{
border-color: #014270;
}
.TagClassName
{
border-color: #014270;
}
</style>