Shades of Navy Blue #0551E6
Tints of Navy Blue #0551E6
RGB
CMYK
RGB Variations
Color information
#0551E6 (or 0x0551E6) is known color: Navy Blue. HEX triplet: 05, 51 and E6. RGB value is (5,81,230). Sum of RGB (Red+Green+Blue) = 5+81+230=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 230 (90.23% from 255 or 72.78% from 316); Max value from RGB is 230 - color contains mainly: blue. Hex color #0551E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0551E6 is #FAAE19. Grayscale: #4A4A4A. Windows color (decimal): -16428570 or 15094021. OLE color: 15094021.
HSL color Cylindrical-coordinate representation of color #0551E6: hue angle of 219.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0551E6 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 81 | 230 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.10 |
| HSL | 219.73º | 0.96% | 0.46% | - |
| HSV(B) | 219.73º | 0.98% | 0.9% | - |
| XYZ | 17.29 | 11.63 | 76.2 | - |
| YUV | 75.26 | 215.32 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 230 | 0.98 | 0.65 | 0 | 0.10 | 219.73 | 0.96 | 0.46 |
| Hex | 5 | 51 | E6 | 62 | 41 | 0 | A | DC | 60 | 2E |
| Octal | 5 | 121 | 346 | 142 | 101 | 0 | 12 | 334 | 140 | 56 |
| Binary | 101 | 1010001 | 11100110 | 1100010 | 1000001 | 0 | 1010 | 11011100 | 1100000 | 101110 |
Color Harmonies of #0551E6
Complementary color
Monochromatic Colors of #0551E6
Black with #0551E6
Text Example
Text Example
White with #0551E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551E6; }
p { color: rgb(5,81,230); }
H1.HeaderClassName
{
color: #0551E6;
}
.AnyTagClassName
{
color: #0551E6;
}
</style>
background-color css
<style>
a { background-color: #0551E6; }
a { background-color: rgb(5,81,230); }
div.DivClassName
{
background-color: #0551E6;
}
.BgClassName
{
background-color: #0551E6;
}
</style>
border-color css
<style>
span { border-color: #0551E6; }
span { border-color: rgb(5,81,230); }
td.TdClassName
{
border-color: #0551E6;
}
.TagClassName
{
border-color: #0551E6;
}
</style>