Html Css Color HEX #115BAC Denim

📋 copy color: '#115BAC'

red 17 ◦ green 91 ◦ blue 172

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

Shades of Denim #115BAC

Tints of Denim #115BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 6.07%
G = 32.5%
B = 61.43%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#115BAC (or 0x115BAC) is known color: Denim. HEX triplet: 11, 5B and AC. RGB value is (17,91,172). Sum of RGB (Red+Green+Blue) = 17+91+172=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #115BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BAC is #EEA453. Grayscale: #4D4D4D. Windows color (decimal): -15639636 or 11295505. OLE color: 11295505.

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

Color convert

RGB 17 91 172 -
CMYK 0.90 0.47 0 0.33
HSL 211.35º 0.82% 0.37% -
HSV(B) 211.35º 0.9% 0.67% -
XYZ 11.42 10.58 40.47 -
YUV 78.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 17 91 172 0.90 0.47 0 0.33 211.35 0.82 0.37
Hex 11 5B AC 5A 2F 0 21 D3 52 25
Octal 21 133 254 132 57 0 41 323 122 45
Binary 10001 1011011 10101100 1011010 101111 0 100001 11010011 1010010 100101

Color Harmonies of #115BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BAC

Black with #115BAC

Text Example


Text Example

White with #115BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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