Shades of Navy Blue #0550FF
Tints of Navy Blue #0550FF
RGB
CMYK
RGB Variations
Color information
#0550FF (or 0x0550FF) is known color: Navy Blue. HEX triplet: 05, 50 and FF. RGB value is (5,80,255). Sum of RGB (Red+Green+Blue) = 5+80+255=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #0550FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0550FF is #FAAF00. Grayscale: #4C4C4C. Windows color (decimal): -16428801 or 16732165. OLE color: 16732165.
HSL color Cylindrical-coordinate representation of color #0550FF: hue angle of 222º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0550FF is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 80 | 255 | - |
| CMYK | 0.98 | 0.69 | 0 | 0 |
| HSL | 222º | 1% | 0.51% | - |
| HSV(B) | 222º | 0.98% | 1% | - |
| XYZ | 20.98 | 12.99 | 96.01 | - |
| YUV | 77.53 | 228.15 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 255 | 0.98 | 0.69 | 0 | 0 | 222 | 1 | 0.51 |
| Hex | 5 | 50 | FF | 62 | 45 | 0 | 0 | DE | 64 | 33 |
| Octal | 5 | 120 | 377 | 142 | 105 | 0 | 0 | 336 | 144 | 63 |
| Binary | 101 | 1010000 | 11111111 | 1100010 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110011 |
Color Harmonies of #0550FF
Complementary color
Monochromatic Colors of #0550FF
Black with #0550FF
Text Example
Text Example
White with #0550FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550FF; }
p { color: rgb(5,80,255); }
H1.HeaderClassName
{
color: #0550FF;
}
.AnyTagClassName
{
color: #0550FF;
}
</style>
background-color css
<style>
a { background-color: #0550FF; }
a { background-color: rgb(5,80,255); }
div.DivClassName
{
background-color: #0550FF;
}
.BgClassName
{
background-color: #0550FF;
}
</style>
border-color css
<style>
span { border-color: #0550FF; }
span { border-color: rgb(5,80,255); }
td.TdClassName
{
border-color: #0550FF;
}
.TagClassName
{
border-color: #0550FF;
}
</style>