Shades of Navy Blue #0576D2
Tints of Navy Blue #0576D2
RGB
CMYK
RGB Variations
Color information
#0576D2 (or 0x0576D2) is known color: Navy Blue. HEX triplet: 05, 76 and D2. RGB value is (5,118,210). Sum of RGB (Red+Green+Blue) = 5+118+210=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 210 (82.42% from 255 or 63.06% from 333); Max value from RGB is 210 - color contains mainly: blue. Hex color #0576D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0576D2 is #FA892D. Grayscale: #5E5E5E. Windows color (decimal): -16419118 or 13792773. OLE color: 13792773.
HSL color Cylindrical-coordinate representation of color #0576D2: hue angle of 206.93º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0576D2 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 118 | 210 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.18 |
| HSL | 206.93º | 0.95% | 0.42% | - |
| HSV(B) | 206.93º | 0.98% | 0.82% | - |
| XYZ | 18.17 | 17.64 | 63.42 | - |
| YUV | 94.7 | 193.06 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 210 | 0.98 | 0.44 | 0 | 0.18 | 206.93 | 0.95 | 0.42 |
| Hex | 5 | 76 | D2 | 62 | 2C | 0 | 12 | CF | 5F | 2A |
| Octal | 5 | 166 | 322 | 142 | 54 | 0 | 22 | 317 | 137 | 52 |
| Binary | 101 | 1110110 | 11010010 | 1100010 | 101100 | 0 | 10010 | 11001111 | 1011111 | 101010 |
Color Harmonies of #0576D2
Complementary color
Monochromatic Colors of #0576D2
Black with #0576D2
Text Example
Text Example
White with #0576D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0576D2; }
p { color: rgb(5,118,210); }
H1.HeaderClassName
{
color: #0576D2;
}
.AnyTagClassName
{
color: #0576D2;
}
</style>
background-color css
<style>
a { background-color: #0576D2; }
a { background-color: rgb(5,118,210); }
div.DivClassName
{
background-color: #0576D2;
}
.BgClassName
{
background-color: #0576D2;
}
</style>
border-color css
<style>
span { border-color: #0576D2; }
span { border-color: rgb(5,118,210); }
td.TdClassName
{
border-color: #0576D2;
}
.TagClassName
{
border-color: #0576D2;
}
</style>