Shades of Navy Blue #1567EE
Tints of Navy Blue #1567EE
RGB
CMYK
RGB Variations
Color information
#1567EE (or 0x1567EE) is known color: Navy Blue. HEX triplet: 15, 67 and EE. RGB value is (21,103,238). Sum of RGB (Red+Green+Blue) = 21+103+238=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #1567EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1567EE is #EA9811. Grayscale: #5D5D5D. Windows color (decimal): -15374354 or 15623957. OLE color: 15623957.
HSL color Cylindrical-coordinate representation of color #1567EE: hue angle of 217.33º 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 #1567EE is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 103 | 238 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.07 |
| HSL | 217.33º | 0.86% | 0.51% | - |
| HSV(B) | 217.33º | 0.91% | 0.93% | - |
| XYZ | 20.59 | 16.03 | 82.9 | - |
| YUV | 93.87 | 209.33 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 238 | 0.91 | 0.57 | 0 | 0.07 | 217.33 | 0.86 | 0.51 |
| Hex | 15 | 67 | EE | 5B | 39 | 0 | 7 | D9 | 56 | 33 |
| Octal | 25 | 147 | 356 | 133 | 71 | 0 | 7 | 331 | 126 | 63 |
| Binary | 10101 | 1100111 | 11101110 | 1011011 | 111001 | 0 | 111 | 11011001 | 1010110 | 110011 |
Color Harmonies of #1567EE
Complementary color
Monochromatic Colors of #1567EE
Black with #1567EE
Text Example
Text Example
White with #1567EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567EE; }
p { color: rgb(21,103,238); }
H1.HeaderClassName
{
color: #1567EE;
}
.AnyTagClassName
{
color: #1567EE;
}
</style>
background-color css
<style>
a { background-color: #1567EE; }
a { background-color: rgb(21,103,238); }
div.DivClassName
{
background-color: #1567EE;
}
.BgClassName
{
background-color: #1567EE;
}
</style>
border-color css
<style>
span { border-color: #1567EE; }
span { border-color: rgb(21,103,238); }
td.TdClassName
{
border-color: #1567EE;
}
.TagClassName
{
border-color: #1567EE;
}
</style>