Shades of Dark Cerulean #064F80
Tints of Dark Cerulean #064F80
RGB
CMYK
RGB Variations
Color information
#064F80 (or 0x064F80) is known color: Dark Cerulean. HEX triplet: 06, 4F and 80. RGB value is (6,79,128). Sum of RGB (Red+Green+Blue) = 6+79+128=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #064F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064F80 is #F9B07F. Grayscale: #3E3E3E. Windows color (decimal): -16363648 or 8408838. OLE color: 8408838.
HSL color Cylindrical-coordinate representation of color #064F80: hue angle of 204.1º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064F80 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 79 | 128 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.50 |
| HSL | 204.1º | 0.91% | 0.26% | - |
| HSV(B) | 204.1º | 0.95% | 0.5% | - |
| XYZ | 6.77 | 7.19 | 21.45 | - |
| YUV | 62.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 128 | 0.95 | 0.38 | 0 | 0.50 | 204.1 | 0.91 | 0.26 |
| Hex | 6 | 4F | 80 | 5F | 26 | 0 | 32 | CC | 5B | 1A |
| Octal | 6 | 117 | 200 | 137 | 46 | 0 | 62 | 314 | 133 | 32 |
| Binary | 110 | 1001111 | 10000000 | 1011111 | 100110 | 0 | 110010 | 11001100 | 1011011 | 11010 |
Color Harmonies of #064F80
Complementary color
Monochromatic Colors of #064F80
Black with #064F80
Text Example
Text Example
White with #064F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F80; }
p { color: rgb(6,79,128); }
H1.HeaderClassName
{
color: #064F80;
}
.AnyTagClassName
{
color: #064F80;
}
</style>
background-color css
<style>
a { background-color: #064F80; }
a { background-color: rgb(6,79,128); }
div.DivClassName
{
background-color: #064F80;
}
.BgClassName
{
background-color: #064F80;
}
</style>
border-color css
<style>
span { border-color: #064F80; }
span { border-color: rgb(6,79,128); }
td.TdClassName
{
border-color: #064F80;
}
.TagClassName
{
border-color: #064F80;
}
</style>