#1153B8

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

Shades of Denim #1153B8

Tints of Denim #1153B8

Color information

#1153B8 (or 0x1153B8) is unknown color: approx Denim. HEX triplet: 11, 53 and B8. RGB value is (17,83,184). Sum of RGB (Red+Green+Blue) = 17+83+184=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 184 (72.27% from 255 or 64.79% from 284); Max value from RGB is 184 - color contains mainly: blue. Hex color #1153B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1153B8 is #EEAC47. Grayscale: #4A4A4A. Windows color (decimal): -15641672 or 12079889. OLE color: 12079889.

HSL color Cylindrical-coordinate representation of color #1153B8: hue angle of 216.29º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1153B8 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1783184-
CMYK0.910.5500.28
HSL216.29º83.08%39.41%-
HSV(B)216.29º90.76%72.16%-
XYZ11.989.7746.6-
YUV74.78189.6386.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.99%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 184 (72.27% from 255) = 64.79%
R=5.99%
G=29.23%
B=64.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17831840.910.5500.28216.2983.0839.41
Hex1153B85B3701Cd85327
Octal211232701336703433012347
Binary100011010011101110001011011110111011100110110001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1153B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1153B8; }

 p { color: rgb(17,83,184); }

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

<style>
 a { background-color: #1153B8; }

 a { background-color: rgb(17,83,184); }

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

<style>
 span { border-color: #1153B8; }

 span { border-color: rgb(17,83,184); }

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