Html Css Color HEX #1165AA Denim

📋 copy color: '#1165AA'

red 17 ◦ green 101 ◦ blue 170

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

Shades of Denim #1165AA

Tints of Denim #1165AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

 BLUE value IS 170 (66.8% from 255) = 59.03%

R = 5.9%
G = 35.07%
B = 59.03%

CMYK

 C value IS 0.9

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1165AA (or 0x1165AA) is known color: Denim. HEX triplet: 11, 65 and AA. RGB value is (17,101,170). Sum of RGB (Red+Green+Blue) = 17+101+170=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #1165AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1165AA is #EE9A55. Grayscale: #535353. Windows color (decimal): -15637078 or 11166993. OLE color: 11166993.

HSL color Cylindrical-coordinate representation of color #1165AA: hue angle of 207.06º 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 #1165AA is Cyan = 0.9, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 101 170 -
CMYK 0.9 0.41 0 0.33
HSL 207.06º 0.82% 0.37% -
HSV(B) 207.06º 0.9% 0.67% -
XYZ 12.14 12.33 39.77 -
YUV 83.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 17 101 170 0.9 0.41 0 0.33 207.06 0.82 0.37
Hex 11 65 AA 5A 29 0 21 CF 52 25
Octal 21 145 252 132 51 0 41 317 122 45
Binary 10001 1100101 10101010 1011010 101001 0 100001 11001111 1010010 100101

Color Harmonies of #1165AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165AA

Black with #1165AA

Text Example


Text Example

White with #1165AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1165AA; }

 p { color: rgb(17,101,170); }

 H1.HeaderClassName
 {
   color: #1165AA;
 }
 .AnyTagClassName
 {
   color: #1165AA;
 }
</style>

background-color css

<style>
 a { background-color: #1165AA; }

 a { background-color: rgb(17,101,170); }

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

border-color css

<style>
 span { border-color: #1165AA; }

 span { border-color: rgb(17,101,170); }

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