Shades of Navy Blue #055ADD
Tints of Navy Blue #055ADD
RGB
CMYK
RGB Variations
Color information
#055ADD (or 0x055ADD) is known color: Navy Blue. HEX triplet: 05, 5A and DD. RGB value is (5,90,221). Sum of RGB (Red+Green+Blue) = 5+90+221=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #055ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ADD is #FAA522. Grayscale: #4E4E4E. Windows color (decimal): -16426275 or 14506501. OLE color: 14506501.
HSL color Cylindrical-coordinate representation of color #055ADD: hue angle of 216.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055ADD is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 90 | 221 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.13 |
| HSL | 216.39º | 0.96% | 0.44% | - |
| HSV(B) | 216.39º | 0.98% | 0.87% | - |
| XYZ | 16.77 | 12.57 | 69.95 | - |
| YUV | 79.52 | 207.84 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 221 | 0.98 | 0.59 | 0 | 0.13 | 216.39 | 0.96 | 0.44 |
| Hex | 5 | 5A | DD | 62 | 3B | 0 | D | D8 | 60 | 2C |
| Octal | 5 | 132 | 335 | 142 | 73 | 0 | 15 | 330 | 140 | 54 |
| Binary | 101 | 1011010 | 11011101 | 1100010 | 111011 | 0 | 1101 | 11011000 | 1100000 | 101100 |
Color Harmonies of #055ADD
Complementary color
Monochromatic Colors of #055ADD
Black with #055ADD
Text Example
Text Example
White with #055ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055ADD; }
p { color: rgb(5,90,221); }
H1.HeaderClassName
{
color: #055ADD;
}
.AnyTagClassName
{
color: #055ADD;
}
</style>
background-color css
<style>
a { background-color: #055ADD; }
a { background-color: rgb(5,90,221); }
div.DivClassName
{
background-color: #055ADD;
}
.BgClassName
{
background-color: #055ADD;
}
</style>
border-color css
<style>
span { border-color: #055ADD; }
span { border-color: rgb(5,90,221); }
td.TdClassName
{
border-color: #055ADD;
}
.TagClassName
{
border-color: #055ADD;
}
</style>