Shades of Navy Blue #0571D1
Tints of Navy Blue #0571D1
RGB
CMYK
RGB Variations
Color information
#0571D1 (or 0x0571D1) is known color: Navy Blue. HEX triplet: 05, 71 and D1. RGB value is (5,113,209). Sum of RGB (Red+Green+Blue) = 5+113+209=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 209 (82.03% from 255 or 63.91% from 327); Max value from RGB is 209 - color contains mainly: blue. Hex color #0571D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0571D1 is #FA8E2E. Grayscale: #5B5B5B. Windows color (decimal): -16420399 or 13725957. OLE color: 13725957.
HSL color Cylindrical-coordinate representation of color #0571D1: hue angle of 208.24º 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 #0571D1 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 113 | 209 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.18 |
| HSL | 208.24º | 0.95% | 0.42% | - |
| HSV(B) | 208.24º | 0.98% | 0.82% | - |
| XYZ | 17.48 | 16.45 | 62.57 | - |
| YUV | 91.65 | 194.22 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 209 | 0.98 | 0.46 | 0 | 0.18 | 208.24 | 0.95 | 0.42 |
| Hex | 5 | 71 | D1 | 62 | 2E | 0 | 12 | D0 | 5F | 2A |
| Octal | 5 | 161 | 321 | 142 | 56 | 0 | 22 | 320 | 137 | 52 |
| Binary | 101 | 1110001 | 11010001 | 1100010 | 101110 | 0 | 10010 | 11010000 | 1011111 | 101010 |
Color Harmonies of #0571D1
Complementary color
Monochromatic Colors of #0571D1
Black with #0571D1
Text Example
Text Example
White with #0571D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0571D1; }
p { color: rgb(5,113,209); }
H1.HeaderClassName
{
color: #0571D1;
}
.AnyTagClassName
{
color: #0571D1;
}
</style>
background-color css
<style>
a { background-color: #0571D1; }
a { background-color: rgb(5,113,209); }
div.DivClassName
{
background-color: #0571D1;
}
.BgClassName
{
background-color: #0571D1;
}
</style>
border-color css
<style>
span { border-color: #0571D1; }
span { border-color: rgb(5,113,209); }
td.TdClassName
{
border-color: #0571D1;
}
.TagClassName
{
border-color: #0571D1;
}
</style>