#1154B0

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

Shades of Denim #1154B0

Tints of Denim #1154B0

Color information

#1154B0 (or 0x1154B0) is unknown color: approx Denim. HEX triplet: 11, 54 and B0. RGB value is (17,84,176). Sum of RGB (Red+Green+Blue) = 17+84+176=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 176 (69.14% from 255 or 63.54% from 277); Max value from RGB is 176 - color contains mainly: blue. Hex color #1154B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1154B0 is #EEAB4F. Grayscale: #4A4A4A. Windows color (decimal): -15641424 or 11555857. OLE color: 11555857.

HSL color Cylindrical-coordinate representation of color #1154B0: hue angle of 214.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1154B0 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1784176-
CMYK0.900.5200.31
HSL214.72º82.38%37.84%-
HSV(B)214.72º90.34%69.02%-
XYZ11.249.5942.33-
YUV74.46185.387.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.14%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 176 (69.14% from 255) = 63.54%
R=6.14%
G=30.32%
B=63.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17841760.900.5200.31214.7282.3837.84
Hex1154B05A3401Fd75226
Octal211242601326403732712246
Binary100011010100101100001011010110100011111110101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1154B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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