Shades of Navy Blue #1567DC
Tints of Navy Blue #1567DC
RGB
CMYK
RGB Variations
Color information
#1567DC (or 0x1567DC) is known color: Navy Blue. HEX triplet: 15, 67 and DC. RGB value is (21,103,220). Sum of RGB (Red+Green+Blue) = 21+103+220=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #1567DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1567DC is #EA9823. Grayscale: #5B5B5B. Windows color (decimal): -15374372 or 14444309. OLE color: 14444309.
HSL color Cylindrical-coordinate representation of color #1567DC: hue angle of 215.28º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1567DC is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 103 | 220 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.14 |
| HSL | 215.28º | 0.83% | 0.47% | - |
| HSV(B) | 215.28º | 0.9% | 0.86% | - |
| XYZ | 18.08 | 15.03 | 69.66 | - |
| YUV | 91.82 | 200.33 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 220 | 0.90 | 0.53 | 0 | 0.14 | 215.28 | 0.83 | 0.47 |
| Hex | 15 | 67 | DC | 5A | 35 | 0 | E | D7 | 53 | 2F |
| Octal | 25 | 147 | 334 | 132 | 65 | 0 | 16 | 327 | 123 | 57 |
| Binary | 10101 | 1100111 | 11011100 | 1011010 | 110101 | 0 | 1110 | 11010111 | 1010011 | 101111 |
Color Harmonies of #1567DC
Complementary color
Monochromatic Colors of #1567DC
Black with #1567DC
Text Example
Text Example
White with #1567DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567DC; }
p { color: rgb(21,103,220); }
H1.HeaderClassName
{
color: #1567DC;
}
.AnyTagClassName
{
color: #1567DC;
}
</style>
background-color css
<style>
a { background-color: #1567DC; }
a { background-color: rgb(21,103,220); }
div.DivClassName
{
background-color: #1567DC;
}
.BgClassName
{
background-color: #1567DC;
}
</style>
border-color css
<style>
span { border-color: #1567DC; }
span { border-color: rgb(21,103,220); }
td.TdClassName
{
border-color: #1567DC;
}
.TagClassName
{
border-color: #1567DC;
}
</style>