Shades of Navy Blue #1567DA
Tints of Navy Blue #1567DA
RGB
CMYK
RGB Variations
Color information
#1567DA (or 0x1567DA) is known color: Navy Blue. HEX triplet: 15, 67 and DA. RGB value is (21,103,218). Sum of RGB (Red+Green+Blue) = 21+103+218=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #1567DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1567DA is #EA9825. Grayscale: #5B5B5B. Windows color (decimal): -15374374 or 14313237. OLE color: 14313237.
HSL color Cylindrical-coordinate representation of color #1567DA: hue angle of 215.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1567DA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 103 | 218 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.15 |
| HSL | 215.03º | 0.82% | 0.47% | - |
| HSV(B) | 215.03º | 0.9% | 0.85% | - |
| XYZ | 17.81 | 14.92 | 68.27 | - |
| YUV | 91.59 | 199.33 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 218 | 0.90 | 0.53 | 0 | 0.15 | 215.03 | 0.82 | 0.47 |
| Hex | 15 | 67 | DA | 5A | 35 | 0 | F | D7 | 52 | 2F |
| Octal | 25 | 147 | 332 | 132 | 65 | 0 | 17 | 327 | 122 | 57 |
| Binary | 10101 | 1100111 | 11011010 | 1011010 | 110101 | 0 | 1111 | 11010111 | 1010010 | 101111 |
Color Harmonies of #1567DA
Complementary color
Monochromatic Colors of #1567DA
Black with #1567DA
Text Example
Text Example
White with #1567DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567DA; }
p { color: rgb(21,103,218); }
H1.HeaderClassName
{
color: #1567DA;
}
.AnyTagClassName
{
color: #1567DA;
}
</style>
background-color css
<style>
a { background-color: #1567DA; }
a { background-color: rgb(21,103,218); }
div.DivClassName
{
background-color: #1567DA;
}
.BgClassName
{
background-color: #1567DA;
}
</style>
border-color css
<style>
span { border-color: #1567DA; }
span { border-color: rgb(21,103,218); }
td.TdClassName
{
border-color: #1567DA;
}
.TagClassName
{
border-color: #1567DA;
}
</style>