Shades of Navy Blue #0C7BCB
Tints of Navy Blue #0C7BCB
RGB
CMYK
RGB Variations
Color information
#0C7BCB (or 0x0C7BCB) is known color: Navy Blue. HEX triplet: 0C, 7B and CB. RGB value is (12,123,203). Sum of RGB (Red+Green+Blue) = 12+123+203=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C7BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7BCB is #F38434. Grayscale: #626262. Windows color (decimal): -15959093 or 13335308. OLE color: 13335308.
HSL color Cylindrical-coordinate representation of color #0C7BCB: hue angle of 205.13º 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 #0C7BCB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 123 | 203 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.20 |
| HSL | 205.13º | 0.89% | 0.42% | - |
| HSV(B) | 205.13º | 0.94% | 0.8% | - |
| XYZ | 18.01 | 18.56 | 59.13 | - |
| YUV | 98.93 | 186.73 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 123 | 203 | 0.94 | 0.39 | 0 | 0.20 | 205.13 | 0.89 | 0.42 |
| Hex | C | 7B | CB | 5E | 27 | 0 | 14 | CD | 59 | 2A |
| Octal | 14 | 173 | 313 | 136 | 47 | 0 | 24 | 315 | 131 | 52 |
| Binary | 1100 | 1111011 | 11001011 | 1011110 | 100111 | 0 | 10100 | 11001101 | 1011001 | 101010 |
Color Harmonies of #0C7BCB
Complementary color
Monochromatic Colors of #0C7BCB
Black with #0C7BCB
Text Example
Text Example
White with #0C7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7BCB; }
p { color: rgb(12,123,203); }
H1.HeaderClassName
{
color: #0C7BCB;
}
.AnyTagClassName
{
color: #0C7BCB;
}
</style>
background-color css
<style>
a { background-color: #0C7BCB; }
a { background-color: rgb(12,123,203); }
div.DivClassName
{
background-color: #0C7BCB;
}
.BgClassName
{
background-color: #0C7BCB;
}
</style>
border-color css
<style>
span { border-color: #0C7BCB; }
span { border-color: rgb(12,123,203); }
td.TdClassName
{
border-color: #0C7BCB;
}
.TagClassName
{
border-color: #0C7BCB;
}
</style>