Html Css Color HEX #115D9F Denim

📋 copy color: '#115D9F'

red 17 ◦ green 93 ◦ blue 159

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

Shades of Denim #115D9F

Tints of Denim #115D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 59.11%

R = 6.32%
G = 34.57%
B = 59.11%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#115D9F (or 0x115D9F) is known color: Denim. HEX triplet: 11, 5D and 9F. RGB value is (17,93,159). Sum of RGB (Red+Green+Blue) = 17+93+159=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #115D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D9F is #EEA260. Grayscale: #4D4D4D. Windows color (decimal): -15639137 or 10444049. OLE color: 10444049.

HSL color Cylindrical-coordinate representation of color #115D9F: hue angle of 207.89º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115D9F is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 93 159 -
CMYK 0.89 0.42 0 0.38
HSL 207.89º 0.81% 0.35% -
HSV(B) 207.89º 0.89% 0.62% -
XYZ 10.4 10.45 34.27 -
YUV 77.8 173.82 84.63 -
System Red Green Blue C M Y K H S L
Decimal 17 93 159 0.89 0.42 0 0.38 207.89 0.81 0.35
Hex 11 5D 9F 59 2A 0 26 D0 51 23
Octal 21 135 237 131 52 0 46 320 121 43
Binary 10001 1011101 10011111 1011001 101010 0 100110 11010000 1010001 100011

Color Harmonies of #115D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D9F

Black with #115D9F

Text Example


Text Example

White with #115D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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