Shades of Navy Blue #0550D2
Tints of Navy Blue #0550D2
RGB
CMYK
RGB Variations
Color information
#0550D2 (or 0x0550D2) is known color: Navy Blue. HEX triplet: 05, 50 and D2. RGB value is (5,80,210). Sum of RGB (Red+Green+Blue) = 5+80+210=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 210 (82.42% from 255 or 71.19% from 295); Max value from RGB is 210 - color contains mainly: blue. Hex color #0550D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0550D2 is #FAAF2D. Grayscale: #474747. Windows color (decimal): -16428846 or 13783045. OLE color: 13783045.
HSL color Cylindrical-coordinate representation of color #0550D2: hue angle of 218.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0550D2 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 80 | 210 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.18 |
| HSL | 218.05º | 0.95% | 0.42% | - |
| HSV(B) | 218.05º | 0.98% | 0.82% | - |
| XYZ | 14.56 | 10.42 | 62.22 | - |
| YUV | 72.4 | 205.65 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 210 | 0.98 | 0.62 | 0 | 0.18 | 218.05 | 0.95 | 0.42 |
| Hex | 5 | 50 | D2 | 62 | 3E | 0 | 12 | DA | 5F | 2A |
| Octal | 5 | 120 | 322 | 142 | 76 | 0 | 22 | 332 | 137 | 52 |
| Binary | 101 | 1010000 | 11010010 | 1100010 | 111110 | 0 | 10010 | 11011010 | 1011111 | 101010 |
Color Harmonies of #0550D2
Complementary color
Monochromatic Colors of #0550D2
Black with #0550D2
Text Example
Text Example
White with #0550D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550D2; }
p { color: rgb(5,80,210); }
H1.HeaderClassName
{
color: #0550D2;
}
.AnyTagClassName
{
color: #0550D2;
}
</style>
background-color css
<style>
a { background-color: #0550D2; }
a { background-color: rgb(5,80,210); }
div.DivClassName
{
background-color: #0550D2;
}
.BgClassName
{
background-color: #0550D2;
}
</style>
border-color css
<style>
span { border-color: #0550D2; }
span { border-color: rgb(5,80,210); }
td.TdClassName
{
border-color: #0550D2;
}
.TagClassName
{
border-color: #0550D2;
}
</style>