Shades of Navy Blue #0552DF
Tints of Navy Blue #0552DF
RGB
CMYK
RGB Variations
Color information
#0552DF (or 0x0552DF) is known color: Navy Blue. HEX triplet: 05, 52 and DF. RGB value is (5,82,223). Sum of RGB (Red+Green+Blue) = 5+82+223=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #0552DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552DF is #FAAD20. Grayscale: #4A4A4A. Windows color (decimal): -16428321 or 14635525. OLE color: 14635525.
HSL color Cylindrical-coordinate representation of color #0552DF: hue angle of 218.81º 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 #0552DF is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 82 | 223 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.13 |
| HSL | 218.81º | 0.96% | 0.45% | - |
| HSV(B) | 218.81º | 0.98% | 0.87% | - |
| XYZ | 16.4 | 11.39 | 71.15 | - |
| YUV | 75.05 | 211.49 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 223 | 0.98 | 0.63 | 0 | 0.13 | 218.81 | 0.96 | 0.45 |
| Hex | 5 | 52 | DF | 62 | 3F | 0 | D | DB | 60 | 2D |
| Octal | 5 | 122 | 337 | 142 | 77 | 0 | 15 | 333 | 140 | 55 |
| Binary | 101 | 1010010 | 11011111 | 1100010 | 111111 | 0 | 1101 | 11011011 | 1100000 | 101101 |
Color Harmonies of #0552DF
Complementary color
Monochromatic Colors of #0552DF
Black with #0552DF
Text Example
Text Example
White with #0552DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0552DF; }
p { color: rgb(5,82,223); }
H1.HeaderClassName
{
color: #0552DF;
}
.AnyTagClassName
{
color: #0552DF;
}
</style>
background-color css
<style>
a { background-color: #0552DF; }
a { background-color: rgb(5,82,223); }
div.DivClassName
{
background-color: #0552DF;
}
.BgClassName
{
background-color: #0552DF;
}
</style>
border-color css
<style>
span { border-color: #0552DF; }
span { border-color: rgb(5,82,223); }
td.TdClassName
{
border-color: #0552DF;
}
.TagClassName
{
border-color: #0552DF;
}
</style>