#117595

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

Shades of Cerulean #117595

Tints of Cerulean #117595

Color information

#117595 (or 0x117595) is unknown color: approx Cerulean. HEX triplet: 11, 75 and 95. RGB value is (17,117,149). Sum of RGB (Red+Green+Blue) = 17+117+149=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #117595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117595 is #EE8A6A. Grayscale: #5A5A5A. Windows color (decimal): -15633003 or 9794833. OLE color: 9794833.

HSL color Cylindrical-coordinate representation of color #117595: hue angle of 194.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117595 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17117149-
CMYK0.890.2100.42
HSL194.55º79.52%32.55%-
HSV(B)194.55º88.59%58.43%-
XYZ12.0215.0130.7-
YUV90.75160.8775.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.01%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=6.01%
G=41.34%
B=52.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171171490.890.2100.42194.5579.5232.55
Hex117595591502Ac35021
Octal211652251312505230312041
Binary100011110101100101011011001101010101010110000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117595; }

 p { color: rgb(17,117,149); }

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

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

 a { background-color: rgb(17,117,149); }

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

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

 span { border-color: rgb(17,117,149); }

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