Shades of Navy Blue #0351FD
Tints of Navy Blue #0351FD
RGB
CMYK
RGB Variations
Color information
#0351FD (or 0x0351FD) is known color: Navy Blue. HEX triplet: 03, 51 and FD. RGB value is (3,81,253). Sum of RGB (Red+Green+Blue) = 3+81+253=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #0351FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0351FD is #FCAE02. Grayscale: #4C4C4C. Windows color (decimal): -16559619 or 16601347. OLE color: 16601347.
HSL color Cylindrical-coordinate representation of color #0351FD: hue angle of 221.28º 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 #0351FD is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 81 | 253 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.01 |
| HSL | 221.28º | 0.98% | 0.5% | - |
| HSV(B) | 221.28º | 0.99% | 0.99% | - |
| XYZ | 20.71 | 13 | 94.35 | - |
| YUV | 77.29 | 227.16 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 253 | 0.99 | 0.68 | 0 | 0.01 | 221.28 | 0.98 | 0.5 |
| Hex | 3 | 51 | FD | 63 | 44 | 0 | 1 | DD | 62 | 32 |
| Octal | 3 | 121 | 375 | 143 | 104 | 0 | 1 | 335 | 142 | 62 |
| Binary | 11 | 1010001 | 11111101 | 1100011 | 1000100 | 0 | 1 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0351FD
Complementary color
Monochromatic Colors of #0351FD
Black with #0351FD
Text Example
Text Example
White with #0351FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0351FD; }
p { color: rgb(3,81,253); }
H1.HeaderClassName
{
color: #0351FD;
}
.AnyTagClassName
{
color: #0351FD;
}
</style>
background-color css
<style>
a { background-color: #0351FD; }
a { background-color: rgb(3,81,253); }
div.DivClassName
{
background-color: #0351FD;
}
.BgClassName
{
background-color: #0351FD;
}
</style>
border-color css
<style>
span { border-color: #0351FD; }
span { border-color: rgb(3,81,253); }
td.TdClassName
{
border-color: #0351FD;
}
.TagClassName
{
border-color: #0351FD;
}
</style>