Html Css Color HEX #115DC0 Denim

📋 copy color: '#115DC0'

red 17 ◦ green 93 ◦ blue 192

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

Shades of Denim #115DC0

Tints of Denim #115DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

 BLUE value IS 192 (75.39% from 255) = 63.58%

R = 5.63%
G = 30.79%
B = 63.58%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#115DC0 (or 0x115DC0) is known color: Denim. HEX triplet: 11, 5D and C0. RGB value is (17,93,192). Sum of RGB (Red+Green+Blue) = 17+93+192=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #115DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DC0 is #EEA23F. Grayscale: #515151. Windows color (decimal): -15639104 or 12606737. OLE color: 12606737.

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

Color convert

RGB 17 93 192 -
CMYK 0.91 0.52 0 0.25
HSL 213.94º 0.84% 0.41% -
HSV(B) 213.94º 0.91% 0.75% -
XYZ 13.66 11.75 51.42 -
YUV 81.56 190.32 81.95 -
System Red Green Blue C M Y K H S L
Decimal 17 93 192 0.91 0.52 0 0.25 213.94 0.84 0.41
Hex 11 5D C0 5B 34 0 19 D6 54 29
Octal 21 135 300 133 64 0 31 326 124 51
Binary 10001 1011101 11000000 1011011 110100 0 11001 11010110 1010100 101001

Color Harmonies of #115DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DC0

Black with #115DC0

Text Example


Text Example

White with #115DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,93,192); }

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

background-color css

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

 a { background-color: rgb(17,93,192); }

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

border-color css

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

 span { border-color: rgb(17,93,192); }

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