Shades of Navy Blue #0C64E6
Tints of Navy Blue #0C64E6
RGB
CMYK
RGB Variations
Color information
#0C64E6 (or 0x0C64E6) is known color: Navy Blue. HEX triplet: 0C, 64 and E6. RGB value is (12,100,230). Sum of RGB (Red+Green+Blue) = 12+100+230=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #0C64E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C64E6 is #F39B19. Grayscale: #575757. Windows color (decimal): -15964954 or 15098892. OLE color: 15098892.
HSL color Cylindrical-coordinate representation of color #0C64E6: hue angle of 215.78º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C64E6 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 100 | 230 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.10 |
| HSL | 215.78º | 0.9% | 0.47% | - |
| HSV(B) | 215.78º | 0.95% | 0.9% | - |
| XYZ | 18.99 | 14.91 | 76.74 | - |
| YUV | 88.51 | 207.85 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 230 | 0.95 | 0.57 | 0 | 0.10 | 215.78 | 0.9 | 0.47 |
| Hex | C | 64 | E6 | 5F | 39 | 0 | A | D8 | 5A | 2F |
| Octal | 14 | 144 | 346 | 137 | 71 | 0 | 12 | 330 | 132 | 57 |
| Binary | 1100 | 1100100 | 11100110 | 1011111 | 111001 | 0 | 1010 | 11011000 | 1011010 | 101111 |
Color Harmonies of #0C64E6
Complementary color
Monochromatic Colors of #0C64E6
Black with #0C64E6
Text Example
Text Example
White with #0C64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C64E6; }
p { color: rgb(12,100,230); }
H1.HeaderClassName
{
color: #0C64E6;
}
.AnyTagClassName
{
color: #0C64E6;
}
</style>
background-color css
<style>
a { background-color: #0C64E6; }
a { background-color: rgb(12,100,230); }
div.DivClassName
{
background-color: #0C64E6;
}
.BgClassName
{
background-color: #0C64E6;
}
</style>
border-color css
<style>
span { border-color: #0C64E6; }
span { border-color: rgb(12,100,230); }
td.TdClassName
{
border-color: #0C64E6;
}
.TagClassName
{
border-color: #0C64E6;
}
</style>