Shades of Navy Blue #1568ED
Tints of Navy Blue #1568ED
RGB
CMYK
RGB Variations
Color information
#1568ED (or 0x1568ED) is known color: Navy Blue. HEX triplet: 15, 68 and ED. RGB value is (21,104,237). Sum of RGB (Red+Green+Blue) = 21+104+237=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #1568ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1568ED is #EA9712. Grayscale: #5D5D5D. Windows color (decimal): -15374099 or 15558677. OLE color: 15558677.
HSL color Cylindrical-coordinate representation of color #1568ED: hue angle of 216.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1568ED is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 104 | 237 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.07 |
| HSL | 216.94º | 0.86% | 0.51% | - |
| HSV(B) | 216.94º | 0.91% | 0.93% | - |
| XYZ | 20.55 | 16.17 | 82.16 | - |
| YUV | 94.35 | 208.5 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 237 | 0.91 | 0.56 | 0 | 0.07 | 216.94 | 0.86 | 0.51 |
| Hex | 15 | 68 | ED | 5B | 38 | 0 | 7 | D9 | 56 | 33 |
| Octal | 25 | 150 | 355 | 133 | 70 | 0 | 7 | 331 | 126 | 63 |
| Binary | 10101 | 1101000 | 11101101 | 1011011 | 111000 | 0 | 111 | 11011001 | 1010110 | 110011 |
Color Harmonies of #1568ED
Complementary color
Monochromatic Colors of #1568ED
Black with #1568ED
Text Example
Text Example
White with #1568ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568ED; }
p { color: rgb(21,104,237); }
H1.HeaderClassName
{
color: #1568ED;
}
.AnyTagClassName
{
color: #1568ED;
}
</style>
background-color css
<style>
a { background-color: #1568ED; }
a { background-color: rgb(21,104,237); }
div.DivClassName
{
background-color: #1568ED;
}
.BgClassName
{
background-color: #1568ED;
}
</style>
border-color css
<style>
span { border-color: #1568ED; }
span { border-color: rgb(21,104,237); }
td.TdClassName
{
border-color: #1568ED;
}
.TagClassName
{
border-color: #1568ED;
}
</style>