Shades of Navy Blue #1569EB
Tints of Navy Blue #1569EB
RGB
CMYK
RGB Variations
Color information
#1569EB (or 0x1569EB) is known color: Navy Blue. HEX triplet: 15, 69 and EB. RGB value is (21,105,235). Sum of RGB (Red+Green+Blue) = 21+105+235=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #1569EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1569EB is #EA9614. Grayscale: #5E5E5E. Windows color (decimal): -15373845 or 15427861. OLE color: 15427861.
HSL color Cylindrical-coordinate representation of color #1569EB: hue angle of 216.45º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1569EB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 105 | 235 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.08 |
| HSL | 216.45º | 0.84% | 0.5% | - |
| HSV(B) | 216.45º | 0.91% | 0.92% | - |
| XYZ | 20.36 | 16.26 | 80.66 | - |
| YUV | 94.7 | 207.17 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 235 | 0.91 | 0.55 | 0 | 0.08 | 216.45 | 0.84 | 0.5 |
| Hex | 15 | 69 | EB | 5B | 37 | 0 | 8 | D8 | 54 | 32 |
| Octal | 25 | 151 | 353 | 133 | 67 | 0 | 10 | 330 | 124 | 62 |
| Binary | 10101 | 1101001 | 11101011 | 1011011 | 110111 | 0 | 1000 | 11011000 | 1010100 | 110010 |
Color Harmonies of #1569EB
Complementary color
Monochromatic Colors of #1569EB
Black with #1569EB
Text Example
Text Example
White with #1569EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1569EB; }
p { color: rgb(21,105,235); }
H1.HeaderClassName
{
color: #1569EB;
}
.AnyTagClassName
{
color: #1569EB;
}
</style>
background-color css
<style>
a { background-color: #1569EB; }
a { background-color: rgb(21,105,235); }
div.DivClassName
{
background-color: #1569EB;
}
.BgClassName
{
background-color: #1569EB;
}
</style>
border-color css
<style>
span { border-color: #1569EB; }
span { border-color: rgb(21,105,235); }
td.TdClassName
{
border-color: #1569EB;
}
.TagClassName
{
border-color: #1569EB;
}
</style>