Shades of Navy Blue #0347FC
Tints of Navy Blue #0347FC
RGB
CMYK
RGB Variations
Color information
#0347FC (or 0x0347FC) is known color: Navy Blue. HEX triplet: 03, 47 and FC. RGB value is (3,71,252). Sum of RGB (Red+Green+Blue) = 3+71+252=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #0347FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0347FC is #FCB803. Grayscale: #464646. Windows color (decimal): -16562180 or 16533251. OLE color: 16533251.
HSL color Cylindrical-coordinate representation of color #0347FC: hue angle of 223.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0347FC is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 71 | 252 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.01 |
| HSL | 223.61º | 0.98% | 0.5% | - |
| HSV(B) | 223.61º | 0.99% | 0.99% | - |
| XYZ | 19.86 | 11.55 | 93.28 | - |
| YUV | 71.3 | 229.97 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 252 | 0.99 | 0.72 | 0 | 0.01 | 223.61 | 0.98 | 0.5 |
| Hex | 3 | 47 | FC | 63 | 48 | 0 | 1 | E0 | 62 | 32 |
| Octal | 3 | 107 | 374 | 143 | 110 | 0 | 1 | 340 | 142 | 62 |
| Binary | 11 | 1000111 | 11111100 | 1100011 | 1001000 | 0 | 1 | 11100000 | 1100010 | 110010 |
Color Harmonies of #0347FC
Complementary color
Monochromatic Colors of #0347FC
Black with #0347FC
Text Example
Text Example
White with #0347FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0347FC; }
p { color: rgb(3,71,252); }
H1.HeaderClassName
{
color: #0347FC;
}
.AnyTagClassName
{
color: #0347FC;
}
</style>
background-color css
<style>
a { background-color: #0347FC; }
a { background-color: rgb(3,71,252); }
div.DivClassName
{
background-color: #0347FC;
}
.BgClassName
{
background-color: #0347FC;
}
</style>
border-color css
<style>
span { border-color: #0347FC; }
span { border-color: rgb(3,71,252); }
td.TdClassName
{
border-color: #0347FC;
}
.TagClassName
{
border-color: #0347FC;
}
</style>