Shades of Navy Blue #0552E6
Tints of Navy Blue #0552E6
RGB
CMYK
RGB Variations
Color information
#0552E6 (or 0x0552E6) is known color: Navy Blue. HEX triplet: 05, 52 and E6. RGB value is (5,82,230). Sum of RGB (Red+Green+Blue) = 5+82+230=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 230 (90.23% from 255 or 72.56% from 317); Max value from RGB is 230 - color contains mainly: blue. Hex color #0552E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0552E6 is #FAAD19. Grayscale: #4B4B4B. Windows color (decimal): -16428314 or 15094277. OLE color: 15094277.
HSL color Cylindrical-coordinate representation of color #0552E6: hue angle of 219.47º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0552E6 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 82 | 230 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.10 |
| HSL | 219.47º | 0.96% | 0.46% | - |
| HSV(B) | 219.47º | 0.98% | 0.9% | - |
| XYZ | 17.36 | 11.78 | 76.22 | - |
| YUV | 75.85 | 214.99 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 230 | 0.98 | 0.64 | 0 | 0.10 | 219.47 | 0.96 | 0.46 |
| Hex | 5 | 52 | E6 | 62 | 40 | 0 | A | DB | 60 | 2E |
| Octal | 5 | 122 | 346 | 142 | 100 | 0 | 12 | 333 | 140 | 56 |
| Binary | 101 | 1010010 | 11100110 | 1100010 | 1000000 | 0 | 1010 | 11011011 | 1100000 | 101110 |
Color Harmonies of #0552E6
Complementary color
Monochromatic Colors of #0552E6
Black with #0552E6
Text Example
Text Example
White with #0552E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0552E6; }
p { color: rgb(5,82,230); }
H1.HeaderClassName
{
color: #0552E6;
}
.AnyTagClassName
{
color: #0552E6;
}
</style>
background-color css
<style>
a { background-color: #0552E6; }
a { background-color: rgb(5,82,230); }
div.DivClassName
{
background-color: #0552E6;
}
.BgClassName
{
background-color: #0552E6;
}
</style>
border-color css
<style>
span { border-color: #0552E6; }
span { border-color: rgb(5,82,230); }
td.TdClassName
{
border-color: #0552E6;
}
.TagClassName
{
border-color: #0552E6;
}
</style>