Html Css Color HEX #1161AB Denim

📋 copy color: '#1161AB'

red 17 ◦ green 97 ◦ blue 171

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

Shades of Denim #1161AB

Tints of Denim #1161AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

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

R = 5.96%
G = 34.04%
B = 60%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1161AB (or 0x1161AB) is known color: Denim. HEX triplet: 11, 61 and AB. RGB value is (17,97,171). Sum of RGB (Red+Green+Blue) = 17+97+171=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #1161AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1161AB is #EE9E54. Grayscale: #515151. Windows color (decimal): -15638101 or 11231505. OLE color: 11231505.

HSL color Cylindrical-coordinate representation of color #1161AB: hue angle of 208.83º 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 #1161AB is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 97 171 -
CMYK 0.90 0.43 0 0.33
HSL 208.83º 0.82% 0.37% -
HSV(B) 208.83º 0.9% 0.67% -
XYZ 11.86 11.61 40.14 -
YUV 81.52 178.5 81.98 -
System Red Green Blue C M Y K H S L
Decimal 17 97 171 0.90 0.43 0 0.33 208.83 0.82 0.37
Hex 11 61 AB 5A 2B 0 21 D1 52 25
Octal 21 141 253 132 53 0 41 321 122 45
Binary 10001 1100001 10101011 1011010 101011 0 100001 11010001 1010010 100101

Color Harmonies of #1161AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1161AB

Black with #1161AB

Text Example


Text Example

White with #1161AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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