Html Css Color HEX #115ABC Denim

📋 copy color: '#115ABC'

red 17 ◦ green 90 ◦ blue 188

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

Shades of Denim #115ABC

Tints of Denim #115ABC

RGB

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

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

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

R = 5.76%
G = 30.51%
B = 63.73%

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

#115ABC (or 0x115ABC) is known color: Denim. HEX triplet: 11, 5A and BC. RGB value is (17,90,188). Sum of RGB (Red+Green+Blue) = 17+90+188=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #115ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ABC is #EEA543. Grayscale: #4E4E4E. Windows color (decimal): -15639876 or 12343825. OLE color: 12343825.

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

Color convert

RGB 17 90 188 -
CMYK 0.91 0.52 0 0.26
HSL 214.39º 0.83% 0.4% -
HSV(B) 214.39º 0.91% 0.74% -
XYZ 12.96 11.06 49.03 -
YUV 79.35 189.32 83.53 -
System Red Green Blue C M Y K H S L
Decimal 17 90 188 0.91 0.52 0 0.26 214.39 0.83 0.4
Hex 11 5A BC 5B 34 0 1A D6 53 28
Octal 21 132 274 133 64 0 32 326 123 50
Binary 10001 1011010 10111100 1011011 110100 0 11010 11010110 1010011 101000

Color Harmonies of #115ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115ABC

Black with #115ABC

Text Example


Text Example

White with #115ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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