Shades of Navy Blue #0C4EF1
Tints of Navy Blue #0C4EF1
RGB
CMYK
RGB Variations
Color information
#0C4EF1 (or 0x0C4EF1) is known color: Navy Blue. HEX triplet: 0C, 4E and F1. RGB value is (12,78,241). Sum of RGB (Red+Green+Blue) = 12+78+241=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 241 (94.53% from 255 or 72.81% from 331); Max value from RGB is 241 - color contains mainly: blue. Hex color #0C4EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C4EF1 is #F3B10E. Grayscale: #4C4C4C. Windows color (decimal): -15970575 or 15814156. OLE color: 15814156.
HSL color Cylindrical-coordinate representation of color #0C4EF1: hue angle of 222.71º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C4EF1 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 78 | 241 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.05 |
| HSL | 222.71º | 0.91% | 0.5% | - |
| HSV(B) | 222.71º | 0.95% | 0.95% | - |
| XYZ | 18.75 | 11.88 | 84.52 | - |
| YUV | 76.85 | 220.63 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 241 | 0.95 | 0.68 | 0 | 0.05 | 222.71 | 0.91 | 0.5 |
| Hex | C | 4E | F1 | 5F | 44 | 0 | 5 | DF | 5B | 32 |
| Octal | 14 | 116 | 361 | 137 | 104 | 0 | 5 | 337 | 133 | 62 |
| Binary | 1100 | 1001110 | 11110001 | 1011111 | 1000100 | 0 | 101 | 11011111 | 1011011 | 110010 |
Color Harmonies of #0C4EF1
Complementary color
Monochromatic Colors of #0C4EF1
Black with #0C4EF1
Text Example
Text Example
White with #0C4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4EF1; }
p { color: rgb(12,78,241); }
H1.HeaderClassName
{
color: #0C4EF1;
}
.AnyTagClassName
{
color: #0C4EF1;
}
</style>
background-color css
<style>
a { background-color: #0C4EF1; }
a { background-color: rgb(12,78,241); }
div.DivClassName
{
background-color: #0C4EF1;
}
.BgClassName
{
background-color: #0C4EF1;
}
</style>
border-color css
<style>
span { border-color: #0C4EF1; }
span { border-color: rgb(12,78,241); }
td.TdClassName
{
border-color: #0C4EF1;
}
.TagClassName
{
border-color: #0C4EF1;
}
</style>