Shades of Navy Blue #0C4EEF
Tints of Navy Blue #0C4EEF
RGB
CMYK
RGB Variations
Color information
#0C4EEF (or 0x0C4EEF) is known color: Navy Blue. HEX triplet: 0C, 4E and EF. RGB value is (12,78,239). Sum of RGB (Red+Green+Blue) = 12+78+239=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C4EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C4EEF is #F3B110. Grayscale: #4B4B4B. Windows color (decimal): -15970577 or 15683084. OLE color: 15683084.
HSL color Cylindrical-coordinate representation of color #0C4EEF: hue angle of 222.56º 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 #0C4EEF is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 78 | 239 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.06 |
| HSL | 222.56º | 0.9% | 0.49% | - |
| HSV(B) | 222.56º | 0.95% | 0.94% | - |
| XYZ | 18.46 | 11.76 | 82.96 | - |
| YUV | 76.62 | 219.63 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 239 | 0.95 | 0.67 | 0 | 0.06 | 222.56 | 0.9 | 0.49 |
| Hex | C | 4E | EF | 5F | 43 | 0 | 6 | DF | 5A | 31 |
| Octal | 14 | 116 | 357 | 137 | 103 | 0 | 6 | 337 | 132 | 61 |
| Binary | 1100 | 1001110 | 11101111 | 1011111 | 1000011 | 0 | 110 | 11011111 | 1011010 | 110001 |
Color Harmonies of #0C4EEF
Complementary color
Monochromatic Colors of #0C4EEF
Black with #0C4EEF
Text Example
Text Example
White with #0C4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4EEF; }
p { color: rgb(12,78,239); }
H1.HeaderClassName
{
color: #0C4EEF;
}
.AnyTagClassName
{
color: #0C4EEF;
}
</style>
background-color css
<style>
a { background-color: #0C4EEF; }
a { background-color: rgb(12,78,239); }
div.DivClassName
{
background-color: #0C4EEF;
}
.BgClassName
{
background-color: #0C4EEF;
}
</style>
border-color css
<style>
span { border-color: #0C4EEF; }
span { border-color: rgb(12,78,239); }
td.TdClassName
{
border-color: #0C4EEF;
}
.TagClassName
{
border-color: #0C4EEF;
}
</style>