Html Css Color HEX #115F9F Denim

📋 copy color: '#115F9F'

red 17 ◦ green 95 ◦ blue 159

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

Shades of Denim #115F9F

Tints of Denim #115F9F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.06%

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

R = 6.27%
G = 35.06%
B = 58.67%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#115F9F (or 0x115F9F) is known color: Denim. HEX triplet: 11, 5F and 9F. RGB value is (17,95,159). Sum of RGB (Red+Green+Blue) = 17+95+159=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #115F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115F9F is #EEA060. Grayscale: #4E4E4E. Windows color (decimal): -15638625 or 10444561. OLE color: 10444561.

HSL color Cylindrical-coordinate representation of color #115F9F: hue angle of 207.04º 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 #115F9F is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 95 159 -
CMYK 0.89 0.40 0 0.38
HSL 207.04º 0.81% 0.35% -
HSV(B) 207.04º 0.89% 0.62% -
XYZ 10.58 10.81 34.33 -
YUV 78.97 173.16 83.8 -
System Red Green Blue C M Y K H S L
Decimal 17 95 159 0.89 0.40 0 0.38 207.04 0.81 0.35
Hex 11 5F 9F 59 28 0 26 CF 51 23
Octal 21 137 237 131 50 0 46 317 121 43
Binary 10001 1011111 10011111 1011001 101000 0 100110 11001111 1010001 100011

Color Harmonies of #115F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F9F

Black with #115F9F

Text Example


Text Example

White with #115F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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