Shades of Dark Cerulean #064370
Tints of Dark Cerulean #064370
RGB
CMYK
RGB Variations
Color information
#064370 (or 0x064370) is known color: Dark Cerulean. HEX triplet: 06, 43 and 70. RGB value is (6,67,112). Sum of RGB (Red+Green+Blue) = 6+67+112=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #064370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064370 is #F9BC8F. Grayscale: #353535. Windows color (decimal): -16366736 or 7357190. OLE color: 7357190.
HSL color Cylindrical-coordinate representation of color #064370: hue angle of 205.47º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064370 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 67 | 112 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.56 |
| HSL | 205.47º | 0.9% | 0.23% | - |
| HSV(B) | 205.47º | 0.95% | 0.44% | - |
| XYZ | 5.01 | 5.22 | 16.07 | - |
| YUV | 53.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 112 | 0.95 | 0.40 | 0 | 0.56 | 205.47 | 0.9 | 0.23 |
| Hex | 6 | 43 | 70 | 5F | 28 | 0 | 38 | CD | 5A | 17 |
| Octal | 6 | 103 | 160 | 137 | 50 | 0 | 70 | 315 | 132 | 27 |
| Binary | 110 | 1000011 | 1110000 | 1011111 | 101000 | 0 | 111000 | 11001101 | 1011010 | 10111 |
Color Harmonies of #064370
Complementary color
Monochromatic Colors of #064370
Black with #064370
Text Example
Text Example
White with #064370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064370; }
p { color: rgb(6,67,112); }
H1.HeaderClassName
{
color: #064370;
}
.AnyTagClassName
{
color: #064370;
}
</style>
background-color css
<style>
a { background-color: #064370; }
a { background-color: rgb(6,67,112); }
div.DivClassName
{
background-color: #064370;
}
.BgClassName
{
background-color: #064370;
}
</style>
border-color css
<style>
span { border-color: #064370; }
span { border-color: rgb(6,67,112); }
td.TdClassName
{
border-color: #064370;
}
.TagClassName
{
border-color: #064370;
}
</style>