Shades of Navy Blue #0C7ACE
Tints of Navy Blue #0C7ACE
RGB
CMYK
RGB Variations
Color information
#0C7ACE (or 0x0C7ACE) is known color: Navy Blue. HEX triplet: 0C, 7A and CE. RGB value is (12,122,206). Sum of RGB (Red+Green+Blue) = 12+122+206=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C7ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7ACE is #F38531. Grayscale: #626262. Windows color (decimal): -15959346 or 13531660. OLE color: 13531660.
HSL color Cylindrical-coordinate representation of color #0C7ACE: hue angle of 205.98º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7ACE is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 122 | 206 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.19 |
| HSL | 205.98º | 0.89% | 0.43% | - |
| HSV(B) | 205.98º | 0.94% | 0.81% | - |
| XYZ | 18.25 | 18.45 | 60.99 | - |
| YUV | 98.69 | 188.56 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 122 | 206 | 0.94 | 0.41 | 0 | 0.19 | 205.98 | 0.89 | 0.43 |
| Hex | C | 7A | CE | 5E | 29 | 0 | 13 | CE | 59 | 2B |
| Octal | 14 | 172 | 316 | 136 | 51 | 0 | 23 | 316 | 131 | 53 |
| Binary | 1100 | 1111010 | 11001110 | 1011110 | 101001 | 0 | 10011 | 11001110 | 1011001 | 101011 |
Color Harmonies of #0C7ACE
Complementary color
Monochromatic Colors of #0C7ACE
Black with #0C7ACE
Text Example
Text Example
White with #0C7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7ACE; }
p { color: rgb(12,122,206); }
H1.HeaderClassName
{
color: #0C7ACE;
}
.AnyTagClassName
{
color: #0C7ACE;
}
</style>
background-color css
<style>
a { background-color: #0C7ACE; }
a { background-color: rgb(12,122,206); }
div.DivClassName
{
background-color: #0C7ACE;
}
.BgClassName
{
background-color: #0C7ACE;
}
</style>
border-color css
<style>
span { border-color: #0C7ACE; }
span { border-color: rgb(12,122,206); }
td.TdClassName
{
border-color: #0C7ACE;
}
.TagClassName
{
border-color: #0C7ACE;
}
</style>