Shades of Navy Blue #0C4DDF
Tints of Navy Blue #0C4DDF
RGB
CMYK
RGB Variations
Color information
#0C4DDF (or 0x0C4DDF) is known color: Navy Blue. HEX triplet: 0C, 4D and DF. RGB value is (12,77,223). Sum of RGB (Red+Green+Blue) = 12+77+223=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C4DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4DDF is #F3B220. Grayscale: #494949. Windows color (decimal): -15970849 or 14634252. OLE color: 14634252.
HSL color Cylindrical-coordinate representation of color #0C4DDF: hue angle of 221.52º 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 #0C4DDF is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 77 | 223 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.13 |
| HSL | 221.52º | 0.9% | 0.46% | - |
| HSV(B) | 221.52º | 0.95% | 0.87% | - |
| XYZ | 16.12 | 10.71 | 71.03 | - |
| YUV | 74.21 | 211.97 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 223 | 0.95 | 0.65 | 0 | 0.13 | 221.52 | 0.9 | 0.46 |
| Hex | C | 4D | DF | 5F | 41 | 0 | D | DE | 5A | 2E |
| Octal | 14 | 115 | 337 | 137 | 101 | 0 | 15 | 336 | 132 | 56 |
| Binary | 1100 | 1001101 | 11011111 | 1011111 | 1000001 | 0 | 1101 | 11011110 | 1011010 | 101110 |
Color Harmonies of #0C4DDF
Complementary color
Monochromatic Colors of #0C4DDF
Black with #0C4DDF
Text Example
Text Example
White with #0C4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4DDF; }
p { color: rgb(12,77,223); }
H1.HeaderClassName
{
color: #0C4DDF;
}
.AnyTagClassName
{
color: #0C4DDF;
}
</style>
background-color css
<style>
a { background-color: #0C4DDF; }
a { background-color: rgb(12,77,223); }
div.DivClassName
{
background-color: #0C4DDF;
}
.BgClassName
{
background-color: #0C4DDF;
}
</style>
border-color css
<style>
span { border-color: #0C4DDF; }
span { border-color: rgb(12,77,223); }
td.TdClassName
{
border-color: #0C4DDF;
}
.TagClassName
{
border-color: #0C4DDF;
}
</style>