Shades of Navy Blue #1572CE
Tints of Navy Blue #1572CE
RGB
CMYK
RGB Variations
Color information
#1572CE (or 0x1572CE) is known color: Navy Blue. HEX triplet: 15, 72 and CE. RGB value is (21,114,206). Sum of RGB (Red+Green+Blue) = 21+114+206=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #1572CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572CE is #EA8D31. Grayscale: #606060. Windows color (decimal): -15371570 or 13529621. OLE color: 13529621.
HSL color Cylindrical-coordinate representation of color #1572CE: hue angle of 209.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1572CE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 114 | 206 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.19 |
| HSL | 209.84º | 0.81% | 0.45% | - |
| HSV(B) | 209.84º | 0.9% | 0.81% | - |
| XYZ | 17.47 | 16.65 | 60.69 | - |
| YUV | 96.68 | 189.69 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 206 | 0.90 | 0.45 | 0 | 0.19 | 209.84 | 0.81 | 0.45 |
| Hex | 15 | 72 | CE | 5A | 2D | 0 | 13 | D2 | 51 | 2D |
| Octal | 25 | 162 | 316 | 132 | 55 | 0 | 23 | 322 | 121 | 55 |
| Binary | 10101 | 1110010 | 11001110 | 1011010 | 101101 | 0 | 10011 | 11010010 | 1010001 | 101101 |
Color Harmonies of #1572CE
Complementary color
Monochromatic Colors of #1572CE
Black with #1572CE
Text Example
Text Example
White with #1572CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572CE; }
p { color: rgb(21,114,206); }
H1.HeaderClassName
{
color: #1572CE;
}
.AnyTagClassName
{
color: #1572CE;
}
</style>
background-color css
<style>
a { background-color: #1572CE; }
a { background-color: rgb(21,114,206); }
div.DivClassName
{
background-color: #1572CE;
}
.BgClassName
{
background-color: #1572CE;
}
</style>
border-color css
<style>
span { border-color: #1572CE; }
span { border-color: rgb(21,114,206); }
td.TdClassName
{
border-color: #1572CE;
}
.TagClassName
{
border-color: #1572CE;
}
</style>