Shades of Navy Blue #0576BE
Tints of Navy Blue #0576BE
RGB
CMYK
RGB Variations
Color information
#0576BE (or 0x0576BE) is known color: Navy Blue. HEX triplet: 05, 76 and BE. RGB value is (5,118,190). Sum of RGB (Red+Green+Blue) = 5+118+190=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #0576BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0576BE is #FA8941. Grayscale: #5C5C5C. Windows color (decimal): -16419138 or 12482053. OLE color: 12482053.
HSL color Cylindrical-coordinate representation of color #0576BE: hue angle of 203.35º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0576BE is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 118 | 190 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.25 |
| HSL | 203.35º | 0.95% | 0.38% | - |
| HSV(B) | 203.35º | 0.97% | 0.75% | - |
| XYZ | 15.84 | 16.71 | 51.11 | - |
| YUV | 92.42 | 183.06 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 190 | 0.97 | 0.38 | 0 | 0.25 | 203.35 | 0.95 | 0.38 |
| Hex | 5 | 76 | BE | 61 | 26 | 0 | 19 | CB | 5F | 26 |
| Octal | 5 | 166 | 276 | 141 | 46 | 0 | 31 | 313 | 137 | 46 |
| Binary | 101 | 1110110 | 10111110 | 1100001 | 100110 | 0 | 11001 | 11001011 | 1011111 | 100110 |
Color Harmonies of #0576BE
Complementary color
Monochromatic Colors of #0576BE
Black with #0576BE
Text Example
Text Example
White with #0576BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0576BE; }
p { color: rgb(5,118,190); }
H1.HeaderClassName
{
color: #0576BE;
}
.AnyTagClassName
{
color: #0576BE;
}
</style>
background-color css
<style>
a { background-color: #0576BE; }
a { background-color: rgb(5,118,190); }
div.DivClassName
{
background-color: #0576BE;
}
.BgClassName
{
background-color: #0576BE;
}
</style>
border-color css
<style>
span { border-color: #0576BE; }
span { border-color: rgb(5,118,190); }
td.TdClassName
{
border-color: #0576BE;
}
.TagClassName
{
border-color: #0576BE;
}
</style>