Shades of Dark Cerulean #064270
Tints of Dark Cerulean #064270
RGB
CMYK
RGB Variations
Color information
#064270 (or 0x064270) is known color: Dark Cerulean. HEX triplet: 06, 42 and 70. RGB value is (6,66,112). Sum of RGB (Red+Green+Blue) = 6+66+112=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #064270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064270 is #F9BD8F. Grayscale: #353535. Windows color (decimal): -16366992 or 7356934. OLE color: 7356934.
HSL color Cylindrical-coordinate representation of color #064270: hue angle of 206.04º 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 #064270 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 66 | 112 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.56 |
| HSL | 206.04º | 0.9% | 0.23% | - |
| HSV(B) | 206.04º | 0.95% | 0.44% | - |
| XYZ | 4.95 | 5.11 | 16.05 | - |
| YUV | 53.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 112 | 0.95 | 0.41 | 0 | 0.56 | 206.04 | 0.9 | 0.23 |
| Hex | 6 | 42 | 70 | 5F | 29 | 0 | 38 | CE | 5A | 17 |
| Octal | 6 | 102 | 160 | 137 | 51 | 0 | 70 | 316 | 132 | 27 |
| Binary | 110 | 1000010 | 1110000 | 1011111 | 101001 | 0 | 111000 | 11001110 | 1011010 | 10111 |
Color Harmonies of #064270
Complementary color
Monochromatic Colors of #064270
Black with #064270
Text Example
Text Example
White with #064270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064270; }
p { color: rgb(6,66,112); }
H1.HeaderClassName
{
color: #064270;
}
.AnyTagClassName
{
color: #064270;
}
</style>
background-color css
<style>
a { background-color: #064270; }
a { background-color: rgb(6,66,112); }
div.DivClassName
{
background-color: #064270;
}
.BgClassName
{
background-color: #064270;
}
</style>
border-color css
<style>
span { border-color: #064270; }
span { border-color: rgb(6,66,112); }
td.TdClassName
{
border-color: #064270;
}
.TagClassName
{
border-color: #064270;
}
</style>