Html Css Color HEX #1560D5 Denim

📋 copy color: '#1560D5'

red 21 ◦ green 96 ◦ blue 213

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

Shades of Denim #1560D5

Tints of Denim #1560D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 64.55%

R = 6.36%
G = 29.09%
B = 64.55%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1560D5 (or 0x1560D5) is known color: Denim. HEX triplet: 15, 60 and D5. RGB value is (21,96,213). Sum of RGB (Red+Green+Blue) = 21+96+213=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #1560D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1560D5 is #EA9F2A. Grayscale: #565656. Windows color (decimal): -15376171 or 13983765. OLE color: 13983765.

HSL color Cylindrical-coordinate representation of color #1560D5: hue angle of 216.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1560D5 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 96 213 -
CMYK 0.90 0.55 0 0.16
HSL 216.56º 0.82% 0.46% -
HSV(B) 216.56º 0.9% 0.84% -
XYZ 16.5 13.33 64.65 -
YUV 86.91 199.15 80.99 -
System Red Green Blue C M Y K H S L
Decimal 21 96 213 0.90 0.55 0 0.16 216.56 0.82 0.46
Hex 15 60 D5 5A 37 0 10 D9 52 2E
Octal 25 140 325 132 67 0 20 331 122 56
Binary 10101 1100000 11010101 1011010 110111 0 10000 11011001 1010010 101110

Color Harmonies of #1560D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1560D5

Black with #1560D5

Text Example


Text Example

White with #1560D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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