Shades of Navy Blue #0576CE
Tints of Navy Blue #0576CE
RGB
CMYK
RGB Variations
Color information
#0576CE (or 0x0576CE) is known color: Navy Blue. HEX triplet: 05, 76 and CE. RGB value is (5,118,206). Sum of RGB (Red+Green+Blue) = 5+118+206=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #0576CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0576CE is #FA8931. Grayscale: #5D5D5D. Windows color (decimal): -16419122 or 13530629. OLE color: 13530629.
HSL color Cylindrical-coordinate representation of color #0576CE: hue angle of 206.27º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0576CE is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 118 | 206 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.19 |
| HSL | 206.27º | 0.95% | 0.41% | - |
| HSV(B) | 206.27º | 0.98% | 0.81% | - |
| XYZ | 17.68 | 17.45 | 60.83 | - |
| YUV | 94.25 | 191.06 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 206 | 0.98 | 0.43 | 0 | 0.19 | 206.27 | 0.95 | 0.41 |
| Hex | 5 | 76 | CE | 62 | 2B | 0 | 13 | CE | 5F | 29 |
| Octal | 5 | 166 | 316 | 142 | 53 | 0 | 23 | 316 | 137 | 51 |
| Binary | 101 | 1110110 | 11001110 | 1100010 | 101011 | 0 | 10011 | 11001110 | 1011111 | 101001 |
Color Harmonies of #0576CE
Complementary color
Monochromatic Colors of #0576CE
Black with #0576CE
Text Example
Text Example
White with #0576CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0576CE; }
p { color: rgb(5,118,206); }
H1.HeaderClassName
{
color: #0576CE;
}
.AnyTagClassName
{
color: #0576CE;
}
</style>
background-color css
<style>
a { background-color: #0576CE; }
a { background-color: rgb(5,118,206); }
div.DivClassName
{
background-color: #0576CE;
}
.BgClassName
{
background-color: #0576CE;
}
</style>
border-color css
<style>
span { border-color: #0576CE; }
span { border-color: rgb(5,118,206); }
td.TdClassName
{
border-color: #0576CE;
}
.TagClassName
{
border-color: #0576CE;
}
</style>