#117598

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

Shades of Cerulean #117598

Tints of Cerulean #117598

Color information

#117598 (or 0x117598) is unknown color: approx Cerulean. HEX triplet: 11, 75 and 98. RGB value is (17,117,152). Sum of RGB (Red+Green+Blue) = 17+117+152=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #117598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117598 is #EE8A67. Grayscale: #5A5A5A. Windows color (decimal): -15633000 or 9991441. OLE color: 9991441.

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

Color convert

RGB17117152-
CMYK0.890.2300.40
HSL195.56º79.88%33.14%-
HSV(B)195.56º88.82%59.61%-
XYZ12.2615.1131.98-
YUV91.09162.3775.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.94%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 152 (59.77% from 255) = 53.15%
R=5.94%
G=40.91%
B=53.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171171520.890.2300.40195.5679.8833.14
Hex1175985917028c45021
Octal211652301312705030412041
Binary100011110101100110001011001101110101000110001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117598; }

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

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

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

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

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

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

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

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