Shades of Navy Blue #0C4EDF
Tints of Navy Blue #0C4EDF
RGB
CMYK
RGB Variations
Color information
#0C4EDF (or 0x0C4EDF) is known color: Navy Blue. HEX triplet: 0C, 4E and DF. RGB value is (12,78,223). Sum of RGB (Red+Green+Blue) = 12+78+223=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C4EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4EDF is #F3B120. Grayscale: #4A4A4A. Windows color (decimal): -15970593 or 14634508. OLE color: 14634508.
HSL color Cylindrical-coordinate representation of color #0C4EDF: hue angle of 221.23º 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 #0C4EDF is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 78 | 223 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.13 |
| HSL | 221.23º | 0.9% | 0.46% | - |
| HSV(B) | 221.23º | 0.95% | 0.87% | - |
| XYZ | 16.2 | 10.85 | 71.05 | - |
| YUV | 74.8 | 211.63 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 223 | 0.95 | 0.65 | 0 | 0.13 | 221.23 | 0.9 | 0.46 |
| Hex | C | 4E | DF | 5F | 41 | 0 | D | DD | 5A | 2E |
| Octal | 14 | 116 | 337 | 137 | 101 | 0 | 15 | 335 | 132 | 56 |
| Binary | 1100 | 1001110 | 11011111 | 1011111 | 1000001 | 0 | 1101 | 11011101 | 1011010 | 101110 |
Color Harmonies of #0C4EDF
Complementary color
Monochromatic Colors of #0C4EDF
Black with #0C4EDF
Text Example
Text Example
White with #0C4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4EDF; }
p { color: rgb(12,78,223); }
H1.HeaderClassName
{
color: #0C4EDF;
}
.AnyTagClassName
{
color: #0C4EDF;
}
</style>
background-color css
<style>
a { background-color: #0C4EDF; }
a { background-color: rgb(12,78,223); }
div.DivClassName
{
background-color: #0C4EDF;
}
.BgClassName
{
background-color: #0C4EDF;
}
</style>
border-color css
<style>
span { border-color: #0C4EDF; }
span { border-color: rgb(12,78,223); }
td.TdClassName
{
border-color: #0C4EDF;
}
.TagClassName
{
border-color: #0C4EDF;
}
</style>