Html Css Color HEX #115BBE Denim

📋 copy color: '#115BBE'

red 17 ◦ green 91 ◦ blue 190

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

Shades of Denim #115BBE

Tints of Denim #115BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.54%

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 5.7%
G = 30.54%
B = 63.76%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#115BBE (or 0x115BBE) is known color: Denim. HEX triplet: 11, 5B and BE. RGB value is (17,91,190). Sum of RGB (Red+Green+Blue) = 17+91+190=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #115BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BBE is #EEA441. Grayscale: #4F4F4F. Windows color (decimal): -15639618 or 12475153. OLE color: 12475153.

HSL color Cylindrical-coordinate representation of color #115BBE: hue angle of 214.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115BBE is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 91 190 -
CMYK 0.91 0.52 0 0.25
HSL 214.34º 0.84% 0.41% -
HSV(B) 214.34º 0.91% 0.75% -
XYZ 13.27 11.32 50.2 -
YUV 80.16 189.98 82.95 -
System Red Green Blue C M Y K H S L
Decimal 17 91 190 0.91 0.52 0 0.25 214.34 0.84 0.41
Hex 11 5B BE 5B 34 0 19 D6 54 29
Octal 21 133 276 133 64 0 31 326 124 51
Binary 10001 1011011 10111110 1011011 110100 0 11001 11010110 1010100 101001

Color Harmonies of #115BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BBE

Black with #115BBE

Text Example


Text Example

White with #115BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115BBE; }

 p { color: rgb(17,91,190); }

 H1.HeaderClassName
 {
   color: #115BBE;
 }
 .AnyTagClassName
 {
   color: #115BBE;
 }
</style>

background-color css

<style>
 a { background-color: #115BBE; }

 a { background-color: rgb(17,91,190); }

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

border-color css

<style>
 span { border-color: #115BBE; }

 span { border-color: rgb(17,91,190); }

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