#1154ad

Color #1154AD Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1154AD

Tints of Denim #1154AD

Color information

#1154AD (or 0x1154AD) is unknown color: approx Denim. HEX triplet: 11, 54 and AD. RGB value is (17,84,173). Sum of RGB (Red+Green+Blue) = 17+84+173=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #1154AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1154AD is #EEAB52. Grayscale: #494949. Windows color (decimal): -15641427 or 11359249. OLE color: 11359249.

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

Color convert

RGB1784173-
CMYK0.900.5100.32
HSL214.23º82.11%37.25%-
HSV(B)214.23º90.17%67.84%-
XYZ10.949.4840.79-
YUV74.11183.887.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.20%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 173 (67.97% from 255) = 63.14%
R=6.20%
G=30.66%
B=63.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17841730.900.5100.32214.2382.1137.25
Hex1154AD5A33020d65225
Octal211242551326304032612245
Binary1000110101001010110110110101100110100000110101101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1154ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1154ad; }

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

 H1.HeaderClassName
 {
   color: #1154ad;
 }
 .AnyTagClassName
 {
   color: #1154ad;
 }
</style>
background-color css

<style>
 a { background-color: #1154ad; }

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

 div.DivClassName
 {
   background-color: #1154ad;
 }
 .BgClassName
 {
   background-color: #1154ad;
 }
</style>
border-color css

<style>
 span { border-color: #1154ad; }

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

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