Shades of Navy Blue #1568DF
Tints of Navy Blue #1568DF
RGB
CMYK
RGB Variations
Color information
#1568DF (or 0x1568DF) is known color: Navy Blue. HEX triplet: 15, 68 and DF. RGB value is (21,104,223). Sum of RGB (Red+Green+Blue) = 21+104+223=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #1568DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1568DF is #EA9720. Grayscale: #5C5C5C. Windows color (decimal): -15374113 or 14641173. OLE color: 14641173.
HSL color Cylindrical-coordinate representation of color #1568DF: hue angle of 215.35º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1568DF is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 104 | 223 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.13 |
| HSL | 215.35º | 0.83% | 0.48% | - |
| HSV(B) | 215.35º | 0.91% | 0.87% | - |
| XYZ | 18.58 | 15.39 | 71.8 | - |
| YUV | 92.75 | 201.5 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 223 | 0.91 | 0.53 | 0 | 0.13 | 215.35 | 0.83 | 0.48 |
| Hex | 15 | 68 | DF | 5B | 35 | 0 | D | D7 | 53 | 30 |
| Octal | 25 | 150 | 337 | 133 | 65 | 0 | 15 | 327 | 123 | 60 |
| Binary | 10101 | 1101000 | 11011111 | 1011011 | 110101 | 0 | 1101 | 11010111 | 1010011 | 110000 |
Color Harmonies of #1568DF
Complementary color
Monochromatic Colors of #1568DF
Black with #1568DF
Text Example
Text Example
White with #1568DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568DF; }
p { color: rgb(21,104,223); }
H1.HeaderClassName
{
color: #1568DF;
}
.AnyTagClassName
{
color: #1568DF;
}
</style>
background-color css
<style>
a { background-color: #1568DF; }
a { background-color: rgb(21,104,223); }
div.DivClassName
{
background-color: #1568DF;
}
.BgClassName
{
background-color: #1568DF;
}
</style>
border-color css
<style>
span { border-color: #1568DF; }
span { border-color: rgb(21,104,223); }
td.TdClassName
{
border-color: #1568DF;
}
.TagClassName
{
border-color: #1568DF;
}
</style>