Shades of Navy Blue #1569EA
Tints of Navy Blue #1569EA
RGB
CMYK
RGB Variations
Color information
#1569EA (or 0x1569EA) is known color: Navy Blue. HEX triplet: 15, 69 and EA. RGB value is (21,105,234). Sum of RGB (Red+Green+Blue) = 21+105+234=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #1569EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1569EA is #EA9615. Grayscale: #5D5D5D. Windows color (decimal): -15373846 or 15362325. OLE color: 15362325.
HSL color Cylindrical-coordinate representation of color #1569EA: hue angle of 216.34º 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 #1569EA is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 105 | 234 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.08 |
| HSL | 216.34º | 0.84% | 0.5% | - |
| HSV(B) | 216.34º | 0.91% | 0.92% | - |
| XYZ | 20.21 | 16.2 | 79.9 | - |
| YUV | 94.59 | 206.67 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 234 | 0.91 | 0.55 | 0 | 0.08 | 216.34 | 0.84 | 0.5 |
| Hex | 15 | 69 | EA | 5B | 37 | 0 | 8 | D8 | 54 | 32 |
| Octal | 25 | 151 | 352 | 133 | 67 | 0 | 10 | 330 | 124 | 62 |
| Binary | 10101 | 1101001 | 11101010 | 1011011 | 110111 | 0 | 1000 | 11011000 | 1010100 | 110010 |
Color Harmonies of #1569EA
Complementary color
Monochromatic Colors of #1569EA
Black with #1569EA
Text Example
Text Example
White with #1569EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1569EA; }
p { color: rgb(21,105,234); }
H1.HeaderClassName
{
color: #1569EA;
}
.AnyTagClassName
{
color: #1569EA;
}
</style>
background-color css
<style>
a { background-color: #1569EA; }
a { background-color: rgb(21,105,234); }
div.DivClassName
{
background-color: #1569EA;
}
.BgClassName
{
background-color: #1569EA;
}
</style>
border-color css
<style>
span { border-color: #1569EA; }
span { border-color: rgb(21,105,234); }
td.TdClassName
{
border-color: #1569EA;
}
.TagClassName
{
border-color: #1569EA;
}
</style>