Html Css Color HEX #115CA6 Denim

📋 copy color: '#115CA6'

red 17 ◦ green 92 ◦ blue 166

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

Shades of Denim #115CA6

Tints of Denim #115CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 60.36%

R = 6.18%
G = 33.45%
B = 60.36%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#115CA6 (or 0x115CA6) is known color: Denim. HEX triplet: 11, 5C and A6. RGB value is (17,92,166). Sum of RGB (Red+Green+Blue) = 17+92+166=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 166 (65.23% from 255 or 60.36% from 275); Max value from RGB is 166 - color contains mainly: blue. Hex color #115CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115CA6 is #EEA359. Grayscale: #4D4D4D. Windows color (decimal): -15639386 or 10902545. OLE color: 10902545.

HSL color Cylindrical-coordinate representation of color #115CA6: hue angle of 209.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115CA6 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 92 166 -
CMYK 0.90 0.45 0 0.35
HSL 209.8º 0.81% 0.36% -
HSV(B) 209.8º 0.9% 0.65% -
XYZ 10.94 10.53 37.53 -
YUV 78.01 177.65 84.48 -
System Red Green Blue C M Y K H S L
Decimal 17 92 166 0.90 0.45 0 0.35 209.8 0.81 0.36
Hex 11 5C A6 5A 2D 0 23 D2 51 24
Octal 21 134 246 132 55 0 43 322 121 44
Binary 10001 1011100 10100110 1011010 101101 0 100011 11010010 1010001 100100

Color Harmonies of #115CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CA6

Black with #115CA6

Text Example


Text Example

White with #115CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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