Shades of Dark Cerulean #064769
Tints of Dark Cerulean #064769
RGB
CMYK
RGB Variations
Color information
#064769 (or 0x064769) is known color: Dark Cerulean. HEX triplet: 06, 47 and 69. RGB value is (6,71,105). Sum of RGB (Red+Green+Blue) = 6+71+105=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #064769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064769 is #F9B896. Grayscale: #373737. Windows color (decimal): -16365719 or 6899462. OLE color: 6899462.
HSL color Cylindrical-coordinate representation of color #064769: hue angle of 200.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064769 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 71 | 105 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.59 |
| HSL | 200.61º | 0.89% | 0.22% | - |
| HSV(B) | 200.61º | 0.94% | 0.41% | - |
| XYZ | 4.88 | 5.57 | 14.18 | - |
| YUV | 55.44 | 155.97 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 105 | 0.94 | 0.32 | 0 | 0.59 | 200.61 | 0.89 | 0.22 |
| Hex | 6 | 47 | 69 | 5E | 20 | 0 | 3B | C9 | 59 | 16 |
| Octal | 6 | 107 | 151 | 136 | 40 | 0 | 73 | 311 | 131 | 26 |
| Binary | 110 | 1000111 | 1101001 | 1011110 | 100000 | 0 | 111011 | 11001001 | 1011001 | 10110 |
Color Harmonies of #064769
Complementary color
Monochromatic Colors of #064769
Black with #064769
Text Example
Text Example
White with #064769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064769; }
p { color: rgb(6,71,105); }
H1.HeaderClassName
{
color: #064769;
}
.AnyTagClassName
{
color: #064769;
}
</style>
background-color css
<style>
a { background-color: #064769; }
a { background-color: rgb(6,71,105); }
div.DivClassName
{
background-color: #064769;
}
.BgClassName
{
background-color: #064769;
}
</style>
border-color css
<style>
span { border-color: #064769; }
span { border-color: rgb(6,71,105); }
td.TdClassName
{
border-color: #064769;
}
.TagClassName
{
border-color: #064769;
}
</style>