Shades of Navy Blue #0349FD
Tints of Navy Blue #0349FD
RGB
CMYK
RGB Variations
Color information
#0349FD (or 0x0349FD) is known color: Navy Blue. HEX triplet: 03, 49 and FD. RGB value is (3,73,253). Sum of RGB (Red+Green+Blue) = 3+73+253=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #0349FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0349FD is #FCB602. Grayscale: #474747. Windows color (decimal): -16561667 or 16599299. OLE color: 16599299.
HSL color Cylindrical-coordinate representation of color #0349FD: hue angle of 223.2º 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 #0349FD is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 73 | 253 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.01 |
| HSL | 223.2º | 0.98% | 0.5% | - |
| HSV(B) | 223.2º | 0.99% | 0.99% | - |
| XYZ | 20.15 | 11.88 | 94.16 | - |
| YUV | 72.59 | 229.81 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 253 | 0.99 | 0.71 | 0 | 0.01 | 223.2 | 0.98 | 0.5 |
| Hex | 3 | 49 | FD | 63 | 47 | 0 | 1 | DF | 62 | 32 |
| Octal | 3 | 111 | 375 | 143 | 107 | 0 | 1 | 337 | 142 | 62 |
| Binary | 11 | 1001001 | 11111101 | 1100011 | 1000111 | 0 | 1 | 11011111 | 1100010 | 110010 |
Color Harmonies of #0349FD
Complementary color
Monochromatic Colors of #0349FD
Black with #0349FD
Text Example
Text Example
White with #0349FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0349FD; }
p { color: rgb(3,73,253); }
H1.HeaderClassName
{
color: #0349FD;
}
.AnyTagClassName
{
color: #0349FD;
}
</style>
background-color css
<style>
a { background-color: #0349FD; }
a { background-color: rgb(3,73,253); }
div.DivClassName
{
background-color: #0349FD;
}
.BgClassName
{
background-color: #0349FD;
}
</style>
border-color css
<style>
span { border-color: #0349FD; }
span { border-color: rgb(3,73,253); }
td.TdClassName
{
border-color: #0349FD;
}
.TagClassName
{
border-color: #0349FD;
}
</style>