Shades of Navy Blue #1567ED
Tints of Navy Blue #1567ED
RGB
CMYK
RGB Variations
Color information
#1567ED (or 0x1567ED) is known color: Navy Blue. HEX triplet: 15, 67 and ED. RGB value is (21,103,237). Sum of RGB (Red+Green+Blue) = 21+103+237=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #1567ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1567ED is #EA9812. Grayscale: #5D5D5D. Windows color (decimal): -15374355 or 15558421. OLE color: 15558421.
HSL color Cylindrical-coordinate representation of color #1567ED: hue angle of 217.22º 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 #1567ED is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 103 | 237 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.07 |
| HSL | 217.22º | 0.86% | 0.51% | - |
| HSV(B) | 217.22º | 0.91% | 0.93% | - |
| XYZ | 20.45 | 15.97 | 82.13 | - |
| YUV | 93.76 | 208.83 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 237 | 0.91 | 0.57 | 0 | 0.07 | 217.22 | 0.86 | 0.51 |
| Hex | 15 | 67 | ED | 5B | 39 | 0 | 7 | D9 | 56 | 33 |
| Octal | 25 | 147 | 355 | 133 | 71 | 0 | 7 | 331 | 126 | 63 |
| Binary | 10101 | 1100111 | 11101101 | 1011011 | 111001 | 0 | 111 | 11011001 | 1010110 | 110011 |
Color Harmonies of #1567ED
Complementary color
Monochromatic Colors of #1567ED
Black with #1567ED
Text Example
Text Example
White with #1567ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567ED; }
p { color: rgb(21,103,237); }
H1.HeaderClassName
{
color: #1567ED;
}
.AnyTagClassName
{
color: #1567ED;
}
</style>
background-color css
<style>
a { background-color: #1567ED; }
a { background-color: rgb(21,103,237); }
div.DivClassName
{
background-color: #1567ED;
}
.BgClassName
{
background-color: #1567ED;
}
</style>
border-color css
<style>
span { border-color: #1567ED; }
span { border-color: rgb(21,103,237); }
td.TdClassName
{
border-color: #1567ED;
}
.TagClassName
{
border-color: #1567ED;
}
</style>