Shades of Navy Blue #0552DC
Tints of Navy Blue #0552DC
RGB
CMYK
RGB Variations
Color information
#0552DC (or 0x0552DC) is known color: Navy Blue. HEX triplet: 05, 52 and DC. RGB value is (5,82,220). Sum of RGB (Red+Green+Blue) = 5+82+220=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #0552DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552DC is #FAAD23. Grayscale: #4A4A4A. Windows color (decimal): -16428324 or 14438917. OLE color: 14438917.
HSL color Cylindrical-coordinate representation of color #0552DC: hue angle of 218.51º 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 #0552DC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 82 | 220 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.14 |
| HSL | 218.51º | 0.96% | 0.44% | - |
| HSV(B) | 218.51º | 0.98% | 0.86% | - |
| XYZ | 16 | 11.23 | 69.04 | - |
| YUV | 74.71 | 209.99 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 220 | 0.98 | 0.63 | 0 | 0.14 | 218.51 | 0.96 | 0.44 |
| Hex | 5 | 52 | DC | 62 | 3F | 0 | E | DB | 60 | 2C |
| Octal | 5 | 122 | 334 | 142 | 77 | 0 | 16 | 333 | 140 | 54 |
| Binary | 101 | 1010010 | 11011100 | 1100010 | 111111 | 0 | 1110 | 11011011 | 1100000 | 101100 |
Color Harmonies of #0552DC
Complementary color
Monochromatic Colors of #0552DC
Black with #0552DC
Text Example
Text Example
White with #0552DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0552DC; }
p { color: rgb(5,82,220); }
H1.HeaderClassName
{
color: #0552DC;
}
.AnyTagClassName
{
color: #0552DC;
}
</style>
background-color css
<style>
a { background-color: #0552DC; }
a { background-color: rgb(5,82,220); }
div.DivClassName
{
background-color: #0552DC;
}
.BgClassName
{
background-color: #0552DC;
}
</style>
border-color css
<style>
span { border-color: #0552DC; }
span { border-color: rgb(5,82,220); }
td.TdClassName
{
border-color: #0552DC;
}
.TagClassName
{
border-color: #0552DC;
}
</style>