Shades of Navy Blue #0551FD
Tints of Navy Blue #0551FD
RGB
CMYK
RGB Variations
Color information
#0551FD (or 0x0551FD) is known color: Navy Blue. HEX triplet: 05, 51 and FD. RGB value is (5,81,253). Sum of RGB (Red+Green+Blue) = 5+81+253=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #0551FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0551FD is #FAAE02. Grayscale: #4D4D4D. Windows color (decimal): -16428547 or 16601349. OLE color: 16601349.
HSL color Cylindrical-coordinate representation of color #0551FD: hue angle of 221.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0551FD is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 81 | 253 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.01 |
| HSL | 221.61º | 0.98% | 0.51% | - |
| HSV(B) | 221.61º | 0.98% | 0.99% | - |
| XYZ | 20.73 | 13.01 | 94.35 | - |
| YUV | 77.88 | 226.82 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 253 | 0.98 | 0.68 | 0 | 0.01 | 221.61 | 0.98 | 0.51 |
| Hex | 5 | 51 | FD | 62 | 44 | 0 | 1 | DE | 62 | 33 |
| Octal | 5 | 121 | 375 | 142 | 104 | 0 | 1 | 336 | 142 | 63 |
| Binary | 101 | 1010001 | 11111101 | 1100010 | 1000100 | 0 | 1 | 11011110 | 1100010 | 110011 |
Color Harmonies of #0551FD
Complementary color
Monochromatic Colors of #0551FD
Black with #0551FD
Text Example
Text Example
White with #0551FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551FD; }
p { color: rgb(5,81,253); }
H1.HeaderClassName
{
color: #0551FD;
}
.AnyTagClassName
{
color: #0551FD;
}
</style>
background-color css
<style>
a { background-color: #0551FD; }
a { background-color: rgb(5,81,253); }
div.DivClassName
{
background-color: #0551FD;
}
.BgClassName
{
background-color: #0551FD;
}
</style>
border-color css
<style>
span { border-color: #0551FD; }
span { border-color: rgb(5,81,253); }
td.TdClassName
{
border-color: #0551FD;
}
.TagClassName
{
border-color: #0551FD;
}
</style>