Shades of Dark Cerulean #064773
Tints of Dark Cerulean #064773
RGB
CMYK
RGB Variations
Color information
#064773 (or 0x064773) is known color: Dark Cerulean. HEX triplet: 06, 47 and 73. RGB value is (6,71,115). Sum of RGB (Red+Green+Blue) = 6+71+115=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #064773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064773 is #F9B88C. Grayscale: #383838. Windows color (decimal): -16365709 or 7554822. OLE color: 7554822.
HSL color Cylindrical-coordinate representation of color #064773: hue angle of 204.22º 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 #064773 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 71 | 115 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.55 |
| HSL | 204.22º | 0.9% | 0.24% | - |
| HSV(B) | 204.22º | 0.95% | 0.45% | - |
| XYZ | 5.42 | 5.78 | 17.05 | - |
| YUV | 56.58 | 160.97 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 115 | 0.95 | 0.38 | 0 | 0.55 | 204.22 | 0.9 | 0.24 |
| Hex | 6 | 47 | 73 | 5F | 26 | 0 | 37 | CC | 5A | 18 |
| Octal | 6 | 107 | 163 | 137 | 46 | 0 | 67 | 314 | 132 | 30 |
| Binary | 110 | 1000111 | 1110011 | 1011111 | 100110 | 0 | 110111 | 11001100 | 1011010 | 11000 |
Color Harmonies of #064773
Complementary color
Monochromatic Colors of #064773
Black with #064773
Text Example
Text Example
White with #064773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064773; }
p { color: rgb(6,71,115); }
H1.HeaderClassName
{
color: #064773;
}
.AnyTagClassName
{
color: #064773;
}
</style>
background-color css
<style>
a { background-color: #064773; }
a { background-color: rgb(6,71,115); }
div.DivClassName
{
background-color: #064773;
}
.BgClassName
{
background-color: #064773;
}
</style>
border-color css
<style>
span { border-color: #064773; }
span { border-color: rgb(6,71,115); }
td.TdClassName
{
border-color: #064773;
}
.TagClassName
{
border-color: #064773;
}
</style>