Html Css Color HEX #115DC7 Denim

📋 copy color: '#115DC7'

red 17 ◦ green 93 ◦ blue 199

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

Shades of Denim #115DC7

Tints of Denim #115DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 64.4%

R = 5.5%
G = 30.1%
B = 64.4%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#115DC7 (or 0x115DC7) is known color: Denim. HEX triplet: 11, 5D and C7. RGB value is (17,93,199). Sum of RGB (Red+Green+Blue) = 17+93+199=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 199 (78.12% from 255 or 64.40% from 309); Max value from RGB is 199 - color contains mainly: blue. Hex color #115DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DC7 is #EEA238. Grayscale: #515151. Windows color (decimal): -15639097 or 13065489. OLE color: 13065489.

HSL color Cylindrical-coordinate representation of color #115DC7: hue angle of 214.95º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115DC7 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 93 199 -
CMYK 0.91 0.53 0 0.22
HSL 214.95º 0.84% 0.42% -
HSV(B) 214.95º 0.91% 0.78% -
XYZ 14.45 12.07 55.6 -
YUV 82.36 193.82 81.38 -
System Red Green Blue C M Y K H S L
Decimal 17 93 199 0.91 0.53 0 0.22 214.95 0.84 0.42
Hex 11 5D C7 5B 35 0 16 D7 54 2A
Octal 21 135 307 133 65 0 26 327 124 52
Binary 10001 1011101 11000111 1011011 110101 0 10110 11010111 1010100 101010

Color Harmonies of #115DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DC7

Black with #115DC7

Text Example


Text Example

White with #115DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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