Shades of Navy Blue #0351FF
Tints of Navy Blue #0351FF
RGB
CMYK
RGB Variations
Color information
#0351FF (or 0x0351FF) is known color: Navy Blue. HEX triplet: 03, 51 and FF. RGB value is (3,81,255). Sum of RGB (Red+Green+Blue) = 3+81+255=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #0351FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0351FF is #FCAE00. Grayscale: #4C4C4C. Windows color (decimal): -16559617 or 16732419. OLE color: 16732419.
HSL color Cylindrical-coordinate representation of color #0351FF: hue angle of 221.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0351FF is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 81 | 255 | - |
| CMYK | 0.99 | 0.68 | 0 | 0 |
| HSL | 221.43º | 1% | 0.51% | - |
| HSV(B) | 221.43º | 0.99% | 1% | - |
| XYZ | 21.03 | 13.12 | 96.03 | - |
| YUV | 77.51 | 228.16 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 255 | 0.99 | 0.68 | 0 | 0 | 221.43 | 1 | 0.51 |
| Hex | 3 | 51 | FF | 63 | 44 | 0 | 0 | DD | 64 | 33 |
| Octal | 3 | 121 | 377 | 143 | 104 | 0 | 0 | 335 | 144 | 63 |
| Binary | 11 | 1010001 | 11111111 | 1100011 | 1000100 | 0 | 0 | 11011101 | 1100100 | 110011 |
Color Harmonies of #0351FF
Complementary color
Monochromatic Colors of #0351FF
Black with #0351FF
Text Example
Text Example
White with #0351FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0351FF; }
p { color: rgb(3,81,255); }
H1.HeaderClassName
{
color: #0351FF;
}
.AnyTagClassName
{
color: #0351FF;
}
</style>
background-color css
<style>
a { background-color: #0351FF; }
a { background-color: rgb(3,81,255); }
div.DivClassName
{
background-color: #0351FF;
}
.BgClassName
{
background-color: #0351FF;
}
</style>
border-color css
<style>
span { border-color: #0351FF; }
span { border-color: rgb(3,81,255); }
td.TdClassName
{
border-color: #0351FF;
}
.TagClassName
{
border-color: #0351FF;
}
</style>