Shades of Navy Blue #064CE2
Tints of Navy Blue #064CE2
RGB
CMYK
RGB Variations
Color information
#064CE2 (or 0x064CE2) is known color: Navy Blue. HEX triplet: 06, 4C and E2. RGB value is (6,76,226). Sum of RGB (Red+Green+Blue) = 6+76+226=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 226 (88.67% from 255 or 73.38% from 308); Max value from RGB is 226 - color contains mainly: blue. Hex color #064CE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CE2 is #F9B31D. Grayscale: #474747. Windows color (decimal): -16364318 or 14830598. OLE color: 14830598.
HSL color Cylindrical-coordinate representation of color #064CE2: hue angle of 220.91º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064CE2 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 76 | 226 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.11 |
| HSL | 220.91º | 0.95% | 0.45% | - |
| HSV(B) | 220.91º | 0.97% | 0.89% | - |
| XYZ | 16.39 | 10.7 | 73.15 | - |
| YUV | 72.17 | 214.81 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 226 | 0.97 | 0.66 | 0 | 0.11 | 220.91 | 0.95 | 0.45 |
| Hex | 6 | 4C | E2 | 61 | 42 | 0 | B | DD | 5F | 2D |
| Octal | 6 | 114 | 342 | 141 | 102 | 0 | 13 | 335 | 137 | 55 |
| Binary | 110 | 1001100 | 11100010 | 1100001 | 1000010 | 0 | 1011 | 11011101 | 1011111 | 101101 |
Color Harmonies of #064CE2
Complementary color
Monochromatic Colors of #064CE2
Black with #064CE2
Text Example
Text Example
White with #064CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064CE2; }
p { color: rgb(6,76,226); }
H1.HeaderClassName
{
color: #064CE2;
}
.AnyTagClassName
{
color: #064CE2;
}
</style>
background-color css
<style>
a { background-color: #064CE2; }
a { background-color: rgb(6,76,226); }
div.DivClassName
{
background-color: #064CE2;
}
.BgClassName
{
background-color: #064CE2;
}
</style>
border-color css
<style>
span { border-color: #064CE2; }
span { border-color: rgb(6,76,226); }
td.TdClassName
{
border-color: #064CE2;
}
.TagClassName
{
border-color: #064CE2;
}
</style>