Html Css Color HEX #115CBD Denim

📋 copy color: '#115CBD'

red 17 ◦ green 92 ◦ blue 189

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

Shades of Denim #115CBD

Tints of Denim #115CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.87%

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 5.7%
G = 30.87%
B = 63.42%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#115CBD (or 0x115CBD) is known color: Denim. HEX triplet: 11, 5C and BD. RGB value is (17,92,189). Sum of RGB (Red+Green+Blue) = 17+92+189=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #115CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CBD is #EEA342. Grayscale: #505050. Windows color (decimal): -15639363 or 12409873. OLE color: 12409873.

HSL color Cylindrical-coordinate representation of color #115CBD: hue angle of 213.84º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115CBD is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 92 189 -
CMYK 0.91 0.51 0 0.26
HSL 213.84º 0.83% 0.4% -
HSV(B) 213.84º 0.91% 0.74% -
XYZ 13.24 11.45 49.66 -
YUV 80.63 189.15 82.61 -
System Red Green Blue C M Y K H S L
Decimal 17 92 189 0.91 0.51 0 0.26 213.84 0.83 0.4
Hex 11 5C BD 5B 33 0 1A D6 53 28
Octal 21 134 275 133 63 0 32 326 123 50
Binary 10001 1011100 10111101 1011011 110011 0 11010 11010110 1010011 101000

Color Harmonies of #115CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CBD

Black with #115CBD

Text Example


Text Example

White with #115CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,92,189); }

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

background-color css

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

 a { background-color: rgb(17,92,189); }

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

border-color css

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

 span { border-color: rgb(17,92,189); }

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