Shades of Navy Blue #1569EF
Tints of Navy Blue #1569EF
RGB
CMYK
RGB Variations
Color information
#1569EF (or 0x1569EF) is known color: Navy Blue. HEX triplet: 15, 69 and EF. RGB value is (21,105,239). Sum of RGB (Red+Green+Blue) = 21+105+239=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #1569EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1569EF is #EA9610. Grayscale: #5E5E5E. Windows color (decimal): -15373841 or 15690005. OLE color: 15690005.
HSL color Cylindrical-coordinate representation of color #1569EF: hue angle of 216.88º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1569EF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 105 | 239 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.06 |
| HSL | 216.88º | 0.87% | 0.51% | - |
| HSV(B) | 216.88º | 0.91% | 0.94% | - |
| XYZ | 20.94 | 16.49 | 83.74 | - |
| YUV | 95.16 | 209.17 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 239 | 0.91 | 0.56 | 0 | 0.06 | 216.88 | 0.87 | 0.51 |
| Hex | 15 | 69 | EF | 5B | 38 | 0 | 6 | D9 | 57 | 33 |
| Octal | 25 | 151 | 357 | 133 | 70 | 0 | 6 | 331 | 127 | 63 |
| Binary | 10101 | 1101001 | 11101111 | 1011011 | 111000 | 0 | 110 | 11011001 | 1010111 | 110011 |
Color Harmonies of #1569EF
Complementary color
Monochromatic Colors of #1569EF
Black with #1569EF
Text Example
Text Example
White with #1569EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1569EF; }
p { color: rgb(21,105,239); }
H1.HeaderClassName
{
color: #1569EF;
}
.AnyTagClassName
{
color: #1569EF;
}
</style>
background-color css
<style>
a { background-color: #1569EF; }
a { background-color: rgb(21,105,239); }
div.DivClassName
{
background-color: #1569EF;
}
.BgClassName
{
background-color: #1569EF;
}
</style>
border-color css
<style>
span { border-color: #1569EF; }
span { border-color: rgb(21,105,239); }
td.TdClassName
{
border-color: #1569EF;
}
.TagClassName
{
border-color: #1569EF;
}
</style>