Html Css Color HEX #1164AB Denim

📋 copy color: '#1164AB'

red 17 ◦ green 100 ◦ blue 171

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

Shades of Denim #1164AB

Tints of Denim #1164AB

RGB

 RED value IS 17 (7.03% from 255) = 5.9%

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

 BLUE value IS 171 (67.19% from 255) = 59.38%

R = 5.9%
G = 34.72%
B = 59.38%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1164AB (or 0x1164AB) is known color: Denim. HEX triplet: 11, 64 and AB. RGB value is (17,100,171). Sum of RGB (Red+Green+Blue) = 17+100+171=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #1164AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1164AB is #EE9B54. Grayscale: #525252. Windows color (decimal): -15637333 or 11232273. OLE color: 11232273.

HSL color Cylindrical-coordinate representation of color #1164AB: hue angle of 207.66º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1164AB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 100 171 -
CMYK 0.90 0.42 0 0.33
HSL 207.66º 0.82% 0.37% -
HSV(B) 207.66º 0.9% 0.67% -
XYZ 12.14 12.17 40.24 -
YUV 83.28 177.5 80.73 -
System Red Green Blue C M Y K H S L
Decimal 17 100 171 0.90 0.42 0 0.33 207.66 0.82 0.37
Hex 11 64 AB 5A 2A 0 21 D0 52 25
Octal 21 144 253 132 52 0 41 320 122 45
Binary 10001 1100100 10101011 1011010 101010 0 100001 11010000 1010010 100101

Color Harmonies of #1164AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1164AB

Black with #1164AB

Text Example


Text Example

White with #1164AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1164AB; }

 p { color: rgb(17,100,171); }

 H1.HeaderClassName
 {
   color: #1164AB;
 }
 .AnyTagClassName
 {
   color: #1164AB;
 }
</style>

background-color css

<style>
 a { background-color: #1164AB; }

 a { background-color: rgb(17,100,171); }

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

border-color css

<style>
 span { border-color: #1164AB; }

 span { border-color: rgb(17,100,171); }

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