Shades of Navy Blue #0C7FCC
Tints of Navy Blue #0C7FCC
RGB
CMYK
RGB Variations
Color information
#0C7FCC (or 0x0C7FCC) is known color: Navy Blue. HEX triplet: 0C, 7F and CC. RGB value is (12,127,204). Sum of RGB (Red+Green+Blue) = 12+127+204=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C7FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7FCC is #F38033. Grayscale: #646464. Windows color (decimal): -15958068 or 13401868. OLE color: 13401868.
HSL color Cylindrical-coordinate representation of color #0C7FCC: hue angle of 204.06º 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 #0C7FCC is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 127 | 204 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.2 |
| HSL | 204.06º | 0.89% | 0.42% | - |
| HSV(B) | 204.06º | 0.94% | 0.8% | - |
| XYZ | 18.64 | 19.62 | 59.93 | - |
| YUV | 101.39 | 185.9 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 204 | 0.94 | 0.38 | 0 | 0.2 | 204.06 | 0.89 | 0.42 |
| Hex | C | 7F | CC | 5E | 26 | 0 | 14 | CC | 59 | 2A |
| Octal | 14 | 177 | 314 | 136 | 46 | 0 | 24 | 314 | 131 | 52 |
| Binary | 1100 | 1111111 | 11001100 | 1011110 | 100110 | 0 | 10100 | 11001100 | 1011001 | 101010 |
Color Harmonies of #0C7FCC
Complementary color
Monochromatic Colors of #0C7FCC
Black with #0C7FCC
Text Example
Text Example
White with #0C7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7FCC; }
p { color: rgb(12,127,204); }
H1.HeaderClassName
{
color: #0C7FCC;
}
.AnyTagClassName
{
color: #0C7FCC;
}
</style>
background-color css
<style>
a { background-color: #0C7FCC; }
a { background-color: rgb(12,127,204); }
div.DivClassName
{
background-color: #0C7FCC;
}
.BgClassName
{
background-color: #0C7FCC;
}
</style>
border-color css
<style>
span { border-color: #0C7FCC; }
span { border-color: rgb(12,127,204); }
td.TdClassName
{
border-color: #0C7FCC;
}
.TagClassName
{
border-color: #0C7FCC;
}
</style>