#1158C4

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

Shades of Denim #1158C4

Tints of Denim #1158C4

Color information

#1158C4 (or 0x1158C4) is unknown color: approx Denim. HEX triplet: 11, 58 and C4. RGB value is (17,88,196). Sum of RGB (Red+Green+Blue) = 17+88+196=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 196 (76.95% from 255 or 65.12% from 301); Max value from RGB is 196 - color contains mainly: blue. Hex color #1158C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1158C4 is #EEA73B. Grayscale: #4E4E4E. Windows color (decimal): -15640380 or 12867601. OLE color: 12867601.

HSL color Cylindrical-coordinate representation of color #1158C4: hue angle of 216.2º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1158C4 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1788196-
CMYK0.910.5500.23
HSL216.2º84.04%41.76%-
HSV(B)216.2º91.33%76.86%-
XYZ13.6811.0853.64-
YUV79.08193.9883.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.65%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 196 (76.95% from 255) = 65.12%
R=5.65%
G=29.24%
B=65.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17881960.910.5500.23216.284.0441.76
Hex1158C45B37017d8542a
Octal211303041336702733012452
Binary100011011000110001001011011110111010111110110001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1158C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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