Shades of Navy Blue #0C7CCB
Tints of Navy Blue #0C7CCB
RGB
CMYK
RGB Variations
Color information
#0C7CCB (or 0x0C7CCB) is known color: Navy Blue. HEX triplet: 0C, 7C and CB. RGB value is (12,124,203). Sum of RGB (Red+Green+Blue) = 12+124+203=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C7CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7CCB is #F38334. Grayscale: #636363. Windows color (decimal): -15958837 or 13335564. OLE color: 13335564.
HSL color Cylindrical-coordinate representation of color #0C7CCB: hue angle of 204.82º 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 #0C7CCB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 124 | 203 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.20 |
| HSL | 204.82º | 0.89% | 0.42% | - |
| HSV(B) | 204.82º | 0.94% | 0.8% | - |
| XYZ | 18.14 | 18.81 | 59.17 | - |
| YUV | 99.52 | 186.39 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 124 | 203 | 0.94 | 0.39 | 0 | 0.20 | 204.82 | 0.89 | 0.42 |
| Hex | C | 7C | CB | 5E | 27 | 0 | 14 | CD | 59 | 2A |
| Octal | 14 | 174 | 313 | 136 | 47 | 0 | 24 | 315 | 131 | 52 |
| Binary | 1100 | 1111100 | 11001011 | 1011110 | 100111 | 0 | 10100 | 11001101 | 1011001 | 101010 |
Color Harmonies of #0C7CCB
Complementary color
Monochromatic Colors of #0C7CCB
Black with #0C7CCB
Text Example
Text Example
White with #0C7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7CCB; }
p { color: rgb(12,124,203); }
H1.HeaderClassName
{
color: #0C7CCB;
}
.AnyTagClassName
{
color: #0C7CCB;
}
</style>
background-color css
<style>
a { background-color: #0C7CCB; }
a { background-color: rgb(12,124,203); }
div.DivClassName
{
background-color: #0C7CCB;
}
.BgClassName
{
background-color: #0C7CCB;
}
</style>
border-color css
<style>
span { border-color: #0C7CCB; }
span { border-color: rgb(12,124,203); }
td.TdClassName
{
border-color: #0C7CCB;
}
.TagClassName
{
border-color: #0C7CCB;
}
</style>