Html Css Color HEX #1564AC Denim

📋 copy color: '#1564AC'

red 21 ◦ green 100 ◦ blue 172

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

Shades of Denim #1564AC

Tints of Denim #1564AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

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

R = 7.17%
G = 34.13%
B = 58.7%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1564AC (or 0x1564AC) is known color: Denim. HEX triplet: 15, 64 and AC. RGB value is (21,100,172). Sum of RGB (Red+Green+Blue) = 21+100+172=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #1564AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1564AC is #EA9B53. Grayscale: #545454. Windows color (decimal): -15375188 or 11297813. OLE color: 11297813.

HSL color Cylindrical-coordinate representation of color #1564AC: hue angle of 208.61º 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 #1564AC is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 100 172 -
CMYK 0.88 0.42 0 0.33
HSL 208.61º 0.78% 0.38% -
HSV(B) 208.61º 0.88% 0.67% -
XYZ 12.31 12.25 40.75 -
YUV 84.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 21 100 172 0.88 0.42 0 0.33 208.61 0.78 0.38
Hex 15 64 AC 58 2A 0 21 D1 4E 26
Octal 25 144 254 130 52 0 41 321 116 46
Binary 10101 1100100 10101100 1011000 101010 0 100001 11010001 1001110 100110

Color Harmonies of #1564AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1564AC

Black with #1564AC

Text Example


Text Example

White with #1564AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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