Html Css Color HEX #1564BF Denim

📋 copy color: '#1564BF'

red 21 ◦ green 100 ◦ blue 191

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

Shades of Denim #1564BF

Tints of Denim #1564BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.22%

R = 6.73%
G = 32.05%
B = 61.22%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1564BF (or 0x1564BF) is known color: Denim. HEX triplet: 15, 64 and BF. RGB value is (21,100,191). Sum of RGB (Red+Green+Blue) = 21+100+191=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #1564BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1564BF is #EA9B40. Grayscale: #565656. Windows color (decimal): -15375169 or 12542997. OLE color: 12542997.

HSL color Cylindrical-coordinate representation of color #1564BF: hue angle of 212.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1564BF is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 100 191 -
CMYK 0.89 0.48 0 0.25
HSL 212.12º 0.8% 0.42% -
HSV(B) 212.12º 0.89% 0.75% -
XYZ 14.27 13.04 51.05 -
YUV 86.75 186.83 81.1 -
System Red Green Blue C M Y K H S L
Decimal 21 100 191 0.89 0.48 0 0.25 212.12 0.8 0.42
Hex 15 64 BF 59 30 0 19 D4 50 2A
Octal 25 144 277 131 60 0 31 324 120 52
Binary 10101 1100100 10111111 1011001 110000 0 11001 11010100 1010000 101010

Color Harmonies of #1564BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1564BF

Black with #1564BF

Text Example


Text Example

White with #1564BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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