Shades of Navy Blue #0C4FDE
Tints of Navy Blue #0C4FDE
RGB
CMYK
RGB Variations
Color information
#0C4FDE (or 0x0C4FDE) is known color: Navy Blue. HEX triplet: 0C, 4F and DE. RGB value is (12,79,222). Sum of RGB (Red+Green+Blue) = 12+79+222=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C4FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4FDE is #F3B021. Grayscale: #4A4A4A. Windows color (decimal): -15970338 or 14569228. OLE color: 14569228.
HSL color Cylindrical-coordinate representation of color #0C4FDE: hue angle of 220.86º 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 #0C4FDE is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 79 | 222 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.13 |
| HSL | 220.86º | 0.9% | 0.46% | - |
| HSV(B) | 220.86º | 0.95% | 0.87% | - |
| XYZ | 16.13 | 10.94 | 70.37 | - |
| YUV | 75.27 | 210.8 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 222 | 0.95 | 0.64 | 0 | 0.13 | 220.86 | 0.9 | 0.46 |
| Hex | C | 4F | DE | 5F | 40 | 0 | D | DD | 5A | 2E |
| Octal | 14 | 117 | 336 | 137 | 100 | 0 | 15 | 335 | 132 | 56 |
| Binary | 1100 | 1001111 | 11011110 | 1011111 | 1000000 | 0 | 1101 | 11011101 | 1011010 | 101110 |
Color Harmonies of #0C4FDE
Complementary color
Monochromatic Colors of #0C4FDE
Black with #0C4FDE
Text Example
Text Example
White with #0C4FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4FDE; }
p { color: rgb(12,79,222); }
H1.HeaderClassName
{
color: #0C4FDE;
}
.AnyTagClassName
{
color: #0C4FDE;
}
</style>
background-color css
<style>
a { background-color: #0C4FDE; }
a { background-color: rgb(12,79,222); }
div.DivClassName
{
background-color: #0C4FDE;
}
.BgClassName
{
background-color: #0C4FDE;
}
</style>
border-color css
<style>
span { border-color: #0C4FDE; }
span { border-color: rgb(12,79,222); }
td.TdClassName
{
border-color: #0C4FDE;
}
.TagClassName
{
border-color: #0C4FDE;
}
</style>