Html Css Color HEX #1561A0 Denim

📋 copy color: '#1561A0'

red 21 ◦ green 97 ◦ blue 160

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

Shades of Denim #1561A0

Tints of Denim #1561A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.89%

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

R = 7.55%
G = 34.89%
B = 57.55%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1561A0 (or 0x1561A0) is known color: Denim. HEX triplet: 15, 61 and A0. RGB value is (21,97,160). Sum of RGB (Red+Green+Blue) = 21+97+160=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #1561A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1561A0 is #EA9E5F. Grayscale: #515151. Windows color (decimal): -15375968 or 10510613. OLE color: 10510613.

HSL color Cylindrical-coordinate representation of color #1561A0: hue angle of 207.19º 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 #1561A0 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 97 160 -
CMYK 0.87 0.39 0 0.37
HSL 207.19º 0.77% 0.35% -
HSV(B) 207.19º 0.87% 0.63% -
XYZ 10.93 11.25 34.85 -
YUV 81.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 21 97 160 0.87 0.39 0 0.37 207.19 0.77 0.35
Hex 15 61 A0 57 27 0 25 CF 4D 23
Octal 25 141 240 127 47 0 45 317 115 43
Binary 10101 1100001 10100000 1010111 100111 0 100101 11001111 1001101 100011

Color Harmonies of #1561A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561A0

Black with #1561A0

Text Example


Text Example

White with #1561A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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