#1560DF

Color #1560DF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1560DF

Tints of Navy Blue #1560DF

Color information

#1560DF (or 0x1560DF) is unknown color: approx Navy Blue. HEX triplet: 15, 60 and DF. RGB value is (21,96,223). Sum of RGB (Red+Green+Blue) = 21+96+223=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #1560DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1560DF is #EA9F20. Grayscale: #575757. Windows color (decimal): -15376161 or 14639125. OLE color: 14639125.

HSL color Cylindrical-coordinate representation of color #1560DF: hue angle of 217.72º 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 #1560DF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2196223-
CMYK0.910.5700.13
HSL217.72º82.79%47.84%-
HSV(B)217.72º90.58%87.45%-
XYZ17.8113.8571.55-
YUV88.05204.1580.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 6.18%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 223 (87.5% from 255) = 65.59%
R=6.18%
G=28.24%
B=65.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21962230.910.5700.13217.7282.7947.84
Hex1560DF5B390Dda5330
Octal251403371337101533212360
Binary10101110000011011111101101111100101101110110101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1560DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1560DF; }

 p { color: rgb(21,96,223); }

 H1.HeaderClassName
 {
   color: #1560DF;
 }
 .AnyTagClassName
 {
   color: #1560DF;
 }
</style>
background-color css

<style>
 a { background-color: #1560DF; }

 a { background-color: rgb(21,96,223); }

 div.DivClassName
 {
   background-color: #1560DF;
 }
 .BgClassName
 {
   background-color: #1560DF;
 }
</style>
border-color css

<style>
 span { border-color: #1560DF; }

 span { border-color: rgb(21,96,223); }

 td.TdClassName
 {
   border-color: #1560DF;
 }
 .TagClassName
 {
   border-color: #1560DF;
 }
</style>