Shades of Dark Cerulean #064885
Tints of Dark Cerulean #064885
RGB
CMYK
RGB Variations
Color information
#064885 (or 0x064885) is known color: Dark Cerulean. HEX triplet: 06, 48 and 85. RGB value is (6,72,133). Sum of RGB (Red+Green+Blue) = 6+72+133=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #064885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064885 is #F9B77A. Grayscale: #3A3A3A. Windows color (decimal): -16365435 or 8734726. OLE color: 8734726.
HSL color Cylindrical-coordinate representation of color #064885: hue angle of 208.82º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064885 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 72 | 133 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.48 |
| HSL | 208.82º | 0.91% | 0.27% | - |
| HSV(B) | 208.82º | 0.95% | 0.52% | - |
| XYZ | 6.63 | 6.37 | 23.07 | - |
| YUV | 59.22 | 169.63 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 133 | 0.95 | 0.46 | 0 | 0.48 | 208.82 | 0.91 | 0.27 |
| Hex | 6 | 48 | 85 | 5F | 2E | 0 | 30 | D1 | 5B | 1B |
| Octal | 6 | 110 | 205 | 137 | 56 | 0 | 60 | 321 | 133 | 33 |
| Binary | 110 | 1001000 | 10000101 | 1011111 | 101110 | 0 | 110000 | 11010001 | 1011011 | 11011 |
Color Harmonies of #064885
Complementary color
Monochromatic Colors of #064885
Black with #064885
Text Example
Text Example
White with #064885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064885; }
p { color: rgb(6,72,133); }
H1.HeaderClassName
{
color: #064885;
}
.AnyTagClassName
{
color: #064885;
}
</style>
background-color css
<style>
a { background-color: #064885; }
a { background-color: rgb(6,72,133); }
div.DivClassName
{
background-color: #064885;
}
.BgClassName
{
background-color: #064885;
}
</style>
border-color css
<style>
span { border-color: #064885; }
span { border-color: rgb(6,72,133); }
td.TdClassName
{
border-color: #064885;
}
.TagClassName
{
border-color: #064885;
}
</style>