Shades of Navy Blue #0C7ECF
Tints of Navy Blue #0C7ECF
RGB
CMYK
RGB Variations
Color information
#0C7ECF (or 0x0C7ECF) is known color: Navy Blue. HEX triplet: 0C, 7E and CF. RGB value is (12,126,207). Sum of RGB (Red+Green+Blue) = 12+126+207=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #0C7ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7ECF is #F38130. Grayscale: #646464. Windows color (decimal): -15958321 or 13598220. OLE color: 13598220.
HSL color Cylindrical-coordinate representation of color #0C7ECF: hue angle of 204.92º 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 #0C7ECF is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 126 | 207 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.19 |
| HSL | 204.92º | 0.89% | 0.43% | - |
| HSV(B) | 204.92º | 0.94% | 0.81% | - |
| XYZ | 18.87 | 19.5 | 61.8 | - |
| YUV | 101.15 | 187.73 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 126 | 207 | 0.94 | 0.39 | 0 | 0.19 | 204.92 | 0.89 | 0.43 |
| Hex | C | 7E | CF | 5E | 27 | 0 | 13 | CD | 59 | 2B |
| Octal | 14 | 176 | 317 | 136 | 47 | 0 | 23 | 315 | 131 | 53 |
| Binary | 1100 | 1111110 | 11001111 | 1011110 | 100111 | 0 | 10011 | 11001101 | 1011001 | 101011 |
Color Harmonies of #0C7ECF
Complementary color
Monochromatic Colors of #0C7ECF
Black with #0C7ECF
Text Example
Text Example
White with #0C7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7ECF; }
p { color: rgb(12,126,207); }
H1.HeaderClassName
{
color: #0C7ECF;
}
.AnyTagClassName
{
color: #0C7ECF;
}
</style>
background-color css
<style>
a { background-color: #0C7ECF; }
a { background-color: rgb(12,126,207); }
div.DivClassName
{
background-color: #0C7ECF;
}
.BgClassName
{
background-color: #0C7ECF;
}
</style>
border-color css
<style>
span { border-color: #0C7ECF; }
span { border-color: rgb(12,126,207); }
td.TdClassName
{
border-color: #0C7ECF;
}
.TagClassName
{
border-color: #0C7ECF;
}
</style>