Shades of Dark Cerulean #064E7D
Tints of Dark Cerulean #064E7D
RGB
CMYK
RGB Variations
Color information
#064E7D (or 0x064E7D) is known color: Dark Cerulean. HEX triplet: 06, 4E and 7D. RGB value is (6,78,125). Sum of RGB (Red+Green+Blue) = 6+78+125=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #064E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E7D is #F9B182. Grayscale: #3D3D3D. Windows color (decimal): -16363907 or 8211974. OLE color: 8211974.
HSL color Cylindrical-coordinate representation of color #064E7D: hue angle of 203.7º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064E7D is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 78 | 125 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.51 |
| HSL | 203.7º | 0.91% | 0.26% | - |
| HSV(B) | 203.7º | 0.95% | 0.49% | - |
| XYZ | 6.5 | 6.97 | 20.4 | - |
| YUV | 61.83 | 163.65 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 125 | 0.95 | 0.38 | 0 | 0.51 | 203.7 | 0.91 | 0.26 |
| Hex | 6 | 4E | 7D | 5F | 26 | 0 | 33 | CC | 5B | 1A |
| Octal | 6 | 116 | 175 | 137 | 46 | 0 | 63 | 314 | 133 | 32 |
| Binary | 110 | 1001110 | 1111101 | 1011111 | 100110 | 0 | 110011 | 11001100 | 1011011 | 11010 |
Color Harmonies of #064E7D
Complementary color
Monochromatic Colors of #064E7D
Black with #064E7D
Text Example
Text Example
White with #064E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E7D; }
p { color: rgb(6,78,125); }
H1.HeaderClassName
{
color: #064E7D;
}
.AnyTagClassName
{
color: #064E7D;
}
</style>
background-color css
<style>
a { background-color: #064E7D; }
a { background-color: rgb(6,78,125); }
div.DivClassName
{
background-color: #064E7D;
}
.BgClassName
{
background-color: #064E7D;
}
</style>
border-color css
<style>
span { border-color: #064E7D; }
span { border-color: rgb(6,78,125); }
td.TdClassName
{
border-color: #064E7D;
}
.TagClassName
{
border-color: #064E7D;
}
</style>