Html Css Color HEX #115EC2 Denim

📋 copy color: '#115EC2'

red 17 ◦ green 94 ◦ blue 194

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

Shades of Denim #115EC2

Tints of Denim #115EC2

RGB

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

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

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

R = 5.57%
G = 30.82%
B = 63.61%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#115EC2 (or 0x115EC2) is known color: Denim. HEX triplet: 11, 5E and C2. RGB value is (17,94,194). Sum of RGB (Red+Green+Blue) = 17+94+194=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #115EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EC2 is #EEA13D. Grayscale: #515151. Windows color (decimal): -15638846 or 12738065. OLE color: 12738065.

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

Color convert

RGB 17 94 194 -
CMYK 0.91 0.52 0 0.24
HSL 213.9º 0.84% 0.41% -
HSV(B) 213.9º 0.91% 0.76% -
XYZ 13.97 12.02 52.62 -
YUV 82.38 190.99 81.37 -
System Red Green Blue C M Y K H S L
Decimal 17 94 194 0.91 0.52 0 0.24 213.9 0.84 0.41
Hex 11 5E C2 5B 34 0 18 D6 54 29
Octal 21 136 302 133 64 0 30 326 124 51
Binary 10001 1011110 11000010 1011011 110100 0 11000 11010110 1010100 101001

Color Harmonies of #115EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115EC2

Black with #115EC2

Text Example


Text Example

White with #115EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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