Html Css Color HEX #115BA4 Denim

📋 copy color: '#115BA4'

red 17 ◦ green 91 ◦ blue 164

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

Shades of Denim #115BA4

Tints of Denim #115BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 60.29%

R = 6.25%
G = 33.46%
B = 60.29%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#115BA4 (or 0x115BA4) is known color: Denim. HEX triplet: 11, 5B and A4. RGB value is (17,91,164). Sum of RGB (Red+Green+Blue) = 17+91+164=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #115BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BA4 is #EEA45B. Grayscale: #4C4C4C. Windows color (decimal): -15639644 or 10771217. OLE color: 10771217.

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

Color convert

RGB 17 91 164 -
CMYK 0.90 0.45 0 0.36
HSL 209.8º 0.81% 0.35% -
HSV(B) 209.8º 0.9% 0.64% -
XYZ 10.67 10.28 36.54 -
YUV 77.2 176.98 85.06 -
System Red Green Blue C M Y K H S L
Decimal 17 91 164 0.90 0.45 0 0.36 209.8 0.81 0.35
Hex 11 5B A4 5A 2D 0 24 D2 51 23
Octal 21 133 244 132 55 0 44 322 121 43
Binary 10001 1011011 10100100 1011010 101101 0 100100 11010010 1010001 100011

Color Harmonies of #115BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BA4

Black with #115BA4

Text Example


Text Example

White with #115BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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