Shades of Dark Cerulean #004270
Tints of Dark Cerulean #004270
RGB
CMYK
RGB Variations
Color information
#004270 (or 0x004270) is known color: Dark Cerulean. HEX triplet: 00, 42 and 70. RGB value is (0,66,112). Sum of RGB (Red+Green+Blue) = 0+66+112=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #004270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004270 is #FFBD8F. Grayscale: #333333. Windows color (decimal): -16760208 or 7356928. OLE color: 7356928.
HSL color Cylindrical-coordinate representation of color #004270: hue angle of 204.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004270 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 66 | 112 | - |
| CMYK | 1 | 0.41 | 0 | 0.56 |
| HSL | 204.64º | 1% | 0.22% | - |
| HSV(B) | 204.64º | 1% | 0.44% | - |
| XYZ | 4.87 | 5.07 | 16.05 | - |
| YUV | 51.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 112 | 1 | 0.41 | 0 | 0.56 | 204.64 | 1 | 0.22 |
| Hex | 0 | 42 | 70 | 64 | 29 | 0 | 38 | CD | 64 | 16 |
| Octal | 0 | 102 | 160 | 144 | 51 | 0 | 70 | 315 | 144 | 26 |
| Binary | 0 | 1000010 | 1110000 | 1100100 | 101001 | 0 | 111000 | 11001101 | 1100100 | 10110 |
Color Harmonies of #004270
Complementary color
Monochromatic Colors of #004270
Black with #004270
Text Example
Text Example
White with #004270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004270; }
p { color: rgb(0,66,112); }
H1.HeaderClassName
{
color: #004270;
}
.AnyTagClassName
{
color: #004270;
}
</style>
background-color css
<style>
a { background-color: #004270; }
a { background-color: rgb(0,66,112); }
div.DivClassName
{
background-color: #004270;
}
.BgClassName
{
background-color: #004270;
}
</style>
border-color css
<style>
span { border-color: #004270; }
span { border-color: rgb(0,66,112); }
td.TdClassName
{
border-color: #004270;
}
.TagClassName
{
border-color: #004270;
}
</style>