Shades of Navy Blue #0551EA
Tints of Navy Blue #0551EA
RGB
CMYK
RGB Variations
Color information
#0551EA (or 0x0551EA) is known color: Navy Blue. HEX triplet: 05, 51 and EA. RGB value is (5,81,234). Sum of RGB (Red+Green+Blue) = 5+81+234=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #0551EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0551EA is #FAAE15. Grayscale: #4B4B4B. Windows color (decimal): -16428566 or 15356165. OLE color: 15356165.
HSL color Cylindrical-coordinate representation of color #0551EA: hue angle of 220.09º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0551EA is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 81 | 234 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.08 |
| HSL | 220.09º | 0.96% | 0.47% | - |
| HSV(B) | 220.09º | 0.98% | 0.92% | - |
| XYZ | 17.86 | 11.86 | 79.19 | - |
| YUV | 75.72 | 217.32 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 234 | 0.98 | 0.65 | 0 | 0.08 | 220.09 | 0.96 | 0.47 |
| Hex | 5 | 51 | EA | 62 | 41 | 0 | 8 | DC | 60 | 2F |
| Octal | 5 | 121 | 352 | 142 | 101 | 0 | 10 | 334 | 140 | 57 |
| Binary | 101 | 1010001 | 11101010 | 1100010 | 1000001 | 0 | 1000 | 11011100 | 1100000 | 101111 |
Color Harmonies of #0551EA
Complementary color
Monochromatic Colors of #0551EA
Black with #0551EA
Text Example
Text Example
White with #0551EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551EA; }
p { color: rgb(5,81,234); }
H1.HeaderClassName
{
color: #0551EA;
}
.AnyTagClassName
{
color: #0551EA;
}
</style>
background-color css
<style>
a { background-color: #0551EA; }
a { background-color: rgb(5,81,234); }
div.DivClassName
{
background-color: #0551EA;
}
.BgClassName
{
background-color: #0551EA;
}
</style>
border-color css
<style>
span { border-color: #0551EA; }
span { border-color: rgb(5,81,234); }
td.TdClassName
{
border-color: #0551EA;
}
.TagClassName
{
border-color: #0551EA;
}
</style>