Html Css Color HEX #115AC2 Denim

📋 copy color: '#115AC2'

red 17 ◦ green 90 ◦ blue 194

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

Shades of Denim #115AC2

Tints of Denim #115AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 64.45%

R = 5.65%
G = 29.9%
B = 64.45%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#115AC2 (or 0x115AC2) is known color: Denim. HEX triplet: 11, 5A and C2. RGB value is (17,90,194). Sum of RGB (Red+Green+Blue) = 17+90+194=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 194 (76.17% from 255 or 64.45% from 301); Max value from RGB is 194 - color contains mainly: blue. Hex color #115AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AC2 is #EEA53D. Grayscale: #4F4F4F. Windows color (decimal): -15639870 or 12737041. OLE color: 12737041.

HSL color Cylindrical-coordinate representation of color #115AC2: hue angle of 215.25º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115AC2 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 90 194 -
CMYK 0.91 0.54 0 0.24
HSL 215.25º 0.84% 0.41% -
HSV(B) 215.25º 0.91% 0.76% -
XYZ 13.62 11.33 52.51 -
YUV 80.03 192.32 83.04 -
System Red Green Blue C M Y K H S L
Decimal 17 90 194 0.91 0.54 0 0.24 215.25 0.84 0.41
Hex 11 5A C2 5B 36 0 18 D7 54 29
Octal 21 132 302 133 66 0 30 327 124 51
Binary 10001 1011010 11000010 1011011 110110 0 11000 11010111 1010100 101001

Color Harmonies of #115AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AC2

Black with #115AC2

Text Example


Text Example

White with #115AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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