Shades of Navy Blue #1568EF
Tints of Navy Blue #1568EF
RGB
CMYK
RGB Variations
Color information
#1568EF (or 0x1568EF) is known color: Navy Blue. HEX triplet: 15, 68 and EF. RGB value is (21,104,239). Sum of RGB (Red+Green+Blue) = 21+104+239=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #1568EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1568EF is #EA9710. Grayscale: #5D5D5D. Windows color (decimal): -15374097 or 15689749. OLE color: 15689749.
HSL color Cylindrical-coordinate representation of color #1568EF: hue angle of 217.16º 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 #1568EF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 104 | 239 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.06 |
| HSL | 217.16º | 0.87% | 0.51% | - |
| HSV(B) | 217.16º | 0.91% | 0.94% | - |
| XYZ | 20.84 | 16.29 | 83.71 | - |
| YUV | 94.57 | 209.5 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 239 | 0.91 | 0.56 | 0 | 0.06 | 217.16 | 0.87 | 0.51 |
| Hex | 15 | 68 | EF | 5B | 38 | 0 | 6 | D9 | 57 | 33 |
| Octal | 25 | 150 | 357 | 133 | 70 | 0 | 6 | 331 | 127 | 63 |
| Binary | 10101 | 1101000 | 11101111 | 1011011 | 111000 | 0 | 110 | 11011001 | 1010111 | 110011 |
Color Harmonies of #1568EF
Complementary color
Monochromatic Colors of #1568EF
Black with #1568EF
Text Example
Text Example
White with #1568EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568EF; }
p { color: rgb(21,104,239); }
H1.HeaderClassName
{
color: #1568EF;
}
.AnyTagClassName
{
color: #1568EF;
}
</style>
background-color css
<style>
a { background-color: #1568EF; }
a { background-color: rgb(21,104,239); }
div.DivClassName
{
background-color: #1568EF;
}
.BgClassName
{
background-color: #1568EF;
}
</style>
border-color css
<style>
span { border-color: #1568EF; }
span { border-color: rgb(21,104,239); }
td.TdClassName
{
border-color: #1568EF;
}
.TagClassName
{
border-color: #1568EF;
}
</style>