Html Css Color HEX #115ACB Denim

📋 copy color: '#115ACB'

red 17 ◦ green 90 ◦ blue 203

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

Shades of Denim #115ACB

Tints of Denim #115ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

 BLUE value IS 203 (79.69% from 255) = 65.48%

R = 5.48%
G = 29.03%
B = 65.48%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#115ACB (or 0x115ACB) is known color: Denim. HEX triplet: 11, 5A and CB. RGB value is (17,90,203). Sum of RGB (Red+Green+Blue) = 17+90+203=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #115ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ACB is #EEA534. Grayscale: #505050. Windows color (decimal): -15639861 or 13326865. OLE color: 13326865.

HSL color Cylindrical-coordinate representation of color #115ACB: hue angle of 216.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115ACB is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 90 203 -
CMYK 0.92 0.56 0 0.20
HSL 216.45º 0.85% 0.43% -
HSV(B) 216.45º 0.92% 0.8% -
XYZ 14.67 11.74 57.99 -
YUV 81.06 196.82 82.31 -
System Red Green Blue C M Y K H S L
Decimal 17 90 203 0.92 0.56 0 0.20 216.45 0.85 0.43
Hex 11 5A CB 5C 38 0 14 D8 55 2B
Octal 21 132 313 134 70 0 24 330 125 53
Binary 10001 1011010 11001011 1011100 111000 0 10100 11011000 1010101 101011

Color Harmonies of #115ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115ACB

Black with #115ACB

Text Example


Text Example

White with #115ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,90,203); }

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

background-color css

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

 a { background-color: rgb(17,90,203); }

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

border-color css

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

 span { border-color: rgb(17,90,203); }

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