Shades of Navy Blue #0E64CC
Tints of Navy Blue #0E64CC
RGB
CMYK
RGB Variations
Color information
#0E64CC (or 0x0E64CC) is known color: Navy Blue. HEX triplet: 0E, 64 and CC. RGB value is (14,100,204). Sum of RGB (Red+Green+Blue) = 14+100+204=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E64CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E64CC is #F19B33. Grayscale: #555555. Windows color (decimal): -15833908 or 13394958. OLE color: 13394958.
HSL color Cylindrical-coordinate representation of color #0E64CC: hue angle of 212.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E64CC is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 100 | 204 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.2 |
| HSL | 212.84º | 0.87% | 0.43% | - |
| HSV(B) | 212.84º | 0.93% | 0.8% | - |
| XYZ | 15.64 | 13.57 | 58.92 | - |
| YUV | 86.14 | 194.51 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 204 | 0.93 | 0.51 | 0 | 0.2 | 212.84 | 0.87 | 0.43 |
| Hex | E | 64 | CC | 5D | 33 | 0 | 14 | D5 | 57 | 2B |
| Octal | 16 | 144 | 314 | 135 | 63 | 0 | 24 | 325 | 127 | 53 |
| Binary | 1110 | 1100100 | 11001100 | 1011101 | 110011 | 0 | 10100 | 11010101 | 1010111 | 101011 |
Color Harmonies of #0E64CC
Complementary color
Monochromatic Colors of #0E64CC
Black with #0E64CC
Text Example
Text Example
White with #0E64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E64CC; }
p { color: rgb(14,100,204); }
H1.HeaderClassName
{
color: #0E64CC;
}
.AnyTagClassName
{
color: #0E64CC;
}
</style>
background-color css
<style>
a { background-color: #0E64CC; }
a { background-color: rgb(14,100,204); }
div.DivClassName
{
background-color: #0E64CC;
}
.BgClassName
{
background-color: #0E64CC;
}
</style>
border-color css
<style>
span { border-color: #0E64CC; }
span { border-color: rgb(14,100,204); }
td.TdClassName
{
border-color: #0E64CC;
}
.TagClassName
{
border-color: #0E64CC;
}
</style>