Shades of Navy Blue #1575D0
Tints of Navy Blue #1575D0
RGB
CMYK
RGB Variations
Color information
#1575D0 (or 0x1575D0) is known color: Navy Blue. HEX triplet: 15, 75 and D0. RGB value is (21,117,208). Sum of RGB (Red+Green+Blue) = 21+117+208=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #1575D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575D0 is #EA8A2F. Grayscale: #626262. Windows color (decimal): -15370800 or 13661461. OLE color: 13661461.
HSL color Cylindrical-coordinate representation of color #1575D0: hue angle of 209.2º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1575D0 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 117 | 208 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.18 |
| HSL | 209.2º | 0.82% | 0.45% | - |
| HSV(B) | 209.2º | 0.9% | 0.82% | - |
| XYZ | 18.06 | 17.44 | 62.09 | - |
| YUV | 98.67 | 189.7 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 208 | 0.90 | 0.44 | 0 | 0.18 | 209.2 | 0.82 | 0.45 |
| Hex | 15 | 75 | D0 | 5A | 2C | 0 | 12 | D1 | 52 | 2D |
| Octal | 25 | 165 | 320 | 132 | 54 | 0 | 22 | 321 | 122 | 55 |
| Binary | 10101 | 1110101 | 11010000 | 1011010 | 101100 | 0 | 10010 | 11010001 | 1010010 | 101101 |
Color Harmonies of #1575D0
Complementary color
Monochromatic Colors of #1575D0
Black with #1575D0
Text Example
Text Example
White with #1575D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1575D0; }
p { color: rgb(21,117,208); }
H1.HeaderClassName
{
color: #1575D0;
}
.AnyTagClassName
{
color: #1575D0;
}
</style>
background-color css
<style>
a { background-color: #1575D0; }
a { background-color: rgb(21,117,208); }
div.DivClassName
{
background-color: #1575D0;
}
.BgClassName
{
background-color: #1575D0;
}
</style>
border-color css
<style>
span { border-color: #1575D0; }
span { border-color: rgb(21,117,208); }
td.TdClassName
{
border-color: #1575D0;
}
.TagClassName
{
border-color: #1575D0;
}
</style>