Html Css Color HEX #116AB2 Denim

📋 copy color: '#116AB2'

red 17 ◦ green 106 ◦ blue 178

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

Shades of Denim #116AB2

Tints of Denim #116AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 59.14%

R = 5.65%
G = 35.22%
B = 59.14%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#116AB2 (or 0x116AB2) is known color: Denim. HEX triplet: 11, 6A and B2. RGB value is (17,106,178). Sum of RGB (Red+Green+Blue) = 17+106+178=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 178 (69.92% from 255 or 59.14% from 301); Max value from RGB is 178 - color contains mainly: blue. Hex color #116AB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116AB2 is #EE954D. Grayscale: #575757. Windows color (decimal): -15635790 or 11692561. OLE color: 11692561.

HSL color Cylindrical-coordinate representation of color #116AB2: hue angle of 206.83º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116AB2 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 106 178 -
CMYK 0.90 0.40 0 0.30
HSL 206.83º 0.83% 0.38% -
HSV(B) 206.83º 0.9% 0.7% -
XYZ 13.42 13.64 44.05 -
YUV 87.6 179.01 77.65 -
System Red Green Blue C M Y K H S L
Decimal 17 106 178 0.90 0.40 0 0.30 206.83 0.83 0.38
Hex 11 6A B2 5A 28 0 1E CF 53 26
Octal 21 152 262 132 50 0 36 317 123 46
Binary 10001 1101010 10110010 1011010 101000 0 11110 11001111 1010011 100110

Color Harmonies of #116AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AB2

Black with #116AB2

Text Example


Text Example

White with #116AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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