Html Css Color HEX #116FBB Denim

📋 copy color: '#116FBB'

red 17 ◦ green 111 ◦ blue 187

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

Shades of Denim #116FBB

Tints of Denim #116FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 5.4%
G = 35.24%
B = 59.37%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#116FBB (or 0x116FBB) is known color: Denim. HEX triplet: 11, 6F and BB. RGB value is (17,111,187). Sum of RGB (Red+Green+Blue) = 17+111+187=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #116FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FBB is #EE9044. Grayscale: #5B5B5B. Windows color (decimal): -15634501 or 12283665. OLE color: 12283665.

HSL color Cylindrical-coordinate representation of color #116FBB: hue angle of 206.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116FBB is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 111 187 -
CMYK 0.91 0.41 0 0.27
HSL 206.82º 0.83% 0.4% -
HSV(B) 206.82º 0.91% 0.73% -
XYZ 14.89 15.08 49.14 -
YUV 91.56 181.86 74.82 -
System Red Green Blue C M Y K H S L
Decimal 17 111 187 0.91 0.41 0 0.27 206.82 0.83 0.4
Hex 11 6F BB 5B 29 0 1B CF 53 28
Octal 21 157 273 133 51 0 33 317 123 50
Binary 10001 1101111 10111011 1011011 101001 0 11011 11001111 1010011 101000

Color Harmonies of #116FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FBB

Black with #116FBB

Text Example


Text Example

White with #116FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,111,187); }

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

background-color css

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

 a { background-color: rgb(17,111,187); }

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

border-color css

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

 span { border-color: rgb(17,111,187); }

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