Shades of Navy Blue #0351FA
Tints of Navy Blue #0351FA
RGB
CMYK
RGB Variations
Color information
#0351FA (or 0x0351FA) is known color: Navy Blue. HEX triplet: 03, 51 and FA. RGB value is (3,81,250). Sum of RGB (Red+Green+Blue) = 3+81+250=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #0351FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0351FA is #FCAE05. Grayscale: #4C4C4C. Windows color (decimal): -16559622 or 16404739. OLE color: 16404739.
HSL color Cylindrical-coordinate representation of color #0351FA: hue angle of 221.05º 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 #0351FA is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 81 | 250 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.02 |
| HSL | 221.05º | 0.98% | 0.5% | - |
| HSV(B) | 221.05º | 0.99% | 0.98% | - |
| XYZ | 20.24 | 12.81 | 91.85 | - |
| YUV | 76.94 | 225.66 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 250 | 0.99 | 0.68 | 0 | 0.02 | 221.05 | 0.98 | 0.5 |
| Hex | 3 | 51 | FA | 63 | 44 | 0 | 2 | DD | 62 | 32 |
| Octal | 3 | 121 | 372 | 143 | 104 | 0 | 2 | 335 | 142 | 62 |
| Binary | 11 | 1010001 | 11111010 | 1100011 | 1000100 | 0 | 10 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0351FA
Complementary color
Monochromatic Colors of #0351FA
Black with #0351FA
Text Example
Text Example
White with #0351FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0351FA; }
p { color: rgb(3,81,250); }
H1.HeaderClassName
{
color: #0351FA;
}
.AnyTagClassName
{
color: #0351FA;
}
</style>
background-color css
<style>
a { background-color: #0351FA; }
a { background-color: rgb(3,81,250); }
div.DivClassName
{
background-color: #0351FA;
}
.BgClassName
{
background-color: #0351FA;
}
</style>
border-color css
<style>
span { border-color: #0351FA; }
span { border-color: rgb(3,81,250); }
td.TdClassName
{
border-color: #0351FA;
}
.TagClassName
{
border-color: #0351FA;
}
</style>