Shades of Navy Blue #0575CE
Tints of Navy Blue #0575CE
RGB
CMYK
RGB Variations
Color information
#0575CE (or 0x0575CE) is known color: Navy Blue. HEX triplet: 05, 75 and CE. RGB value is (5,117,206). Sum of RGB (Red+Green+Blue) = 5+117+206=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #0575CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575CE is #FA8A31. Grayscale: #5D5D5D. Windows color (decimal): -16419378 or 13530373. OLE color: 13530373.
HSL color Cylindrical-coordinate representation of color #0575CE: hue angle of 206.57º 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 #0575CE is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 117 | 206 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.19 |
| HSL | 206.57º | 0.95% | 0.41% | - |
| HSV(B) | 206.57º | 0.98% | 0.81% | - |
| XYZ | 17.56 | 17.21 | 60.79 | - |
| YUV | 93.66 | 191.39 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 206 | 0.98 | 0.43 | 0 | 0.19 | 206.57 | 0.95 | 0.41 |
| Hex | 5 | 75 | CE | 62 | 2B | 0 | 13 | CF | 5F | 29 |
| Octal | 5 | 165 | 316 | 142 | 53 | 0 | 23 | 317 | 137 | 51 |
| Binary | 101 | 1110101 | 11001110 | 1100010 | 101011 | 0 | 10011 | 11001111 | 1011111 | 101001 |
Color Harmonies of #0575CE
Complementary color
Monochromatic Colors of #0575CE
Black with #0575CE
Text Example
Text Example
White with #0575CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0575CE; }
p { color: rgb(5,117,206); }
H1.HeaderClassName
{
color: #0575CE;
}
.AnyTagClassName
{
color: #0575CE;
}
</style>
background-color css
<style>
a { background-color: #0575CE; }
a { background-color: rgb(5,117,206); }
div.DivClassName
{
background-color: #0575CE;
}
.BgClassName
{
background-color: #0575CE;
}
</style>
border-color css
<style>
span { border-color: #0575CE; }
span { border-color: rgb(5,117,206); }
td.TdClassName
{
border-color: #0575CE;
}
.TagClassName
{
border-color: #0575CE;
}
</style>