Shades of Navy Blue #0C4FFC
Tints of Navy Blue #0C4FFC
RGB
CMYK
RGB Variations
Color information
#0C4FFC (or 0x0C4FFC) is known color: Navy Blue. HEX triplet: 0C, 4F and FC. RGB value is (12,79,252). Sum of RGB (Red+Green+Blue) = 12+79+252=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C4FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C4FFC is #F3B003. Grayscale: #4D4D4D. Windows color (decimal): -15970308 or 16535308. OLE color: 16535308.
HSL color Cylindrical-coordinate representation of color #0C4FFC: hue angle of 223.25º 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 #0C4FFC is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 79 | 252 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.01 |
| HSL | 223.25º | 0.98% | 0.52% | - |
| HSV(B) | 223.25º | 0.95% | 0.99% | - |
| XYZ | 20.52 | 12.7 | 93.47 | - |
| YUV | 78.69 | 225.8 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 252 | 0.95 | 0.69 | 0 | 0.01 | 223.25 | 0.98 | 0.52 |
| Hex | C | 4F | FC | 5F | 45 | 0 | 1 | DF | 62 | 34 |
| Octal | 14 | 117 | 374 | 137 | 105 | 0 | 1 | 337 | 142 | 64 |
| Binary | 1100 | 1001111 | 11111100 | 1011111 | 1000101 | 0 | 1 | 11011111 | 1100010 | 110100 |
Color Harmonies of #0C4FFC
Complementary color
Monochromatic Colors of #0C4FFC
Black with #0C4FFC
Text Example
Text Example
White with #0C4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4FFC; }
p { color: rgb(12,79,252); }
H1.HeaderClassName
{
color: #0C4FFC;
}
.AnyTagClassName
{
color: #0C4FFC;
}
</style>
background-color css
<style>
a { background-color: #0C4FFC; }
a { background-color: rgb(12,79,252); }
div.DivClassName
{
background-color: #0C4FFC;
}
.BgClassName
{
background-color: #0C4FFC;
}
</style>
border-color css
<style>
span { border-color: #0C4FFC; }
span { border-color: rgb(12,79,252); }
td.TdClassName
{
border-color: #0C4FFC;
}
.TagClassName
{
border-color: #0C4FFC;
}
</style>