Html Css Color HEX #115AC7 Denim

📋 copy color: '#115AC7'

red 17 ◦ green 90 ◦ blue 199

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

Shades of Denim #115AC7

Tints of Denim #115AC7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

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

R = 5.56%
G = 29.41%
B = 65.03%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#115AC7 (or 0x115AC7) is known color: Denim. HEX triplet: 11, 5A and C7. RGB value is (17,90,199). Sum of RGB (Red+Green+Blue) = 17+90+199=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 199 (78.12% from 255 or 65.03% from 306); Max value from RGB is 199 - color contains mainly: blue. Hex color #115AC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AC7 is #EEA538. Grayscale: #505050. Windows color (decimal): -15639865 or 13064721. OLE color: 13064721.

HSL color Cylindrical-coordinate representation of color #115AC7: hue angle of 215.93º 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 #115AC7 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 90 199 -
CMYK 0.91 0.55 0 0.22
HSL 215.93º 0.84% 0.42% -
HSV(B) 215.93º 0.91% 0.78% -
XYZ 14.2 11.56 55.51 -
YUV 80.6 194.82 82.64 -
System Red Green Blue C M Y K H S L
Decimal 17 90 199 0.91 0.55 0 0.22 215.93 0.84 0.42
Hex 11 5A C7 5B 37 0 16 D8 54 2A
Octal 21 132 307 133 67 0 26 330 124 52
Binary 10001 1011010 11000111 1011011 110111 0 10110 11011000 1010100 101010

Color Harmonies of #115AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AC7

Black with #115AC7

Text Example


Text Example

White with #115AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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