Shades of Navy Blue #0553DF
Tints of Navy Blue #0553DF
RGB
CMYK
RGB Variations
Color information
#0553DF (or 0x0553DF) is known color: Navy Blue. HEX triplet: 05, 53 and DF. RGB value is (5,83,223). Sum of RGB (Red+Green+Blue) = 5+83+223=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #0553DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553DF is #FAAC20. Grayscale: #4B4B4B. Windows color (decimal): -16428065 or 14635781. OLE color: 14635781.
HSL color Cylindrical-coordinate representation of color #0553DF: hue angle of 218.53º 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 #0553DF is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 83 | 223 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.13 |
| HSL | 218.53º | 0.96% | 0.45% | - |
| HSV(B) | 218.53º | 0.98% | 0.87% | - |
| XYZ | 16.48 | 11.55 | 71.17 | - |
| YUV | 75.64 | 211.16 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 223 | 0.98 | 0.63 | 0 | 0.13 | 218.53 | 0.96 | 0.45 |
| Hex | 5 | 53 | DF | 62 | 3F | 0 | D | DB | 60 | 2D |
| Octal | 5 | 123 | 337 | 142 | 77 | 0 | 15 | 333 | 140 | 55 |
| Binary | 101 | 1010011 | 11011111 | 1100010 | 111111 | 0 | 1101 | 11011011 | 1100000 | 101101 |
Color Harmonies of #0553DF
Complementary color
Monochromatic Colors of #0553DF
Black with #0553DF
Text Example
Text Example
White with #0553DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0553DF; }
p { color: rgb(5,83,223); }
H1.HeaderClassName
{
color: #0553DF;
}
.AnyTagClassName
{
color: #0553DF;
}
</style>
background-color css
<style>
a { background-color: #0553DF; }
a { background-color: rgb(5,83,223); }
div.DivClassName
{
background-color: #0553DF;
}
.BgClassName
{
background-color: #0553DF;
}
</style>
border-color css
<style>
span { border-color: #0553DF; }
span { border-color: rgb(5,83,223); }
td.TdClassName
{
border-color: #0553DF;
}
.TagClassName
{
border-color: #0553DF;
}
</style>