Shades of Dark Cerulean #064F85
Tints of Dark Cerulean #064F85
RGB
CMYK
RGB Variations
Color information
#064F85 (or 0x064F85) is known color: Dark Cerulean. HEX triplet: 06, 4F and 85. RGB value is (6,79,133). Sum of RGB (Red+Green+Blue) = 6+79+133=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #064F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064F85 is #F9B07A. Grayscale: #3F3F3F. Windows color (decimal): -16363643 or 8736518. OLE color: 8736518.
HSL color Cylindrical-coordinate representation of color #064F85: hue angle of 205.51º 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 #064F85 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 79 | 133 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.48 |
| HSL | 205.51º | 0.91% | 0.27% | - |
| HSV(B) | 205.51º | 0.95% | 0.52% | - |
| XYZ | 7.1 | 7.32 | 23.23 | - |
| YUV | 63.33 | 167.32 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 133 | 0.95 | 0.41 | 0 | 0.48 | 205.51 | 0.91 | 0.27 |
| Hex | 6 | 4F | 85 | 5F | 29 | 0 | 30 | CE | 5B | 1B |
| Octal | 6 | 117 | 205 | 137 | 51 | 0 | 60 | 316 | 133 | 33 |
| Binary | 110 | 1001111 | 10000101 | 1011111 | 101001 | 0 | 110000 | 11001110 | 1011011 | 11011 |
Color Harmonies of #064F85
Complementary color
Monochromatic Colors of #064F85
Black with #064F85
Text Example
Text Example
White with #064F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F85; }
p { color: rgb(6,79,133); }
H1.HeaderClassName
{
color: #064F85;
}
.AnyTagClassName
{
color: #064F85;
}
</style>
background-color css
<style>
a { background-color: #064F85; }
a { background-color: rgb(6,79,133); }
div.DivClassName
{
background-color: #064F85;
}
.BgClassName
{
background-color: #064F85;
}
</style>
border-color css
<style>
span { border-color: #064F85; }
span { border-color: rgb(6,79,133); }
td.TdClassName
{
border-color: #064F85;
}
.TagClassName
{
border-color: #064F85;
}
</style>