#1560EB

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

Shades of Navy Blue #1560EB

Tints of Navy Blue #1560EB

Color information

#1560EB (or 0x1560EB) is unknown color: approx Navy Blue. HEX triplet: 15, 60 and EB. RGB value is (21,96,235). Sum of RGB (Red+Green+Blue) = 21+96+235=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #1560EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1560EB is #EA9F14. Grayscale: #585858. Windows color (decimal): -15376149 or 15425557. OLE color: 15425557.

HSL color Cylindrical-coordinate representation of color #1560EB: hue angle of 218.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1560EB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2196235-
CMYK0.910.5900.08
HSL218.97º84.25%50.2%-
HSV(B)218.97º91.06%92.16%-
XYZ19.4914.5280.37-
YUV89.42210.1579.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.97%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 235 (92.19% from 255) = 66.76%
R=5.97%
G=27.27%
B=66.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21962350.910.5900.08218.9784.2550.2
Hex1560EB5B3B08db5432
Octal251403531337301033312462
Binary10101110000011101011101101111101101000110110111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1560EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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