Shades of Navy Blue #0055DD
Tints of Navy Blue #0055DD
RGB
CMYK
RGB Variations
Color information
#0055DD (or 0x0055DD) is known color: Navy Blue. HEX triplet: 00, 55 and DD. RGB value is (0,85,221). Sum of RGB (Red+Green+Blue) = 0+85+221=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #0055DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0055DD is #FFAA22. Grayscale: #4A4A4A. Windows color (decimal): -16755235 or 14505216. OLE color: 14505216.
HSL color Cylindrical-coordinate representation of color #0055DD: hue angle of 216.92º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0055DD is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 85 | 221 | - |
| CMYK | 1 | 0.62 | 0 | 0.13 |
| HSL | 216.92º | 1% | 0.43% | - |
| HSV(B) | 216.92º | 1% | 0.87% | - |
| XYZ | 16.3 | 11.72 | 69.81 | - |
| YUV | 75.09 | 210.34 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 221 | 1 | 0.62 | 0 | 0.13 | 216.92 | 1 | 0.43 |
| Hex | 0 | 55 | DD | 64 | 3E | 0 | D | D9 | 64 | 2B |
| Octal | 0 | 125 | 335 | 144 | 76 | 0 | 15 | 331 | 144 | 53 |
| Binary | 0 | 1010101 | 11011101 | 1100100 | 111110 | 0 | 1101 | 11011001 | 1100100 | 101011 |
Color Harmonies of #0055DD
Complementary color
Monochromatic Colors of #0055DD
Black with #0055DD
Text Example
Text Example
White with #0055DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0055DD; }
p { color: rgb(0,85,221); }
H1.HeaderClassName
{
color: #0055DD;
}
.AnyTagClassName
{
color: #0055DD;
}
</style>
background-color css
<style>
a { background-color: #0055DD; }
a { background-color: rgb(0,85,221); }
div.DivClassName
{
background-color: #0055DD;
}
.BgClassName
{
background-color: #0055DD;
}
</style>
border-color css
<style>
span { border-color: #0055DD; }
span { border-color: rgb(0,85,221); }
td.TdClassName
{
border-color: #0055DD;
}
.TagClassName
{
border-color: #0055DD;
}
</style>