Shades of Navy Blue #0C47FF
Tints of Navy Blue #0C47FF
RGB
CMYK
RGB Variations
Color information
#0C47FF (or 0x0C47FF) is known color: Navy Blue. HEX triplet: 0C, 47 and FF. RGB value is (12,71,255). Sum of RGB (Red+Green+Blue) = 12+71+255=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C47FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C47FF is #F3B800. Grayscale: #494949. Windows color (decimal): -15972353 or 16729868. OLE color: 16729868.
HSL color Cylindrical-coordinate representation of color #0C47FF: hue angle of 225.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C47FF is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 71 | 255 | - |
| CMYK | 0.95 | 0.72 | 0 | 0 |
| HSL | 225.43º | 1% | 0.52% | - |
| HSV(B) | 225.43º | 0.95% | 1% | - |
| XYZ | 20.45 | 11.8 | 95.81 | - |
| YUV | 74.34 | 229.95 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 255 | 0.95 | 0.72 | 0 | 0 | 225.43 | 1 | 0.52 |
| Hex | C | 47 | FF | 5F | 48 | 0 | 0 | E1 | 64 | 34 |
| Octal | 14 | 107 | 377 | 137 | 110 | 0 | 0 | 341 | 144 | 64 |
| Binary | 1100 | 1000111 | 11111111 | 1011111 | 1001000 | 0 | 0 | 11100001 | 1100100 | 110100 |
Color Harmonies of #0C47FF
Complementary color
Monochromatic Colors of #0C47FF
Black with #0C47FF
Text Example
Text Example
White with #0C47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C47FF; }
p { color: rgb(12,71,255); }
H1.HeaderClassName
{
color: #0C47FF;
}
.AnyTagClassName
{
color: #0C47FF;
}
</style>
background-color css
<style>
a { background-color: #0C47FF; }
a { background-color: rgb(12,71,255); }
div.DivClassName
{
background-color: #0C47FF;
}
.BgClassName
{
background-color: #0C47FF;
}
</style>
border-color css
<style>
span { border-color: #0C47FF; }
span { border-color: rgb(12,71,255); }
td.TdClassName
{
border-color: #0C47FF;
}
.TagClassName
{
border-color: #0C47FF;
}
</style>