#1560E3

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

Shades of Navy Blue #1560E3

Tints of Navy Blue #1560E3

Color information

#1560E3 (or 0x1560E3) is unknown color: approx Navy Blue. HEX triplet: 15, 60 and E3. RGB value is (21,96,227). Sum of RGB (Red+Green+Blue) = 21+96+227=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 227 (89.06% from 255 or 65.99% from 344); Max value from RGB is 227 - color contains mainly: blue. Hex color #1560E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1560E3 is #EA9F1C. Grayscale: #575757. Windows color (decimal): -15376157 or 14901269. OLE color: 14901269.

HSL color Cylindrical-coordinate representation of color #1560E3: hue angle of 218.16º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1560E3 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2196227-
CMYK0.910.5800.11
HSL218.16º83.06%48.63%-
HSV(B)218.16º90.75%89.02%-
XYZ18.3614.0774.42-
YUV88.51206.1579.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.10%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 227 (89.06% from 255) = 65.99%
R=6.10%
G=27.91%
B=65.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal21962270.910.5800.11218.1683.0648.63
Hex1560E35B3A0Bda5331
Octal251403431337201333212361
Binary10101110000011100011101101111101001011110110101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1560E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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