Html Css Color HEX #115DAE Denim

📋 copy color: '#115DAE'

red 17 ◦ green 93 ◦ blue 174

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

Shades of Denim #115DAE

Tints of Denim #115DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.75%

 BLUE value IS 174 (68.36% from 255) = 61.27%

R = 5.99%
G = 32.75%
B = 61.27%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#115DAE (or 0x115DAE) is known color: Denim. HEX triplet: 11, 5D and AE. RGB value is (17,93,174). Sum of RGB (Red+Green+Blue) = 17+93+174=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #115DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DAE is #EEA251. Grayscale: #4F4F4F. Windows color (decimal): -15639122 or 11427089. OLE color: 11427089.

HSL color Cylindrical-coordinate representation of color #115DAE: hue angle of 210.96º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115DAE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 93 174 -
CMYK 0.90 0.47 0 0.32
HSL 210.96º 0.82% 0.37% -
HSV(B) 210.96º 0.9% 0.68% -
XYZ 11.79 11 41.55 -
YUV 79.51 181.32 83.41 -
System Red Green Blue C M Y K H S L
Decimal 17 93 174 0.90 0.47 0 0.32 210.96 0.82 0.37
Hex 11 5D AE 5A 2F 0 20 D3 52 25
Octal 21 135 256 132 57 0 40 323 122 45
Binary 10001 1011101 10101110 1011010 101111 0 100000 11010011 1010010 100101

Color Harmonies of #115DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DAE

Black with #115DAE

Text Example


Text Example

White with #115DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,93,174); }

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

background-color css

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

 a { background-color: rgb(17,93,174); }

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

border-color css

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

 span { border-color: rgb(17,93,174); }

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