Shades of Dark Cerulean #004370
Tints of Dark Cerulean #004370
RGB
CMYK
RGB Variations
Color information
#004370 (or 0x004370) is known color: Dark Cerulean. HEX triplet: 00, 43 and 70. RGB value is (0,67,112). Sum of RGB (Red+Green+Blue) = 0+67+112=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 67 (26.56% from 255 or 37.43% 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 #004370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004370 is #FFBC8F. Grayscale: #333333. Windows color (decimal): -16759952 or 7357184. OLE color: 7357184.
HSL color Cylindrical-coordinate representation of color #004370: hue angle of 204.11º 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 #004370 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 67 | 112 | - |
| CMYK | 1 | 0.40 | 0 | 0.56 |
| HSL | 204.11º | 1% | 0.22% | - |
| HSV(B) | 204.11º | 1% | 0.44% | - |
| XYZ | 4.93 | 5.18 | 16.07 | - |
| YUV | 52.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 112 | 1 | 0.40 | 0 | 0.56 | 204.11 | 1 | 0.22 |
| Hex | 0 | 43 | 70 | 64 | 28 | 0 | 38 | CC | 64 | 16 |
| Octal | 0 | 103 | 160 | 144 | 50 | 0 | 70 | 314 | 144 | 26 |
| Binary | 0 | 1000011 | 1110000 | 1100100 | 101000 | 0 | 111000 | 11001100 | 1100100 | 10110 |
Color Harmonies of #004370
Complementary color
Monochromatic Colors of #004370
Black with #004370
Text Example
Text Example
White with #004370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004370; }
p { color: rgb(0,67,112); }
H1.HeaderClassName
{
color: #004370;
}
.AnyTagClassName
{
color: #004370;
}
</style>
background-color css
<style>
a { background-color: #004370; }
a { background-color: rgb(0,67,112); }
div.DivClassName
{
background-color: #004370;
}
.BgClassName
{
background-color: #004370;
}
</style>
border-color css
<style>
span { border-color: #004370; }
span { border-color: rgb(0,67,112); }
td.TdClassName
{
border-color: #004370;
}
.TagClassName
{
border-color: #004370;
}
</style>