Shades of Navy Blue #1567D8
Tints of Navy Blue #1567D8
RGB
CMYK
RGB Variations
Color information
#1567D8 (or 0x1567D8) is known color: Navy Blue. HEX triplet: 15, 67 and D8. RGB value is (21,103,216). Sum of RGB (Red+Green+Blue) = 21+103+216=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #1567D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1567D8 is #EA9827. Grayscale: #5A5A5A. Windows color (decimal): -15374376 or 14182165. OLE color: 14182165.
HSL color Cylindrical-coordinate representation of color #1567D8: hue angle of 214.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1567D8 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 103 | 216 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.15 |
| HSL | 214.77º | 0.82% | 0.46% | - |
| HSV(B) | 214.77º | 0.9% | 0.85% | - |
| XYZ | 17.55 | 14.82 | 66.9 | - |
| YUV | 91.36 | 198.33 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 216 | 0.90 | 0.52 | 0 | 0.15 | 214.77 | 0.82 | 0.46 |
| Hex | 15 | 67 | D8 | 5A | 34 | 0 | F | D7 | 52 | 2E |
| Octal | 25 | 147 | 330 | 132 | 64 | 0 | 17 | 327 | 122 | 56 |
| Binary | 10101 | 1100111 | 11011000 | 1011010 | 110100 | 0 | 1111 | 11010111 | 1010010 | 101110 |
Color Harmonies of #1567D8
Complementary color
Monochromatic Colors of #1567D8
Black with #1567D8
Text Example
Text Example
White with #1567D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567D8; }
p { color: rgb(21,103,216); }
H1.HeaderClassName
{
color: #1567D8;
}
.AnyTagClassName
{
color: #1567D8;
}
</style>
background-color css
<style>
a { background-color: #1567D8; }
a { background-color: rgb(21,103,216); }
div.DivClassName
{
background-color: #1567D8;
}
.BgClassName
{
background-color: #1567D8;
}
</style>
border-color css
<style>
span { border-color: #1567D8; }
span { border-color: rgb(21,103,216); }
td.TdClassName
{
border-color: #1567D8;
}
.TagClassName
{
border-color: #1567D8;
}
</style>