Html Css Color HEX #1159BE Denim

📋 copy color: '#1159BE'

red 17 ◦ green 89 ◦ blue 190

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

Shades of Denim #1159BE

Tints of Denim #1159BE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 5.74%
G = 30.07%
B = 64.19%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1159BE (or 0x1159BE) is known color: Denim. HEX triplet: 11, 59 and BE. RGB value is (17,89,190). Sum of RGB (Red+Green+Blue) = 17+89+190=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #1159BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159BE is #EEA641. Grayscale: #4E4E4E. Windows color (decimal): -15640130 or 12474641. OLE color: 12474641.

HSL color Cylindrical-coordinate representation of color #1159BE: hue angle of 215.03º 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 #1159BE is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 89 190 -
CMYK 0.91 0.53 0 0.25
HSL 215.03º 0.84% 0.41% -
HSV(B) 215.03º 0.91% 0.75% -
XYZ 13.1 10.98 50.14 -
YUV 78.99 190.65 83.79 -
System Red Green Blue C M Y K H S L
Decimal 17 89 190 0.91 0.53 0 0.25 215.03 0.84 0.41
Hex 11 59 BE 5B 35 0 19 D7 54 29
Octal 21 131 276 133 65 0 31 327 124 51
Binary 10001 1011001 10111110 1011011 110101 0 11001 11010111 1010100 101001

Color Harmonies of #1159BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1159BE

Black with #1159BE

Text Example


Text Example

White with #1159BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1159BE; }

 p { color: rgb(17,89,190); }

 H1.HeaderClassName
 {
   color: #1159BE;
 }
 .AnyTagClassName
 {
   color: #1159BE;
 }
</style>

background-color css

<style>
 a { background-color: #1159BE; }

 a { background-color: rgb(17,89,190); }

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

border-color css

<style>
 span { border-color: #1159BE; }

 span { border-color: rgb(17,89,190); }

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