Html Css Color HEX #1560A0 Denim

📋 copy color: '#1560A0'

red 21 ◦ green 96 ◦ blue 160

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

Shades of Denim #1560A0

Tints of Denim #1560A0

RGB

 RED value IS 21 (8.59% from 255) = 7.58%

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 160 (62.89% from 255) = 57.76%

R = 7.58%
G = 34.66%
B = 57.76%

CMYK

 C value IS 0.87

 M value IS 0.4

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1560A0 (or 0x1560A0) is known color: Denim. HEX triplet: 15, 60 and A0. RGB value is (21,96,160). Sum of RGB (Red+Green+Blue) = 21+96+160=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #1560A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1560A0 is #EA9F5F. Grayscale: #505050. Windows color (decimal): -15376224 or 10510357. OLE color: 10510357.

HSL color Cylindrical-coordinate representation of color #1560A0: hue angle of 207.63º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1560A0 is Cyan = 0.87, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 96 160 -
CMYK 0.87 0.4 0 0.37
HSL 207.63º 0.77% 0.35% -
HSV(B) 207.63º 0.87% 0.63% -
XYZ 10.84 11.06 34.82 -
YUV 80.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 21 96 160 0.87 0.4 0 0.37 207.63 0.77 0.35
Hex 15 60 A0 57 28 0 25 D0 4D 23
Octal 25 140 240 127 50 0 45 320 115 43
Binary 10101 1100000 10100000 1010111 101000 0 100101 11010000 1001101 100011

Color Harmonies of #1560A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1560A0

Black with #1560A0

Text Example


Text Example

White with #1560A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1560A0;
 }
 .AnyTagClassName
 {
   color: #1560A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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