Html Css Color HEX #115BAA Denim

📋 copy color: '#115BAA'

red 17 ◦ green 91 ◦ blue 170

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

Shades of Denim #115BAA

Tints of Denim #115BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.73%

 BLUE value IS 170 (66.8% from 255) = 61.15%

R = 6.12%
G = 32.73%
B = 61.15%

CMYK

 C value IS 0.9

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#115BAA (or 0x115BAA) is known color: Denim. HEX triplet: 11, 5B and AA. RGB value is (17,91,170). Sum of RGB (Red+Green+Blue) = 17+91+170=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #115BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BAA is #EEA455. Grayscale: #4D4D4D. Windows color (decimal): -15639638 or 11164433. OLE color: 11164433.

HSL color Cylindrical-coordinate representation of color #115BAA: hue angle of 210.98º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115BAA is Cyan = 0.9, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 91 170 -
CMYK 0.9 0.46 0 0.33
HSL 210.98º 0.82% 0.37% -
HSV(B) 210.98º 0.9% 0.67% -
XYZ 11.23 10.5 39.47 -
YUV 77.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 17 91 170 0.9 0.46 0 0.33 210.98 0.82 0.37
Hex 11 5B AA 5A 2E 0 21 D3 52 25
Octal 21 133 252 132 56 0 41 323 122 45
Binary 10001 1011011 10101010 1011010 101110 0 100001 11010011 1010010 100101

Color Harmonies of #115BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BAA

Black with #115BAA

Text Example


Text Example

White with #115BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,91,170); }

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

background-color css

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

 a { background-color: rgb(17,91,170); }

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

border-color css

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

 span { border-color: rgb(17,91,170); }

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