Shades of Navy Blue #0C71CB
Tints of Navy Blue #0C71CB
RGB
CMYK
RGB Variations
Color information
#0C71CB (or 0x0C71CB) is known color: Navy Blue. HEX triplet: 0C, 71 and CB. RGB value is (12,113,203). Sum of RGB (Red+Green+Blue) = 12+113+203=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C71CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C71CB is #F38E34. Grayscale: #5C5C5C. Windows color (decimal): -15961653 or 13332748. OLE color: 13332748.
HSL color Cylindrical-coordinate representation of color #0C71CB: hue angle of 208.27º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C71CB is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 113 | 203 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.20 |
| HSL | 208.27º | 0.89% | 0.42% | - |
| HSV(B) | 208.27º | 0.94% | 0.8% | - |
| XYZ | 16.84 | 16.2 | 58.74 | - |
| YUV | 93.06 | 190.04 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 203 | 0.94 | 0.44 | 0 | 0.20 | 208.27 | 0.89 | 0.42 |
| Hex | C | 71 | CB | 5E | 2C | 0 | 14 | D0 | 59 | 2A |
| Octal | 14 | 161 | 313 | 136 | 54 | 0 | 24 | 320 | 131 | 52 |
| Binary | 1100 | 1110001 | 11001011 | 1011110 | 101100 | 0 | 10100 | 11010000 | 1011001 | 101010 |
Color Harmonies of #0C71CB
Complementary color
Monochromatic Colors of #0C71CB
Black with #0C71CB
Text Example
Text Example
White with #0C71CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C71CB; }
p { color: rgb(12,113,203); }
H1.HeaderClassName
{
color: #0C71CB;
}
.AnyTagClassName
{
color: #0C71CB;
}
</style>
background-color css
<style>
a { background-color: #0C71CB; }
a { background-color: rgb(12,113,203); }
div.DivClassName
{
background-color: #0C71CB;
}
.BgClassName
{
background-color: #0C71CB;
}
</style>
border-color css
<style>
span { border-color: #0C71CB; }
span { border-color: rgb(12,113,203); }
td.TdClassName
{
border-color: #0C71CB;
}
.TagClassName
{
border-color: #0C71CB;
}
</style>