Shades of Navy Blue #0C71EF
Tints of Navy Blue #0C71EF
RGB
CMYK
RGB Variations
Color information
#0C71EF (or 0x0C71EF) is known color: Navy Blue. HEX triplet: 0C, 71 and EF. RGB value is (12,113,239). Sum of RGB (Red+Green+Blue) = 12+113+239=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C71EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C71EF is #F38E10. Grayscale: #606060. Windows color (decimal): -15961617 or 15692044. OLE color: 15692044.
HSL color Cylindrical-coordinate representation of color #0C71EF: hue angle of 213.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C71EF is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 113 | 239 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.06 |
| HSL | 213.3º | 0.9% | 0.49% | - |
| HSV(B) | 213.3º | 0.95% | 0.94% | - |
| XYZ | 21.64 | 18.12 | 84.02 | - |
| YUV | 97.17 | 208.04 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 239 | 0.95 | 0.53 | 0 | 0.06 | 213.3 | 0.9 | 0.49 |
| Hex | C | 71 | EF | 5F | 35 | 0 | 6 | D5 | 5A | 31 |
| Octal | 14 | 161 | 357 | 137 | 65 | 0 | 6 | 325 | 132 | 61 |
| Binary | 1100 | 1110001 | 11101111 | 1011111 | 110101 | 0 | 110 | 11010101 | 1011010 | 110001 |
Color Harmonies of #0C71EF
Complementary color
Monochromatic Colors of #0C71EF
Black with #0C71EF
Text Example
Text Example
White with #0C71EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C71EF; }
p { color: rgb(12,113,239); }
H1.HeaderClassName
{
color: #0C71EF;
}
.AnyTagClassName
{
color: #0C71EF;
}
</style>
background-color css
<style>
a { background-color: #0C71EF; }
a { background-color: rgb(12,113,239); }
div.DivClassName
{
background-color: #0C71EF;
}
.BgClassName
{
background-color: #0C71EF;
}
</style>
border-color css
<style>
span { border-color: #0C71EF; }
span { border-color: rgb(12,113,239); }
td.TdClassName
{
border-color: #0C71EF;
}
.TagClassName
{
border-color: #0C71EF;
}
</style>