Shades of Navy Blue #0C4CEA
Tints of Navy Blue #0C4CEA
RGB
CMYK
RGB Variations
Color information
#0C4CEA (or 0x0C4CEA) is known color: Navy Blue. HEX triplet: 0C, 4C and EA. RGB value is (12,76,234). Sum of RGB (Red+Green+Blue) = 12+76+234=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 234 (91.80% from 255 or 72.67% from 322); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C4CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C4CEA is #F3B315. Grayscale: #4A4A4A. Windows color (decimal): -15971094 or 15354892. OLE color: 15354892.
HSL color Cylindrical-coordinate representation of color #0C4CEA: hue angle of 222.7º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C4CEA is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 76 | 234 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.08 |
| HSL | 222.7º | 0.9% | 0.48% | - |
| HSV(B) | 222.7º | 0.95% | 0.92% | - |
| XYZ | 17.59 | 11.19 | 79.07 | - |
| YUV | 74.88 | 217.8 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 234 | 0.95 | 0.68 | 0 | 0.08 | 222.7 | 0.9 | 0.48 |
| Hex | C | 4C | EA | 5F | 44 | 0 | 8 | DF | 5A | 30 |
| Octal | 14 | 114 | 352 | 137 | 104 | 0 | 10 | 337 | 132 | 60 |
| Binary | 1100 | 1001100 | 11101010 | 1011111 | 1000100 | 0 | 1000 | 11011111 | 1011010 | 110000 |
Color Harmonies of #0C4CEA
Complementary color
Monochromatic Colors of #0C4CEA
Black with #0C4CEA
Text Example
Text Example
White with #0C4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4CEA; }
p { color: rgb(12,76,234); }
H1.HeaderClassName
{
color: #0C4CEA;
}
.AnyTagClassName
{
color: #0C4CEA;
}
</style>
background-color css
<style>
a { background-color: #0C4CEA; }
a { background-color: rgb(12,76,234); }
div.DivClassName
{
background-color: #0C4CEA;
}
.BgClassName
{
background-color: #0C4CEA;
}
</style>
border-color css
<style>
span { border-color: #0C4CEA; }
span { border-color: rgb(12,76,234); }
td.TdClassName
{
border-color: #0C4CEA;
}
.TagClassName
{
border-color: #0C4CEA;
}
</style>