Shades of Navy Blue #1575CB
Tints of Navy Blue #1575CB
RGB
CMYK
RGB Variations
Color information
#1575CB (or 0x1575CB) is known color: Navy Blue. HEX triplet: 15, 75 and CB. RGB value is (21,117,203). Sum of RGB (Red+Green+Blue) = 21+117+203=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #1575CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575CB is #EA8A34. Grayscale: #616161. Windows color (decimal): -15370805 or 13333781. OLE color: 13333781.
HSL color Cylindrical-coordinate representation of color #1575CB: hue angle of 208.35º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1575CB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 117 | 203 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.20 |
| HSL | 208.35º | 0.81% | 0.44% | - |
| HSV(B) | 208.35º | 0.9% | 0.8% | - |
| XYZ | 17.45 | 17.19 | 58.9 | - |
| YUV | 98.1 | 187.2 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 203 | 0.90 | 0.42 | 0 | 0.20 | 208.35 | 0.81 | 0.44 |
| Hex | 15 | 75 | CB | 5A | 2A | 0 | 14 | D0 | 51 | 2C |
| Octal | 25 | 165 | 313 | 132 | 52 | 0 | 24 | 320 | 121 | 54 |
| Binary | 10101 | 1110101 | 11001011 | 1011010 | 101010 | 0 | 10100 | 11010000 | 1010001 | 101100 |
Color Harmonies of #1575CB
Complementary color
Monochromatic Colors of #1575CB
Black with #1575CB
Text Example
Text Example
White with #1575CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1575CB; }
p { color: rgb(21,117,203); }
H1.HeaderClassName
{
color: #1575CB;
}
.AnyTagClassName
{
color: #1575CB;
}
</style>
background-color css
<style>
a { background-color: #1575CB; }
a { background-color: rgb(21,117,203); }
div.DivClassName
{
background-color: #1575CB;
}
.BgClassName
{
background-color: #1575CB;
}
</style>
border-color css
<style>
span { border-color: #1575CB; }
span { border-color: rgb(21,117,203); }
td.TdClassName
{
border-color: #1575CB;
}
.TagClassName
{
border-color: #1575CB;
}
</style>