Html Css Color HEX #115BA2 Denim

📋 copy color: '#115BA2'

red 17 ◦ green 91 ◦ blue 162

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

Shades of Denim #115BA2

Tints of Denim #115BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 60%

R = 6.3%
G = 33.7%
B = 60%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#115BA2 (or 0x115BA2) is known color: Denim. HEX triplet: 11, 5B and A2. RGB value is (17,91,162). Sum of RGB (Red+Green+Blue) = 17+91+162=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 162 (63.67% from 255 or 60% from 270); Max value from RGB is 162 - color contains mainly: blue. Hex color #115BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BA2 is #EEA45D. Grayscale: #4C4C4C. Windows color (decimal): -15639646 or 10640145. OLE color: 10640145.

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

Color convert

RGB 17 91 162 -
CMYK 0.90 0.44 0 0.36
HSL 209.38º 0.81% 0.35% -
HSV(B) 209.38º 0.9% 0.64% -
XYZ 10.49 10.21 35.6 -
YUV 76.97 175.98 85.23 -
System Red Green Blue C M Y K H S L
Decimal 17 91 162 0.90 0.44 0 0.36 209.38 0.81 0.35
Hex 11 5B A2 5A 2C 0 24 D1 51 23
Octal 21 133 242 132 54 0 44 321 121 43
Binary 10001 1011011 10100010 1011010 101100 0 100100 11010001 1010001 100011

Color Harmonies of #115BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BA2

Black with #115BA2

Text Example


Text Example

White with #115BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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