#1152B8

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

Shades of Denim #1152B8

Tints of Denim #1152B8

Color information

#1152B8 (or 0x1152B8) is unknown color: approx Denim. HEX triplet: 11, 52 and B8. RGB value is (17,82,184). Sum of RGB (Red+Green+Blue) = 17+82+184=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 184 (72.27% from 255 or 65.02% from 283); Max value from RGB is 184 - color contains mainly: blue. Hex color #1152B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1152B8 is #EEAD47. Grayscale: #494949. Windows color (decimal): -15641928 or 12079633. OLE color: 12079633.

HSL color Cylindrical-coordinate representation of color #1152B8: hue angle of 216.65º 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 #1152B8 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1782184-
CMYK0.910.5500.28
HSL216.65º83.08%39.41%-
HSV(B)216.65º90.76%72.16%-
XYZ11.99.6146.58-
YUV74.19189.9787.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.01%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 184 (72.27% from 255) = 65.02%
R=6.01%
G=28.98%
B=65.02%

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
Decimal17821840.910.5500.28216.6583.0839.41
Hex1152B85B3701Cd95327
Octal211222701336703433112347
Binary100011010010101110001011011110111011100110110011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1152B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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