Html Css Color HEX #1164AE Denim

📋 copy color: '#1164AE'

red 17 ◦ green 100 ◦ blue 174

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

Shades of Denim #1164AE

Tints of Denim #1164AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.79%

R = 5.84%
G = 34.36%
B = 59.79%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1164AE (or 0x1164AE) is known color: Denim. HEX triplet: 11, 64 and AE. RGB value is (17,100,174). Sum of RGB (Red+Green+Blue) = 17+100+174=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #1164AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1164AE is #EE9B51. Grayscale: #535353. Windows color (decimal): -15637330 or 11428881. OLE color: 11428881.

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

Color convert

RGB 17 100 174 -
CMYK 0.90 0.43 0 0.32
HSL 208.28º 0.82% 0.37% -
HSV(B) 208.28º 0.9% 0.68% -
XYZ 12.43 12.29 41.76 -
YUV 83.62 179 80.48 -
System Red Green Blue C M Y K H S L
Decimal 17 100 174 0.90 0.43 0 0.32 208.28 0.82 0.37
Hex 11 64 AE 5A 2B 0 20 D0 52 25
Octal 21 144 256 132 53 0 40 320 122 45
Binary 10001 1100100 10101110 1011010 101011 0 100000 11010000 1010010 100101

Color Harmonies of #1164AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1164AE

Black with #1164AE

Text Example


Text Example

White with #1164AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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