Html Css Color HEX #115CB1 Denim

📋 copy color: '#115CB1'

red 17 ◦ green 92 ◦ blue 177

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

Shades of Denim #115CB1

Tints of Denim #115CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 61.89%

R = 5.94%
G = 32.17%
B = 61.89%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#115CB1 (or 0x115CB1) is known color: Denim. HEX triplet: 11, 5C and B1. RGB value is (17,92,177). Sum of RGB (Red+Green+Blue) = 17+92+177=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #115CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115CB1 is #EEA34E. Grayscale: #4E4E4E. Windows color (decimal): -15639375 or 11623441. OLE color: 11623441.

HSL color Cylindrical-coordinate representation of color #115CB1: hue angle of 211.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115CB1 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 92 177 -
CMYK 0.90 0.48 0 0.31
HSL 211.88º 0.82% 0.38% -
HSV(B) 211.88º 0.9% 0.69% -
XYZ 11.99 10.95 43.08 -
YUV 79.27 183.15 83.59 -
System Red Green Blue C M Y K H S L
Decimal 17 92 177 0.90 0.48 0 0.31 211.88 0.82 0.38
Hex 11 5C B1 5A 30 0 1F D4 52 26
Octal 21 134 261 132 60 0 37 324 122 46
Binary 10001 1011100 10110001 1011010 110000 0 11111 11010100 1010010 100110

Color Harmonies of #115CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CB1

Black with #115CB1

Text Example


Text Example

White with #115CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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