Shades of Navy Blue #0575DD
Tints of Navy Blue #0575DD
RGB
CMYK
RGB Variations
Color information
#0575DD (or 0x0575DD) is known color: Navy Blue. HEX triplet: 05, 75 and DD. RGB value is (5,117,221). Sum of RGB (Red+Green+Blue) = 5+117+221=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #0575DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575DD is #FA8A22. Grayscale: #5E5E5E. Windows color (decimal): -16419363 or 14513413. OLE color: 14513413.
HSL color Cylindrical-coordinate representation of color #0575DD: hue angle of 208.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0575DD is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 117 | 221 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.13 |
| HSL | 208.89º | 0.96% | 0.44% | - |
| HSV(B) | 208.89º | 0.98% | 0.87% | - |
| XYZ | 19.48 | 17.98 | 70.85 | - |
| YUV | 95.37 | 198.89 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 221 | 0.98 | 0.47 | 0 | 0.13 | 208.89 | 0.96 | 0.44 |
| Hex | 5 | 75 | DD | 62 | 2F | 0 | D | D1 | 60 | 2C |
| Octal | 5 | 165 | 335 | 142 | 57 | 0 | 15 | 321 | 140 | 54 |
| Binary | 101 | 1110101 | 11011101 | 1100010 | 101111 | 0 | 1101 | 11010001 | 1100000 | 101100 |
Color Harmonies of #0575DD
Complementary color
Monochromatic Colors of #0575DD
Black with #0575DD
Text Example
Text Example
White with #0575DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0575DD; }
p { color: rgb(5,117,221); }
H1.HeaderClassName
{
color: #0575DD;
}
.AnyTagClassName
{
color: #0575DD;
}
</style>
background-color css
<style>
a { background-color: #0575DD; }
a { background-color: rgb(5,117,221); }
div.DivClassName
{
background-color: #0575DD;
}
.BgClassName
{
background-color: #0575DD;
}
</style>
border-color css
<style>
span { border-color: #0575DD; }
span { border-color: rgb(5,117,221); }
td.TdClassName
{
border-color: #0575DD;
}
.TagClassName
{
border-color: #0575DD;
}
</style>