Html Css Color HEX #1564AF Denim

📋 copy color: '#1564AF'

red 21 ◦ green 100 ◦ blue 175

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

Shades of Denim #1564AF

Tints of Denim #1564AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.12%

R = 7.09%
G = 33.78%
B = 59.12%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1564AF (or 0x1564AF) is known color: Denim. HEX triplet: 15, 64 and AF. RGB value is (21,100,175). Sum of RGB (Red+Green+Blue) = 21+100+175=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #1564AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1564AF is #EA9B50. Grayscale: #545454. Windows color (decimal): -15375185 or 11494421. OLE color: 11494421.

HSL color Cylindrical-coordinate representation of color #1564AF: hue angle of 209.22º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1564AF is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 100 175 -
CMYK 0.88 0.43 0 0.31
HSL 209.22º 0.79% 0.38% -
HSV(B) 209.22º 0.88% 0.69% -
XYZ 12.6 12.37 42.28 -
YUV 84.93 178.83 82.4 -
System Red Green Blue C M Y K H S L
Decimal 21 100 175 0.88 0.43 0 0.31 209.22 0.79 0.38
Hex 15 64 AF 58 2B 0 1F D1 4F 26
Octal 25 144 257 130 53 0 37 321 117 46
Binary 10101 1100100 10101111 1011000 101011 0 11111 11010001 1001111 100110

Color Harmonies of #1564AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1564AF

Black with #1564AF

Text Example


Text Example

White with #1564AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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