Html Css Color HEX #115CA0 Denim

📋 copy color: '#115CA0'

red 17 ◦ green 92 ◦ blue 160

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

Shades of Denim #115CA0

Tints of Denim #115CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.2%

 BLUE value IS 160 (62.89% from 255) = 59.48%

R = 6.32%
G = 34.2%
B = 59.48%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#115CA0 (or 0x115CA0) is known color: Denim. HEX triplet: 11, 5C and A0. RGB value is (17,92,160). Sum of RGB (Red+Green+Blue) = 17+92+160=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #115CA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115CA0 is #EEA35F. Grayscale: #4C4C4C. Windows color (decimal): -15639392 or 10509329. OLE color: 10509329.

HSL color Cylindrical-coordinate representation of color #115CA0: hue angle of 208.53º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115CA0 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 92 160 -
CMYK 0.89 0.43 0 0.37
HSL 208.53º 0.81% 0.35% -
HSV(B) 208.53º 0.89% 0.63% -
XYZ 10.4 10.31 34.7 -
YUV 77.33 174.65 84.97 -
System Red Green Blue C M Y K H S L
Decimal 17 92 160 0.89 0.43 0 0.37 208.53 0.81 0.35
Hex 11 5C A0 59 2B 0 25 D1 51 23
Octal 21 134 240 131 53 0 45 321 121 43
Binary 10001 1011100 10100000 1011001 101011 0 100101 11010001 1010001 100011

Color Harmonies of #115CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CA0

Black with #115CA0

Text Example


Text Example

White with #115CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,92,160); }

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

background-color css

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

 a { background-color: rgb(17,92,160); }

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

border-color css

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

 span { border-color: rgb(17,92,160); }

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