Shades of Dark Cerulean #064E7E
Tints of Dark Cerulean #064E7E
RGB
CMYK
RGB Variations
Color information
#064E7E (or 0x064E7E) is known color: Dark Cerulean. HEX triplet: 06, 4E and 7E. RGB value is (6,78,126). Sum of RGB (Red+Green+Blue) = 6+78+126=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #064E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E7E is #F9B181. Grayscale: #3D3D3D. Windows color (decimal): -16363906 or 8277510. OLE color: 8277510.
HSL color Cylindrical-coordinate representation of color #064E7E: hue angle of 204º 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 #064E7E is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 78 | 126 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.51 |
| HSL | 204º | 0.91% | 0.26% | - |
| HSV(B) | 204º | 0.95% | 0.49% | - |
| XYZ | 6.57 | 6.99 | 20.74 | - |
| YUV | 61.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 126 | 0.95 | 0.38 | 0 | 0.51 | 204 | 0.91 | 0.26 |
| Hex | 6 | 4E | 7E | 5F | 26 | 0 | 33 | CC | 5B | 1A |
| Octal | 6 | 116 | 176 | 137 | 46 | 0 | 63 | 314 | 133 | 32 |
| Binary | 110 | 1001110 | 1111110 | 1011111 | 100110 | 0 | 110011 | 11001100 | 1011011 | 11010 |
Color Harmonies of #064E7E
Complementary color
Monochromatic Colors of #064E7E
Black with #064E7E
Text Example
Text Example
White with #064E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E7E; }
p { color: rgb(6,78,126); }
H1.HeaderClassName
{
color: #064E7E;
}
.AnyTagClassName
{
color: #064E7E;
}
</style>
background-color css
<style>
a { background-color: #064E7E; }
a { background-color: rgb(6,78,126); }
div.DivClassName
{
background-color: #064E7E;
}
.BgClassName
{
background-color: #064E7E;
}
</style>
border-color css
<style>
span { border-color: #064E7E; }
span { border-color: rgb(6,78,126); }
td.TdClassName
{
border-color: #064E7E;
}
.TagClassName
{
border-color: #064E7E;
}
</style>