Html Css Color HEX #115ABE Denim

📋 copy color: '#115ABE'

red 17 ◦ green 90 ◦ blue 190

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

Shades of Denim #115ABE

Tints of Denim #115ABE

RGB

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

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

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

R = 5.72%
G = 30.3%
B = 63.97%

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

#115ABE (or 0x115ABE) is known color: Denim. HEX triplet: 11, 5A and BE. RGB value is (17,90,190). Sum of RGB (Red+Green+Blue) = 17+90+190=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #115ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ABE is #EEA541. Grayscale: #4F4F4F. Windows color (decimal): -15639874 or 12474897. OLE color: 12474897.

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

Color convert

RGB 17 90 190 -
CMYK 0.91 0.53 0 0.25
HSL 214.68º 0.84% 0.41% -
HSV(B) 214.68º 0.91% 0.75% -
XYZ 13.18 11.15 50.17 -
YUV 79.57 190.32 83.37 -
System Red Green Blue C M Y K H S L
Decimal 17 90 190 0.91 0.53 0 0.25 214.68 0.84 0.41
Hex 11 5A BE 5B 35 0 19 D7 54 29
Octal 21 132 276 133 65 0 31 327 124 51
Binary 10001 1011010 10111110 1011011 110101 0 11001 11010111 1010100 101001

Color Harmonies of #115ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115ABE

Black with #115ABE

Text Example


Text Example

White with #115ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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