Html Css Color HEX #115AC1 Denim

📋 copy color: '#115AC1'

red 17 ◦ green 90 ◦ blue 193

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

Shades of Denim #115AC1

Tints of Denim #115AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 64.33%

R = 5.67%
G = 30%
B = 64.33%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#115AC1 (or 0x115AC1) is known color: Denim. HEX triplet: 11, 5A and C1. RGB value is (17,90,193). Sum of RGB (Red+Green+Blue) = 17+90+193=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #115AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AC1 is #EEA53E. Grayscale: #4F4F4F. Windows color (decimal): -15639871 or 12671505. OLE color: 12671505.

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

Color convert

RGB 17 90 193 -
CMYK 0.91 0.53 0 0.24
HSL 215.11º 0.84% 0.41% -
HSV(B) 215.11º 0.91% 0.76% -
XYZ 13.51 11.28 51.92 -
YUV 79.92 191.82 83.12 -
System Red Green Blue C M Y K H S L
Decimal 17 90 193 0.91 0.53 0 0.24 215.11 0.84 0.41
Hex 11 5A C1 5B 35 0 18 D7 54 29
Octal 21 132 301 133 65 0 30 327 124 51
Binary 10001 1011010 11000001 1011011 110101 0 11000 11010111 1010100 101001

Color Harmonies of #115AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AC1

Black with #115AC1

Text Example


Text Example

White with #115AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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