Html Css Color HEX #116BB3 Denim

📋 copy color: '#116BB3'

red 17 ◦ green 107 ◦ blue 179

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

Shades of Denim #116BB3

Tints of Denim #116BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 59.08%

R = 5.61%
G = 35.31%
B = 59.08%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#116BB3 (or 0x116BB3) is known color: Denim. HEX triplet: 11, 6B and B3. RGB value is (17,107,179). Sum of RGB (Red+Green+Blue) = 17+107+179=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #116BB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BB3 is #EE944C. Grayscale: #575757. Windows color (decimal): -15635533 or 11758353. OLE color: 11758353.

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

Color convert

RGB 17 107 179 -
CMYK 0.91 0.40 0 0.30
HSL 206.67º 0.83% 0.38% -
HSV(B) 206.67º 0.91% 0.7% -
XYZ 13.63 13.89 44.61 -
YUV 88.3 179.18 77.15 -
System Red Green Blue C M Y K H S L
Decimal 17 107 179 0.91 0.40 0 0.30 206.67 0.83 0.38
Hex 11 6B B3 5B 28 0 1E CF 53 26
Octal 21 153 263 133 50 0 36 317 123 46
Binary 10001 1101011 10110011 1011011 101000 0 11110 11001111 1010011 100110

Color Harmonies of #116BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BB3

Black with #116BB3

Text Example


Text Example

White with #116BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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