Shades of Navy Blue #0551FA
Tints of Navy Blue #0551FA
RGB
CMYK
RGB Variations
Color information
#0551FA (or 0x0551FA) is known color: Navy Blue. HEX triplet: 05, 51 and FA. RGB value is (5,81,250). Sum of RGB (Red+Green+Blue) = 5+81+250=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #0551FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0551FA is #FAAE05. Grayscale: #4C4C4C. Windows color (decimal): -16428550 or 16404741. OLE color: 16404741.
HSL color Cylindrical-coordinate representation of color #0551FA: hue angle of 221.39º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0551FA is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 81 | 250 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.02 |
| HSL | 221.39º | 0.96% | 0.5% | - |
| HSV(B) | 221.39º | 0.98% | 0.98% | - |
| XYZ | 20.26 | 12.82 | 91.85 | - |
| YUV | 77.54 | 225.32 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 250 | 0.98 | 0.68 | 0 | 0.02 | 221.39 | 0.96 | 0.5 |
| Hex | 5 | 51 | FA | 62 | 44 | 0 | 2 | DD | 60 | 32 |
| Octal | 5 | 121 | 372 | 142 | 104 | 0 | 2 | 335 | 140 | 62 |
| Binary | 101 | 1010001 | 11111010 | 1100010 | 1000100 | 0 | 10 | 11011101 | 1100000 | 110010 |
Color Harmonies of #0551FA
Complementary color
Monochromatic Colors of #0551FA
Black with #0551FA
Text Example
Text Example
White with #0551FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551FA; }
p { color: rgb(5,81,250); }
H1.HeaderClassName
{
color: #0551FA;
}
.AnyTagClassName
{
color: #0551FA;
}
</style>
background-color css
<style>
a { background-color: #0551FA; }
a { background-color: rgb(5,81,250); }
div.DivClassName
{
background-color: #0551FA;
}
.BgClassName
{
background-color: #0551FA;
}
</style>
border-color css
<style>
span { border-color: #0551FA; }
span { border-color: rgb(5,81,250); }
td.TdClassName
{
border-color: #0551FA;
}
.TagClassName
{
border-color: #0551FA;
}
</style>