Html Css Color HEX #116BB1 Denim

📋 copy color: '#116BB1'

red 17 ◦ green 107 ◦ blue 177

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

Shades of Denim #116BB1

Tints of Denim #116BB1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.55%

 BLUE value IS 177 (69.53% from 255) = 58.8%

R = 5.65%
G = 35.55%
B = 58.8%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#116BB1 (or 0x116BB1) is known color: Denim. HEX triplet: 11, 6B and B1. RGB value is (17,107,177). Sum of RGB (Red+Green+Blue) = 17+107+177=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 177 (69.53% from 255 or 58.80% from 301); Max value from RGB is 177 - color contains mainly: blue. Hex color #116BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BB1 is #EE944E. Grayscale: #575757. Windows color (decimal): -15635535 or 11627281. OLE color: 11627281.

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

Color convert

RGB 17 107 177 -
CMYK 0.90 0.40 0 0.31
HSL 206.25º 0.82% 0.38% -
HSV(B) 206.25º 0.9% 0.69% -
XYZ 13.42 13.81 43.55 -
YUV 88.07 178.18 77.31 -
System Red Green Blue C M Y K H S L
Decimal 17 107 177 0.90 0.40 0 0.31 206.25 0.82 0.38
Hex 11 6B B1 5A 28 0 1F CE 52 26
Octal 21 153 261 132 50 0 37 316 122 46
Binary 10001 1101011 10110001 1011010 101000 0 11111 11001110 1010010 100110

Color Harmonies of #116BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BB1

Black with #116BB1

Text Example


Text Example

White with #116BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,107,177); }

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

background-color css

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

 a { background-color: rgb(17,107,177); }

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

border-color css

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

 span { border-color: rgb(17,107,177); }

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