#1158CC

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

Shades of Denim #1158CC

Tints of Denim #1158CC

Color information

#1158CC (or 0x1158CC) is unknown color: approx Denim. HEX triplet: 11, 58 and CC. RGB value is (17,88,204). Sum of RGB (Red+Green+Blue) = 17+88+204=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #1158CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1158CC is #EEA733. Grayscale: #4F4F4F. Windows color (decimal): -15640372 or 13391889. OLE color: 13391889.

HSL color Cylindrical-coordinate representation of color #1158CC: hue angle of 217.22º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1158CC is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1788204-
CMYK0.920.5700.2
HSL217.22º84.62%43.33%-
HSV(B)217.22º91.67%80%-
XYZ14.6211.4658.57-
YUV80197.9883.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.50%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 204 (80.08% from 255) = 66.02%
R=5.50%
G=28.48%
B=66.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17882040.920.5700.2217.2284.6243.33
Hex1158CC5C39014d9552b
Octal211303141347102433112553
Binary100011011000110011001011100111001010100110110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1158CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1158CC; }

 p { color: rgb(17,88,204); }

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

<style>
 a { background-color: #1158CC; }

 a { background-color: rgb(17,88,204); }

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

<style>
 span { border-color: #1158CC; }

 span { border-color: rgb(17,88,204); }

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