Html Css Color HEX #115BBC Denim

📋 copy color: '#115BBC'

red 17 ◦ green 91 ◦ blue 188

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

Shades of Denim #115BBC

Tints of Denim #115BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.51%

R = 5.74%
G = 30.74%
B = 63.51%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#115BBC (or 0x115BBC) is known color: Denim. HEX triplet: 11, 5B and BC. RGB value is (17,91,188). Sum of RGB (Red+Green+Blue) = 17+91+188=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #115BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BBC is #EEA443. Grayscale: #4F4F4F. Windows color (decimal): -15639620 or 12344081. OLE color: 12344081.

HSL color Cylindrical-coordinate representation of color #115BBC: hue angle of 214.04º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115BBC is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 91 188 -
CMYK 0.91 0.52 0 0.26
HSL 214.04º 0.83% 0.4% -
HSV(B) 214.04º 0.91% 0.74% -
XYZ 13.05 11.23 49.06 -
YUV 79.93 188.98 83.11 -
System Red Green Blue C M Y K H S L
Decimal 17 91 188 0.91 0.52 0 0.26 214.04 0.83 0.4
Hex 11 5B BC 5B 34 0 1A D6 53 28
Octal 21 133 274 133 64 0 32 326 123 50
Binary 10001 1011011 10111100 1011011 110100 0 11010 11010110 1010011 101000

Color Harmonies of #115BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BBC

Black with #115BBC

Text Example


Text Example

White with #115BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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