Html Css Color HEX #1159AE Denim

📋 copy color: '#1159AE'

red 17 ◦ green 89 ◦ blue 174

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

Shades of Denim #1159AE

Tints of Denim #1159AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 62.14%

R = 6.07%
G = 31.79%
B = 62.14%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1159AE (or 0x1159AE) is known color: Denim. HEX triplet: 11, 59 and AE. RGB value is (17,89,174). Sum of RGB (Red+Green+Blue) = 17+89+174=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #1159AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1159AE is #EEA651. Grayscale: #4C4C4C. Windows color (decimal): -15640146 or 11426065. OLE color: 11426065.

HSL color Cylindrical-coordinate representation of color #1159AE: hue angle of 212.48º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1159AE is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 89 174 -
CMYK 0.90 0.49 0 0.32
HSL 212.48º 0.82% 0.37% -
HSV(B) 212.48º 0.9% 0.68% -
XYZ 11.44 10.32 41.43 -
YUV 77.16 182.65 85.09 -
System Red Green Blue C M Y K H S L
Decimal 17 89 174 0.90 0.49 0 0.32 212.48 0.82 0.37
Hex 11 59 AE 5A 31 0 20 D4 52 25
Octal 21 131 256 132 61 0 40 324 122 45
Binary 10001 1011001 10101110 1011010 110001 0 100000 11010100 1010010 100101

Color Harmonies of #1159AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1159AE

Black with #1159AE

Text Example


Text Example

White with #1159AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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