Html Css Color HEX #115ABF Denim

📋 copy color: '#115ABF'

red 17 ◦ green 90 ◦ blue 191

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

Shades of Denim #115ABF

Tints of Denim #115ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.2%

 BLUE value IS 191 (75% from 255) = 64.09%

R = 5.7%
G = 30.2%
B = 64.09%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#115ABF (or 0x115ABF) is known color: Denim. HEX triplet: 11, 5A and BF. RGB value is (17,90,191). Sum of RGB (Red+Green+Blue) = 17+90+191=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #115ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ABF is #EEA540. Grayscale: #4F4F4F. Windows color (decimal): -15639873 or 12540433. OLE color: 12540433.

HSL color Cylindrical-coordinate representation of color #115ABF: hue angle of 214.83º 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 #115ABF is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 90 191 -
CMYK 0.91 0.53 0 0.25
HSL 214.83º 0.84% 0.41% -
HSV(B) 214.83º 0.91% 0.75% -
XYZ 13.29 11.19 50.75 -
YUV 79.69 190.82 83.29 -
System Red Green Blue C M Y K H S L
Decimal 17 90 191 0.91 0.53 0 0.25 214.83 0.84 0.41
Hex 11 5A BF 5B 35 0 19 D7 54 29
Octal 21 132 277 133 65 0 31 327 124 51
Binary 10001 1011010 10111111 1011011 110101 0 11001 11010111 1010100 101001

Color Harmonies of #115ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115ABF

Black with #115ABF

Text Example


Text Example

White with #115ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,90,191); }

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

background-color css

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

 a { background-color: rgb(17,90,191); }

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

border-color css

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

 span { border-color: rgb(17,90,191); }

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