Shades of Navy Blue #0C4AF6
Tints of Navy Blue #0C4AF6
RGB
CMYK
RGB Variations
Color information
#0C4AF6 (or 0x0C4AF6) is known color: Navy Blue. HEX triplet: 0C, 4A and F6. RGB value is (12,74,246). Sum of RGB (Red+Green+Blue) = 12+74+246=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 246 (96.48% from 255 or 74.10% from 332); Max value from RGB is 246 - color contains mainly: blue. Hex color #0C4AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C4AF6 is #F3B509. Grayscale: #4A4A4A. Windows color (decimal): -15971594 or 16140812. OLE color: 16140812.
HSL color Cylindrical-coordinate representation of color #0C4AF6: hue angle of 224.1º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C4AF6 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 12 | 74 | 246 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.04 |
| HSL | 224.1º | 0.93% | 0.51% | - |
| HSV(B) | 224.1º | 0.95% | 0.96% | - |
| XYZ | 19.23 | 11.63 | 88.42 | - |
| YUV | 75.07 | 224.46 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 74 | 246 | 0.95 | 0.70 | 0 | 0.04 | 224.1 | 0.93 | 0.51 |
| Hex | C | 4A | F6 | 5F | 46 | 0 | 4 | E0 | 5D | 33 |
| Octal | 14 | 112 | 366 | 137 | 106 | 0 | 4 | 340 | 135 | 63 |
| Binary | 1100 | 1001010 | 11110110 | 1011111 | 1000110 | 0 | 100 | 11100000 | 1011101 | 110011 |
Color Harmonies of #0C4AF6
Complementary color
Monochromatic Colors of #0C4AF6
Black with #0C4AF6
Text Example
Text Example
White with #0C4AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4AF6; }
p { color: rgb(12,74,246); }
H1.HeaderClassName
{
color: #0C4AF6;
}
.AnyTagClassName
{
color: #0C4AF6;
}
</style>
background-color css
<style>
a { background-color: #0C4AF6; }
a { background-color: rgb(12,74,246); }
div.DivClassName
{
background-color: #0C4AF6;
}
.BgClassName
{
background-color: #0C4AF6;
}
</style>
border-color css
<style>
span { border-color: #0C4AF6; }
span { border-color: rgb(12,74,246); }
td.TdClassName
{
border-color: #0C4AF6;
}
.TagClassName
{
border-color: #0C4AF6;
}
</style>