#116AA0

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

Shades of Cerulean #116AA0

Tints of Cerulean #116AA0

Color information

#116AA0 (or 0x116AA0) is unknown color: approx Cerulean. HEX triplet: 11, 6A and A0. RGB value is (17,106,160). Sum of RGB (Red+Green+Blue) = 17+106+160=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #116AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116AA0 is #EE955F. Grayscale: #555555. Windows color (decimal): -15635808 or 10512913. OLE color: 10512913.

HSL color Cylindrical-coordinate representation of color #116AA0: hue angle of 202.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116AA0 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB17106160-
CMYK0.890.3400.37
HSL202.66º80.79%34.71%-
HSV(B)202.66º89.38%62.75%-
XYZ11.7312.9735.14-
YUV85.54170.0179.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.01%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 160 (62.89% from 255) = 56.54%
R=6.01%
G=37.46%
B=56.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal171061600.890.3400.37202.6680.7934.71
Hex116AA05922025cb5123
Octal211522401314204531312143
Binary1000111010101010000010110011000100100101110010111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116AA0; }

 p { color: rgb(17,106,160); }

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

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

 a { background-color: rgb(17,106,160); }

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

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

 span { border-color: rgb(17,106,160); }

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