Shades of Navy Blue #0C64DA
Tints of Navy Blue #0C64DA
RGB
CMYK
RGB Variations
Color information
#0C64DA (or 0x0C64DA) is known color: Navy Blue. HEX triplet: 0C, 64 and DA. RGB value is (12,100,218). Sum of RGB (Red+Green+Blue) = 12+100+218=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #0C64DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C64DA is #F39B25. Grayscale: #565656. Windows color (decimal): -15964966 or 14312460. OLE color: 14312460.
HSL color Cylindrical-coordinate representation of color #0C64DA: hue angle of 214.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C64DA is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 100 | 218 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.15 |
| HSL | 214.37º | 0.9% | 0.45% | - |
| HSV(B) | 214.37º | 0.94% | 0.85% | - |
| XYZ | 17.36 | 14.25 | 68.17 | - |
| YUV | 87.14 | 201.85 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 218 | 0.94 | 0.54 | 0 | 0.15 | 214.37 | 0.9 | 0.45 |
| Hex | C | 64 | DA | 5E | 36 | 0 | F | D6 | 5A | 2D |
| Octal | 14 | 144 | 332 | 136 | 66 | 0 | 17 | 326 | 132 | 55 |
| Binary | 1100 | 1100100 | 11011010 | 1011110 | 110110 | 0 | 1111 | 11010110 | 1011010 | 101101 |
Color Harmonies of #0C64DA
Complementary color
Monochromatic Colors of #0C64DA
Black with #0C64DA
Text Example
Text Example
White with #0C64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C64DA; }
p { color: rgb(12,100,218); }
H1.HeaderClassName
{
color: #0C64DA;
}
.AnyTagClassName
{
color: #0C64DA;
}
</style>
background-color css
<style>
a { background-color: #0C64DA; }
a { background-color: rgb(12,100,218); }
div.DivClassName
{
background-color: #0C64DA;
}
.BgClassName
{
background-color: #0C64DA;
}
</style>
border-color css
<style>
span { border-color: #0C64DA; }
span { border-color: rgb(12,100,218); }
td.TdClassName
{
border-color: #0C64DA;
}
.TagClassName
{
border-color: #0C64DA;
}
</style>