Html Css Color HEX #115CAC Denim

📋 copy color: '#115CAC'

red 17 ◦ green 92 ◦ blue 172

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

Shades of Denim #115CAC

Tints of Denim #115CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

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

R = 6.05%
G = 32.74%
B = 61.21%

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

#115CAC (or 0x115CAC) is known color: Denim. HEX triplet: 11, 5C and AC. RGB value is (17,92,172). Sum of RGB (Red+Green+Blue) = 17+92+172=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #115CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115CAC is #EEA353. Grayscale: #4E4E4E. Windows color (decimal): -15639380 or 11295761. OLE color: 11295761.

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

Color convert

RGB 17 92 172 -
CMYK 0.90 0.47 0 0.33
HSL 210.97º 0.82% 0.37% -
HSV(B) 210.97º 0.9% 0.67% -
XYZ 11.5 10.75 40.5 -
YUV 78.7 180.65 84 -
System Red Green Blue C M Y K H S L
Decimal 17 92 172 0.90 0.47 0 0.33 210.97 0.82 0.37
Hex 11 5C AC 5A 2F 0 21 D3 52 25
Octal 21 134 254 132 57 0 41 323 122 45
Binary 10001 1011100 10101100 1011010 101111 0 100001 11010011 1010010 100101

Color Harmonies of #115CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CAC

Black with #115CAC

Text Example


Text Example

White with #115CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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