Html Css Color HEX #1560EB Navy Blue

📋 copy color: '#1560EB'

red 21 ◦ green 96 ◦ blue 235

#1560EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1560EB

Tints of Navy Blue #1560EB

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 value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1560EB (or 0x1560EB) is known color: 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

RGB 21 96 235 -
CMYK 0.91 0.59 0 0.08
HSL 218.97º 0.84% 0.5% -
HSV(B) 218.97º 0.91% 0.92% -
XYZ 19.49 14.52 80.37 -
YUV 89.42 210.15 79.2 -
System Red Green Blue C M Y K H S L
Decimal 21 96 235 0.91 0.59 0 0.08 218.97 0.84 0.5
Hex 15 60 EB 5B 3B 0 8 DB 54 32
Octal 25 140 353 133 73 0 10 333 124 62
Binary 10101 1100000 11101011 1011011 111011 0 1000 11011011 1010100 110010

Color Harmonies of #1560EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1560EB

Black with #1560EB

Text Example


Text Example

White with #1560EB

Text Example


Text Example

HTML Codes & Css Web 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>