Shades of Navy Blue #064CDE
Tints of Navy Blue #064CDE
RGB
CMYK
RGB Variations
Color information
#064CDE (or 0x064CDE) is known color: Navy Blue. HEX triplet: 06, 4C and DE. RGB value is (6,76,222). Sum of RGB (Red+Green+Blue) = 6+76+222=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #064CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CDE is #F9B321. Grayscale: #474747. Windows color (decimal): -16364322 or 14568454. OLE color: 14568454.
HSL color Cylindrical-coordinate representation of color #064CDE: hue angle of 220.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064CDE is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 76 | 222 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.13 |
| HSL | 220.56º | 0.95% | 0.45% | - |
| HSV(B) | 220.56º | 0.97% | 0.87% | - |
| XYZ | 15.84 | 10.48 | 70.3 | - |
| YUV | 71.71 | 212.81 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 222 | 0.97 | 0.66 | 0 | 0.13 | 220.56 | 0.95 | 0.45 |
| Hex | 6 | 4C | DE | 61 | 42 | 0 | D | DD | 5F | 2D |
| Octal | 6 | 114 | 336 | 141 | 102 | 0 | 15 | 335 | 137 | 55 |
| Binary | 110 | 1001100 | 11011110 | 1100001 | 1000010 | 0 | 1101 | 11011101 | 1011111 | 101101 |
Color Harmonies of #064CDE
Complementary color
Monochromatic Colors of #064CDE
Black with #064CDE
Text Example
Text Example
White with #064CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064CDE; }
p { color: rgb(6,76,222); }
H1.HeaderClassName
{
color: #064CDE;
}
.AnyTagClassName
{
color: #064CDE;
}
</style>
background-color css
<style>
a { background-color: #064CDE; }
a { background-color: rgb(6,76,222); }
div.DivClassName
{
background-color: #064CDE;
}
.BgClassName
{
background-color: #064CDE;
}
</style>
border-color css
<style>
span { border-color: #064CDE; }
span { border-color: rgb(6,76,222); }
td.TdClassName
{
border-color: #064CDE;
}
.TagClassName
{
border-color: #064CDE;
}
</style>