Html Css Color HEX #1157AB Denim

📋 copy color: '#1157AB'

red 17 ◦ green 87 ◦ blue 171

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

Shades of Denim #1157AB

Tints of Denim #1157AB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

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

R = 6.18%
G = 31.64%
B = 62.18%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1157AB (or 0x1157AB) is known color: Denim. HEX triplet: 11, 57 and AB. RGB value is (17,87,171). Sum of RGB (Red+Green+Blue) = 17+87+171=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #1157AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1157AB is #EEA854. Grayscale: #4B4B4B. Windows color (decimal): -15640661 or 11228945. OLE color: 11228945.

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

Color convert

RGB 17 87 171 -
CMYK 0.90 0.49 0 0.33
HSL 212.73º 0.82% 0.37% -
HSV(B) 212.73º 0.9% 0.67% -
XYZ 10.99 9.88 39.86 -
YUV 75.65 181.81 86.17 -
System Red Green Blue C M Y K H S L
Decimal 17 87 171 0.90 0.49 0 0.33 212.73 0.82 0.37
Hex 11 57 AB 5A 31 0 21 D5 52 25
Octal 21 127 253 132 61 0 41 325 122 45
Binary 10001 1010111 10101011 1011010 110001 0 100001 11010101 1010010 100101

Color Harmonies of #1157AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1157AB

Black with #1157AB

Text Example


Text Example

White with #1157AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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