Html Css Color HEX #115EC1 Denim

📋 copy color: '#115EC1'

red 17 ◦ green 94 ◦ blue 193

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

Shades of Denim #115EC1

Tints of Denim #115EC1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.92%

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

R = 5.59%
G = 30.92%
B = 63.49%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#115EC1 (or 0x115EC1) is known color: Denim. HEX triplet: 11, 5E and C1. RGB value is (17,94,193). Sum of RGB (Red+Green+Blue) = 17+94+193=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #115EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EC1 is #EEA13E. Grayscale: #515151. Windows color (decimal): -15638847 or 12672529. OLE color: 12672529.

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

Color convert

RGB 17 94 193 -
CMYK 0.91 0.51 0 0.24
HSL 213.75º 0.84% 0.41% -
HSV(B) 213.75º 0.91% 0.76% -
XYZ 13.86 11.97 52.03 -
YUV 82.26 190.49 81.45 -
System Red Green Blue C M Y K H S L
Decimal 17 94 193 0.91 0.51 0 0.24 213.75 0.84 0.41
Hex 11 5E C1 5B 33 0 18 D6 54 29
Octal 21 136 301 133 63 0 30 326 124 51
Binary 10001 1011110 11000001 1011011 110011 0 11000 11010110 1010100 101001

Color Harmonies of #115EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115EC1

Black with #115EC1

Text Example


Text Example

White with #115EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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