Shades of Dark Cerulean #064973
Tints of Dark Cerulean #064973
RGB
CMYK
RGB Variations
Color information
#064973 (or 0x064973) is known color: Dark Cerulean. HEX triplet: 06, 49 and 73. RGB value is (6,73,115). Sum of RGB (Red+Green+Blue) = 6+73+115=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #064973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064973 is #F9B68C. Grayscale: #393939. Windows color (decimal): -16365197 or 7555334. OLE color: 7555334.
HSL color Cylindrical-coordinate representation of color #064973: hue angle of 203.12º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064973 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 73 | 115 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.55 |
| HSL | 203.12º | 0.9% | 0.24% | - |
| HSV(B) | 203.12º | 0.95% | 0.45% | - |
| XYZ | 5.55 | 6.04 | 17.09 | - |
| YUV | 57.76 | 160.3 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 115 | 0.95 | 0.37 | 0 | 0.55 | 203.12 | 0.9 | 0.24 |
| Hex | 6 | 49 | 73 | 5F | 25 | 0 | 37 | CB | 5A | 18 |
| Octal | 6 | 111 | 163 | 137 | 45 | 0 | 67 | 313 | 132 | 30 |
| Binary | 110 | 1001001 | 1110011 | 1011111 | 100101 | 0 | 110111 | 11001011 | 1011010 | 11000 |
Color Harmonies of #064973
Complementary color
Monochromatic Colors of #064973
Black with #064973
Text Example
Text Example
White with #064973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064973; }
p { color: rgb(6,73,115); }
H1.HeaderClassName
{
color: #064973;
}
.AnyTagClassName
{
color: #064973;
}
</style>
background-color css
<style>
a { background-color: #064973; }
a { background-color: rgb(6,73,115); }
div.DivClassName
{
background-color: #064973;
}
.BgClassName
{
background-color: #064973;
}
</style>
border-color css
<style>
span { border-color: #064973; }
span { border-color: rgb(6,73,115); }
td.TdClassName
{
border-color: #064973;
}
.TagClassName
{
border-color: #064973;
}
</style>