Shades of Navy Blue #0C4AFD
Tints of Navy Blue #0C4AFD
RGB
CMYK
RGB Variations
Color information
#0C4AFD (or 0x0C4AFD) is known color: Navy Blue. HEX triplet: 0C, 4A and FD. RGB value is (12,74,253). Sum of RGB (Red+Green+Blue) = 12+74+253=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #0C4AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C4AFD is #F3B502. Grayscale: #4B4B4B. Windows color (decimal): -15971587 or 16599564. OLE color: 16599564.
HSL color Cylindrical-coordinate representation of color #0C4AFD: hue angle of 224.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C4AFD is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 74 | 253 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.01 |
| HSL | 224.56º | 0.98% | 0.52% | - |
| HSV(B) | 224.56º | 0.95% | 0.99% | - |
| XYZ | 20.33 | 12.07 | 94.19 | - |
| YUV | 75.87 | 227.96 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 74 | 253 | 0.95 | 0.71 | 0 | 0.01 | 224.56 | 0.98 | 0.52 |
| Hex | C | 4A | FD | 5F | 47 | 0 | 1 | E1 | 62 | 34 |
| Octal | 14 | 112 | 375 | 137 | 107 | 0 | 1 | 341 | 142 | 64 |
| Binary | 1100 | 1001010 | 11111101 | 1011111 | 1000111 | 0 | 1 | 11100001 | 1100010 | 110100 |
Color Harmonies of #0C4AFD
Complementary color
Monochromatic Colors of #0C4AFD
Black with #0C4AFD
Text Example
Text Example
White with #0C4AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4AFD; }
p { color: rgb(12,74,253); }
H1.HeaderClassName
{
color: #0C4AFD;
}
.AnyTagClassName
{
color: #0C4AFD;
}
</style>
background-color css
<style>
a { background-color: #0C4AFD; }
a { background-color: rgb(12,74,253); }
div.DivClassName
{
background-color: #0C4AFD;
}
.BgClassName
{
background-color: #0C4AFD;
}
</style>
border-color css
<style>
span { border-color: #0C4AFD; }
span { border-color: rgb(12,74,253); }
td.TdClassName
{
border-color: #0C4AFD;
}
.TagClassName
{
border-color: #0C4AFD;
}
</style>