Shades of Dark Cerulean #064770
Tints of Dark Cerulean #064770
RGB
CMYK
RGB Variations
Color information
#064770 (or 0x064770) is known color: Dark Cerulean. HEX triplet: 06, 47 and 70. RGB value is (6,71,112). Sum of RGB (Red+Green+Blue) = 6+71+112=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #064770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064770 is #F9B88F. Grayscale: #383838. Windows color (decimal): -16365712 or 7358214. OLE color: 7358214.
HSL color Cylindrical-coordinate representation of color #064770: hue angle of 203.21º 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 #064770 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 71 | 112 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.56 |
| HSL | 203.21º | 0.9% | 0.23% | - |
| HSV(B) | 203.21º | 0.95% | 0.44% | - |
| XYZ | 5.25 | 5.72 | 16.16 | - |
| YUV | 56.24 | 159.47 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 112 | 0.95 | 0.37 | 0 | 0.56 | 203.21 | 0.9 | 0.23 |
| Hex | 6 | 47 | 70 | 5F | 25 | 0 | 38 | CB | 5A | 17 |
| Octal | 6 | 107 | 160 | 137 | 45 | 0 | 70 | 313 | 132 | 27 |
| Binary | 110 | 1000111 | 1110000 | 1011111 | 100101 | 0 | 111000 | 11001011 | 1011010 | 10111 |
Color Harmonies of #064770
Complementary color
Monochromatic Colors of #064770
Black with #064770
Text Example
Text Example
White with #064770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064770; }
p { color: rgb(6,71,112); }
H1.HeaderClassName
{
color: #064770;
}
.AnyTagClassName
{
color: #064770;
}
</style>
background-color css
<style>
a { background-color: #064770; }
a { background-color: rgb(6,71,112); }
div.DivClassName
{
background-color: #064770;
}
.BgClassName
{
background-color: #064770;
}
</style>
border-color css
<style>
span { border-color: #064770; }
span { border-color: rgb(6,71,112); }
td.TdClassName
{
border-color: #064770;
}
.TagClassName
{
border-color: #064770;
}
</style>