Html Css Color HEX #115AC9 Denim

📋 copy color: '#115AC9'

red 17 ◦ green 90 ◦ blue 201

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

Shades of Denim #115AC9

Tints of Denim #115AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 65.26%

R = 5.52%
G = 29.22%
B = 65.26%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#115AC9 (or 0x115AC9) is known color: Denim. HEX triplet: 11, 5A and C9. RGB value is (17,90,201). Sum of RGB (Red+Green+Blue) = 17+90+201=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #115AC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AC9 is #EEA536. Grayscale: #505050. Windows color (decimal): -15639863 or 13195793. OLE color: 13195793.

HSL color Cylindrical-coordinate representation of color #115AC9: hue angle of 216.2º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115AC9 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 90 201 -
CMYK 0.92 0.55 0 0.21
HSL 216.2º 0.84% 0.43% -
HSV(B) 216.2º 0.92% 0.79% -
XYZ 14.43 11.65 56.75 -
YUV 80.83 195.82 82.47 -
System Red Green Blue C M Y K H S L
Decimal 17 90 201 0.92 0.55 0 0.21 216.2 0.84 0.43
Hex 11 5A C9 5C 37 0 15 D8 54 2B
Octal 21 132 311 134 67 0 25 330 124 53
Binary 10001 1011010 11001001 1011100 110111 0 10101 11011000 1010100 101011

Color Harmonies of #115AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AC9

Black with #115AC9

Text Example


Text Example

White with #115AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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