Shades of Navy Blue #0553DC
Tints of Navy Blue #0553DC
RGB
CMYK
RGB Variations
Color information
#0553DC (or 0x0553DC) is known color: Navy Blue. HEX triplet: 05, 53 and DC. RGB value is (5,83,220). Sum of RGB (Red+Green+Blue) = 5+83+220=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #0553DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553DC is #FAAC23. Grayscale: #4A4A4A. Windows color (decimal): -16428068 or 14439173. OLE color: 14439173.
HSL color Cylindrical-coordinate representation of color #0553DC: hue angle of 218.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0553DC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 83 | 220 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.14 |
| HSL | 218.23º | 0.96% | 0.44% | - |
| HSV(B) | 218.23º | 0.98% | 0.86% | - |
| XYZ | 16.07 | 11.39 | 69.06 | - |
| YUV | 75.3 | 209.66 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 220 | 0.98 | 0.62 | 0 | 0.14 | 218.23 | 0.96 | 0.44 |
| Hex | 5 | 53 | DC | 62 | 3E | 0 | E | DA | 60 | 2C |
| Octal | 5 | 123 | 334 | 142 | 76 | 0 | 16 | 332 | 140 | 54 |
| Binary | 101 | 1010011 | 11011100 | 1100010 | 111110 | 0 | 1110 | 11011010 | 1100000 | 101100 |
Color Harmonies of #0553DC
Complementary color
Monochromatic Colors of #0553DC
Black with #0553DC
Text Example
Text Example
White with #0553DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0553DC; }
p { color: rgb(5,83,220); }
H1.HeaderClassName
{
color: #0553DC;
}
.AnyTagClassName
{
color: #0553DC;
}
</style>
background-color css
<style>
a { background-color: #0553DC; }
a { background-color: rgb(5,83,220); }
div.DivClassName
{
background-color: #0553DC;
}
.BgClassName
{
background-color: #0553DC;
}
</style>
border-color css
<style>
span { border-color: #0553DC; }
span { border-color: rgb(5,83,220); }
td.TdClassName
{
border-color: #0553DC;
}
.TagClassName
{
border-color: #0553DC;
}
</style>