Html Css Color HEX #115CBA Denim

📋 copy color: '#115CBA'

red 17 ◦ green 92 ◦ blue 186

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

Shades of Denim #115CBA

Tints of Denim #115CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 5.76%
G = 31.19%
B = 63.05%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#115CBA (or 0x115CBA) is known color: Denim. HEX triplet: 11, 5C and BA. RGB value is (17,92,186). Sum of RGB (Red+Green+Blue) = 17+92+186=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #115CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CBA is #EEA345. Grayscale: #4F4F4F. Windows color (decimal): -15639366 or 12213265. OLE color: 12213265.

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

Color convert

RGB 17 92 186 -
CMYK 0.91 0.51 0 0.27
HSL 213.37º 0.83% 0.4% -
HSV(B) 213.37º 0.91% 0.73% -
XYZ 12.92 11.32 47.96 -
YUV 80.29 187.65 82.86 -
System Red Green Blue C M Y K H S L
Decimal 17 92 186 0.91 0.51 0 0.27 213.37 0.83 0.4
Hex 11 5C BA 5B 33 0 1B D5 53 28
Octal 21 134 272 133 63 0 33 325 123 50
Binary 10001 1011100 10111010 1011011 110011 0 11011 11010101 1010011 101000

Color Harmonies of #115CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CBA

Black with #115CBA

Text Example


Text Example

White with #115CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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