Html Css Color HEX #1155AD Denim

📋 copy color: '#1155AD'

red 17 ◦ green 85 ◦ blue 173

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

Shades of Denim #1155AD

Tints of Denim #1155AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.91%

 BLUE value IS 173 (67.97% from 255) = 62.91%

R = 6.18%
G = 30.91%
B = 62.91%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1155AD (or 0x1155AD) is known color: Denim. HEX triplet: 11, 55 and AD. RGB value is (17,85,173). Sum of RGB (Red+Green+Blue) = 17+85+173=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #1155AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1155AD is #EEAA52. Grayscale: #4A4A4A. Windows color (decimal): -15641171 or 11359505. OLE color: 11359505.

HSL color Cylindrical-coordinate representation of color #1155AD: hue angle of 213.85º 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 #1155AD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 85 173 -
CMYK 0.90 0.51 0 0.32
HSL 213.85º 0.82% 0.37% -
HSV(B) 213.85º 0.9% 0.68% -
XYZ 11.02 9.63 40.81 -
YUV 74.7 183.47 86.84 -
System Red Green Blue C M Y K H S L
Decimal 17 85 173 0.90 0.51 0 0.32 213.85 0.82 0.37
Hex 11 55 AD 5A 33 0 20 D6 52 25
Octal 21 125 255 132 63 0 40 326 122 45
Binary 10001 1010101 10101101 1011010 110011 0 100000 11010110 1010010 100101

Color Harmonies of #1155AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1155AD

Black with #1155AD

Text Example


Text Example

White with #1155AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1155AD; }

 p { color: rgb(17,85,173); }

 H1.HeaderClassName
 {
   color: #1155AD;
 }
 .AnyTagClassName
 {
   color: #1155AD;
 }
</style>

background-color css

<style>
 a { background-color: #1155AD; }

 a { background-color: rgb(17,85,173); }

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

border-color css

<style>
 span { border-color: #1155AD; }

 span { border-color: rgb(17,85,173); }

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