Shades of Navy Blue #1567EC
Tints of Navy Blue #1567EC
RGB
CMYK
RGB Variations
Color information
#1567EC (or 0x1567EC) is known color: Navy Blue. HEX triplet: 15, 67 and EC. RGB value is (21,103,236). Sum of RGB (Red+Green+Blue) = 21+103+236=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #1567EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1567EC is #EA9813. Grayscale: #5D5D5D. Windows color (decimal): -15374356 or 15492885. OLE color: 15492885.
HSL color Cylindrical-coordinate representation of color #1567EC: hue angle of 217.12º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1567EC is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 103 | 236 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.07 |
| HSL | 217.12º | 0.85% | 0.5% | - |
| HSV(B) | 217.12º | 0.91% | 0.93% | - |
| XYZ | 20.3 | 15.92 | 81.36 | - |
| YUV | 93.64 | 208.33 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 236 | 0.91 | 0.56 | 0 | 0.07 | 217.12 | 0.85 | 0.5 |
| Hex | 15 | 67 | EC | 5B | 38 | 0 | 7 | D9 | 55 | 32 |
| Octal | 25 | 147 | 354 | 133 | 70 | 0 | 7 | 331 | 125 | 62 |
| Binary | 10101 | 1100111 | 11101100 | 1011011 | 111000 | 0 | 111 | 11011001 | 1010101 | 110010 |
Color Harmonies of #1567EC
Complementary color
Monochromatic Colors of #1567EC
Black with #1567EC
Text Example
Text Example
White with #1567EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567EC; }
p { color: rgb(21,103,236); }
H1.HeaderClassName
{
color: #1567EC;
}
.AnyTagClassName
{
color: #1567EC;
}
</style>
background-color css
<style>
a { background-color: #1567EC; }
a { background-color: rgb(21,103,236); }
div.DivClassName
{
background-color: #1567EC;
}
.BgClassName
{
background-color: #1567EC;
}
</style>
border-color css
<style>
span { border-color: #1567EC; }
span { border-color: rgb(21,103,236); }
td.TdClassName
{
border-color: #1567EC;
}
.TagClassName
{
border-color: #1567EC;
}
</style>