Shades of Navy Blue #0C4ADF
Tints of Navy Blue #0C4ADF
RGB
CMYK
RGB Variations
Color information
#0C4ADF (or 0x0C4ADF) is known color: Navy Blue. HEX triplet: 0C, 4A and DF. RGB value is (12,74,223). Sum of RGB (Red+Green+Blue) = 12+74+223=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C4ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4ADF is #F3B520. Grayscale: #474747. Windows color (decimal): -15971617 or 14633484. OLE color: 14633484.
HSL color Cylindrical-coordinate representation of color #0C4ADF: hue angle of 222.37º 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 #0C4ADF is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 74 | 223 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.13 |
| HSL | 222.37º | 0.9% | 0.46% | - |
| HSV(B) | 222.37º | 0.95% | 0.87% | - |
| XYZ | 15.92 | 10.3 | 70.96 | - |
| YUV | 72.45 | 212.96 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 74 | 223 | 0.95 | 0.67 | 0 | 0.13 | 222.37 | 0.9 | 0.46 |
| Hex | C | 4A | DF | 5F | 43 | 0 | D | DE | 5A | 2E |
| Octal | 14 | 112 | 337 | 137 | 103 | 0 | 15 | 336 | 132 | 56 |
| Binary | 1100 | 1001010 | 11011111 | 1011111 | 1000011 | 0 | 1101 | 11011110 | 1011010 | 101110 |
Color Harmonies of #0C4ADF
Complementary color
Monochromatic Colors of #0C4ADF
Black with #0C4ADF
Text Example
Text Example
White with #0C4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4ADF; }
p { color: rgb(12,74,223); }
H1.HeaderClassName
{
color: #0C4ADF;
}
.AnyTagClassName
{
color: #0C4ADF;
}
</style>
background-color css
<style>
a { background-color: #0C4ADF; }
a { background-color: rgb(12,74,223); }
div.DivClassName
{
background-color: #0C4ADF;
}
.BgClassName
{
background-color: #0C4ADF;
}
</style>
border-color css
<style>
span { border-color: #0C4ADF; }
span { border-color: rgb(12,74,223); }
td.TdClassName
{
border-color: #0C4ADF;
}
.TagClassName
{
border-color: #0C4ADF;
}
</style>