Html Css Color HEX #1564CD Denim

📋 copy color: '#1564CD'

red 21 ◦ green 100 ◦ blue 205

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

Shades of Denim #1564CD

Tints of Denim #1564CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.88%

R = 6.44%
G = 30.67%
B = 62.88%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1564CD (or 0x1564CD) is known color: Denim. HEX triplet: 15, 64 and CD. RGB value is (21,100,205). Sum of RGB (Red+Green+Blue) = 21+100+205=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #1564CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1564CD is #EA9B32. Grayscale: #575757. Windows color (decimal): -15375155 or 13460501. OLE color: 13460501.

HSL color Cylindrical-coordinate representation of color #1564CD: hue angle of 214.24º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1564CD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 100 205 -
CMYK 0.90 0.51 0 0.20
HSL 214.24º 0.81% 0.44% -
HSV(B) 214.24º 0.9% 0.8% -
XYZ 15.89 13.68 59.56 -
YUV 88.35 193.83 79.96 -
System Red Green Blue C M Y K H S L
Decimal 21 100 205 0.90 0.51 0 0.20 214.24 0.81 0.44
Hex 15 64 CD 5A 33 0 14 D6 51 2C
Octal 25 144 315 132 63 0 24 326 121 54
Binary 10101 1100100 11001101 1011010 110011 0 10100 11010110 1010001 101100

Color Harmonies of #1564CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1564CD

Black with #1564CD

Text Example


Text Example

White with #1564CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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