Shades of Navy Blue #0347FA
Tints of Navy Blue #0347FA
RGB
CMYK
RGB Variations
Color information
#0347FA (or 0x0347FA) is known color: Navy Blue. HEX triplet: 03, 47 and FA. RGB value is (3,71,250). Sum of RGB (Red+Green+Blue) = 3+71+250=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #0347FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0347FA is #FCB805. Grayscale: #464646. Windows color (decimal): -16562182 or 16402179. OLE color: 16402179.
HSL color Cylindrical-coordinate representation of color #0347FA: hue angle of 223.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0347FA is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 71 | 250 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.02 |
| HSL | 223.48º | 0.98% | 0.5% | - |
| HSV(B) | 223.48º | 0.99% | 0.98% | - |
| XYZ | 19.55 | 11.43 | 91.62 | - |
| YUV | 71.07 | 228.97 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 250 | 0.99 | 0.72 | 0 | 0.02 | 223.48 | 0.98 | 0.5 |
| Hex | 3 | 47 | FA | 63 | 48 | 0 | 2 | DF | 62 | 32 |
| Octal | 3 | 107 | 372 | 143 | 110 | 0 | 2 | 337 | 142 | 62 |
| Binary | 11 | 1000111 | 11111010 | 1100011 | 1001000 | 0 | 10 | 11011111 | 1100010 | 110010 |
Color Harmonies of #0347FA
Complementary color
Monochromatic Colors of #0347FA
Black with #0347FA
Text Example
Text Example
White with #0347FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0347FA; }
p { color: rgb(3,71,250); }
H1.HeaderClassName
{
color: #0347FA;
}
.AnyTagClassName
{
color: #0347FA;
}
</style>
background-color css
<style>
a { background-color: #0347FA; }
a { background-color: rgb(3,71,250); }
div.DivClassName
{
background-color: #0347FA;
}
.BgClassName
{
background-color: #0347FA;
}
</style>
border-color css
<style>
span { border-color: #0347FA; }
span { border-color: rgb(3,71,250); }
td.TdClassName
{
border-color: #0347FA;
}
.TagClassName
{
border-color: #0347FA;
}
</style>