Html Css Color HEX #115AA6 Denim

📋 copy color: '#115AA6'

red 17 ◦ green 90 ◦ blue 166

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

Shades of Denim #115AA6

Tints of Denim #115AA6

RGB

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

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

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

R = 6.23%
G = 32.97%
B = 60.81%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#115AA6 (or 0x115AA6) is known color: Denim. HEX triplet: 11, 5A and A6. RGB value is (17,90,166). Sum of RGB (Red+Green+Blue) = 17+90+166=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #115AA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115AA6 is #EEA559. Grayscale: #4C4C4C. Windows color (decimal): -15639898 or 10902033. OLE color: 10902033.

HSL color Cylindrical-coordinate representation of color #115AA6: hue angle of 210.6º 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 #115AA6 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 90 166 -
CMYK 0.90 0.46 0 0.35
HSL 210.6º 0.81% 0.36% -
HSV(B) 210.6º 0.9% 0.65% -
XYZ 10.77 10.18 37.47 -
YUV 76.84 178.32 85.32 -
System Red Green Blue C M Y K H S L
Decimal 17 90 166 0.90 0.46 0 0.35 210.6 0.81 0.36
Hex 11 5A A6 5A 2E 0 23 D3 51 24
Octal 21 132 246 132 56 0 43 323 121 44
Binary 10001 1011010 10100110 1011010 101110 0 100011 11010011 1010001 100100

Color Harmonies of #115AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AA6

Black with #115AA6

Text Example


Text Example

White with #115AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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