Html Css Color HEX #116AAB Denim

📋 copy color: '#116AAB'

red 17 ◦ green 106 ◦ blue 171

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

Shades of Denim #116AAB

Tints of Denim #116AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

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

R = 5.78%
G = 36.05%
B = 58.16%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#116AAB (or 0x116AAB) is known color: Denim. HEX triplet: 11, 6A and AB. RGB value is (17,106,171). Sum of RGB (Red+Green+Blue) = 17+106+171=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #116AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116AAB is #EE9554. Grayscale: #565656. Windows color (decimal): -15635797 or 11233809. OLE color: 11233809.

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

Color convert

RGB 17 106 171 -
CMYK 0.90 0.38 0 0.33
HSL 205.32º 0.82% 0.37% -
HSV(B) 205.32º 0.9% 0.67% -
XYZ 12.74 13.37 40.44 -
YUV 86.8 175.51 78.21 -
System Red Green Blue C M Y K H S L
Decimal 17 106 171 0.90 0.38 0 0.33 205.32 0.82 0.37
Hex 11 6A AB 5A 26 0 21 CD 52 25
Octal 21 152 253 132 46 0 41 315 122 45
Binary 10001 1101010 10101011 1011010 100110 0 100001 11001101 1010010 100101

Color Harmonies of #116AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AAB

Black with #116AAB

Text Example


Text Example

White with #116AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116AAB; }

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

 H1.HeaderClassName
 {
   color: #116AAB;
 }
 .AnyTagClassName
 {
   color: #116AAB;
 }
</style>

background-color css

<style>
 a { background-color: #116AAB; }

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

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

border-color css

<style>
 span { border-color: #116AAB; }

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

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