Shades of Navy Blue #0C4FDF
Tints of Navy Blue #0C4FDF
RGB
CMYK
RGB Variations
Color information
#0C4FDF (or 0x0C4FDF) is known color: Navy Blue. HEX triplet: 0C, 4F and DF. RGB value is (12,79,223). Sum of RGB (Red+Green+Blue) = 12+79+223=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C4FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4FDF is #F3B020. Grayscale: #4A4A4A. Windows color (decimal): -15970337 or 14634764. OLE color: 14634764.
HSL color Cylindrical-coordinate representation of color #0C4FDF: hue angle of 220.95º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C4FDF is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 79 | 223 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.13 |
| HSL | 220.95º | 0.9% | 0.46% | - |
| HSV(B) | 220.95º | 0.95% | 0.87% | - |
| XYZ | 16.27 | 11 | 71.08 | - |
| YUV | 75.38 | 211.3 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 223 | 0.95 | 0.65 | 0 | 0.13 | 220.95 | 0.9 | 0.46 |
| Hex | C | 4F | DF | 5F | 41 | 0 | D | DD | 5A | 2E |
| Octal | 14 | 117 | 337 | 137 | 101 | 0 | 15 | 335 | 132 | 56 |
| Binary | 1100 | 1001111 | 11011111 | 1011111 | 1000001 | 0 | 1101 | 11011101 | 1011010 | 101110 |
Color Harmonies of #0C4FDF
Complementary color
Monochromatic Colors of #0C4FDF
Black with #0C4FDF
Text Example
Text Example
White with #0C4FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4FDF; }
p { color: rgb(12,79,223); }
H1.HeaderClassName
{
color: #0C4FDF;
}
.AnyTagClassName
{
color: #0C4FDF;
}
</style>
background-color css
<style>
a { background-color: #0C4FDF; }
a { background-color: rgb(12,79,223); }
div.DivClassName
{
background-color: #0C4FDF;
}
.BgClassName
{
background-color: #0C4FDF;
}
</style>
border-color css
<style>
span { border-color: #0C4FDF; }
span { border-color: rgb(12,79,223); }
td.TdClassName
{
border-color: #0C4FDF;
}
.TagClassName
{
border-color: #0C4FDF;
}
</style>