Shades of Navy Blue #0347F0
Tints of Navy Blue #0347F0
RGB
CMYK
RGB Variations
Color information
#0347F0 (or 0x0347F0) is known color: Navy Blue. HEX triplet: 03, 47 and F0. RGB value is (3,71,240). Sum of RGB (Red+Green+Blue) = 3+71+240=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 240 (94.14% from 255 or 76.43% from 314); Max value from RGB is 240 - color contains mainly: blue. Hex color #0347F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0347F0 is #FCB80F. Grayscale: #454545. Windows color (decimal): -16562192 or 15746819. OLE color: 15746819.
HSL color Cylindrical-coordinate representation of color #0347F0: hue angle of 222.78º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0347F0 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 71 | 240 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.06 |
| HSL | 222.78º | 0.98% | 0.48% | - |
| HSV(B) | 222.78º | 0.99% | 0.94% | - |
| XYZ | 18.02 | 10.82 | 83.58 | - |
| YUV | 69.93 | 223.97 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 240 | 0.99 | 0.70 | 0 | 0.06 | 222.78 | 0.98 | 0.48 |
| Hex | 3 | 47 | F0 | 63 | 46 | 0 | 6 | DF | 62 | 30 |
| Octal | 3 | 107 | 360 | 143 | 106 | 0 | 6 | 337 | 142 | 60 |
| Binary | 11 | 1000111 | 11110000 | 1100011 | 1000110 | 0 | 110 | 11011111 | 1100010 | 110000 |
Color Harmonies of #0347F0
Complementary color
Monochromatic Colors of #0347F0
Black with #0347F0
Text Example
Text Example
White with #0347F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0347F0; }
p { color: rgb(3,71,240); }
H1.HeaderClassName
{
color: #0347F0;
}
.AnyTagClassName
{
color: #0347F0;
}
</style>
background-color css
<style>
a { background-color: #0347F0; }
a { background-color: rgb(3,71,240); }
div.DivClassName
{
background-color: #0347F0;
}
.BgClassName
{
background-color: #0347F0;
}
</style>
border-color css
<style>
span { border-color: #0347F0; }
span { border-color: rgb(3,71,240); }
td.TdClassName
{
border-color: #0347F0;
}
.TagClassName
{
border-color: #0347F0;
}
</style>