Shades of Navy Blue #0550DF
Tints of Navy Blue #0550DF
RGB
CMYK
RGB Variations
Color information
#0550DF (or 0x0550DF) is known color: Navy Blue. HEX triplet: 05, 50 and DF. RGB value is (5,80,223). Sum of RGB (Red+Green+Blue) = 5+80+223=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #0550DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0550DF is #FAAF20. Grayscale: #494949. Windows color (decimal): -16428833 or 14635013. OLE color: 14635013.
HSL color Cylindrical-coordinate representation of color #0550DF: hue angle of 219.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0550DF is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 80 | 223 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.13 |
| HSL | 219.36º | 0.96% | 0.45% | - |
| HSV(B) | 219.36º | 0.98% | 0.87% | - |
| XYZ | 16.25 | 11.1 | 71.1 | - |
| YUV | 73.88 | 212.15 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 223 | 0.98 | 0.64 | 0 | 0.13 | 219.36 | 0.96 | 0.45 |
| Hex | 5 | 50 | DF | 62 | 40 | 0 | D | DB | 60 | 2D |
| Octal | 5 | 120 | 337 | 142 | 100 | 0 | 15 | 333 | 140 | 55 |
| Binary | 101 | 1010000 | 11011111 | 1100010 | 1000000 | 0 | 1101 | 11011011 | 1100000 | 101101 |
Color Harmonies of #0550DF
Complementary color
Monochromatic Colors of #0550DF
Black with #0550DF
Text Example
Text Example
White with #0550DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550DF; }
p { color: rgb(5,80,223); }
H1.HeaderClassName
{
color: #0550DF;
}
.AnyTagClassName
{
color: #0550DF;
}
</style>
background-color css
<style>
a { background-color: #0550DF; }
a { background-color: rgb(5,80,223); }
div.DivClassName
{
background-color: #0550DF;
}
.BgClassName
{
background-color: #0550DF;
}
</style>
border-color css
<style>
span { border-color: #0550DF; }
span { border-color: rgb(5,80,223); }
td.TdClassName
{
border-color: #0550DF;
}
.TagClassName
{
border-color: #0550DF;
}
</style>