Html Css Color HEX #1561AC Denim

📋 copy color: '#1561AC'

red 21 ◦ green 97 ◦ blue 172

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

Shades of Denim #1561AC

Tints of Denim #1561AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 7.24%
G = 33.45%
B = 59.31%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1561AC (or 0x1561AC) is known color: Denim. HEX triplet: 15, 61 and AC. RGB value is (21,97,172). Sum of RGB (Red+Green+Blue) = 21+97+172=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #1561AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1561AC is #EA9E53. Grayscale: #525252. Windows color (decimal): -15375956 or 11297045. OLE color: 11297045.

HSL color Cylindrical-coordinate representation of color #1561AC: hue angle of 209.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1561AC is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 97 172 -
CMYK 0.88 0.44 0 0.33
HSL 209.8º 0.78% 0.38% -
HSV(B) 209.8º 0.88% 0.67% -
XYZ 12.03 11.69 40.65 -
YUV 82.83 178.32 83.9 -
System Red Green Blue C M Y K H S L
Decimal 21 97 172 0.88 0.44 0 0.33 209.8 0.78 0.38
Hex 15 61 AC 58 2C 0 21 D2 4E 26
Octal 25 141 254 130 54 0 41 322 116 46
Binary 10101 1100001 10101100 1011000 101100 0 100001 11010010 1001110 100110

Color Harmonies of #1561AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561AC

Black with #1561AC

Text Example


Text Example

White with #1561AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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