Shades of Navy Blue #1568DA
Tints of Navy Blue #1568DA
RGB
CMYK
RGB Variations
Color information
#1568DA (or 0x1568DA) is known color: Navy Blue. HEX triplet: 15, 68 and DA. RGB value is (21,104,218). Sum of RGB (Red+Green+Blue) = 21+104+218=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #1568DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1568DA is #EA9725. Grayscale: #5B5B5B. Windows color (decimal): -15374118 or 14313493. OLE color: 14313493.
HSL color Cylindrical-coordinate representation of color #1568DA: hue angle of 214.72º 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 #1568DA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 104 | 218 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.15 |
| HSL | 214.72º | 0.82% | 0.47% | - |
| HSV(B) | 214.72º | 0.9% | 0.85% | - |
| XYZ | 17.91 | 15.12 | 68.3 | - |
| YUV | 92.18 | 199 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 218 | 0.90 | 0.52 | 0 | 0.15 | 214.72 | 0.82 | 0.47 |
| Hex | 15 | 68 | DA | 5A | 34 | 0 | F | D7 | 52 | 2F |
| Octal | 25 | 150 | 332 | 132 | 64 | 0 | 17 | 327 | 122 | 57 |
| Binary | 10101 | 1101000 | 11011010 | 1011010 | 110100 | 0 | 1111 | 11010111 | 1010010 | 101111 |
Color Harmonies of #1568DA
Complementary color
Monochromatic Colors of #1568DA
Black with #1568DA
Text Example
Text Example
White with #1568DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568DA; }
p { color: rgb(21,104,218); }
H1.HeaderClassName
{
color: #1568DA;
}
.AnyTagClassName
{
color: #1568DA;
}
</style>
background-color css
<style>
a { background-color: #1568DA; }
a { background-color: rgb(21,104,218); }
div.DivClassName
{
background-color: #1568DA;
}
.BgClassName
{
background-color: #1568DA;
}
</style>
border-color css
<style>
span { border-color: #1568DA; }
span { border-color: rgb(21,104,218); }
td.TdClassName
{
border-color: #1568DA;
}
.TagClassName
{
border-color: #1568DA;
}
</style>