#116CA5

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

Shades of Cerulean #116CA5

Tints of Cerulean #116CA5

Color information

#116CA5 (or 0x116CA5) is unknown color: approx Cerulean. HEX triplet: 11, 6C and A5. RGB value is (17,108,165). Sum of RGB (Red+Green+Blue) = 17+108+165=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 165 (64.84% from 255 or 56.90% from 290); Max value from RGB is 165 - color contains mainly: blue. Hex color #116CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116CA5 is #EE935A. Grayscale: #565656. Windows color (decimal): -15635291 or 10841105. OLE color: 10841105.

HSL color Cylindrical-coordinate representation of color #116CA5: hue angle of 203.11º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116CA5 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB17108165-
CMYK0.900.3500.35
HSL203.11º81.32%35.69%-
HSV(B)203.11º89.7%64.71%-
XYZ12.3913.5637.56-
YUV87.29171.8577.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.86%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 165 (64.84% from 255) = 56.90%
R=5.86%
G=37.24%
B=56.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal171081650.900.3500.35203.1181.3235.69
Hex116CA55A23023cb5124
Octal211542451324304331312144
Binary1000111011001010010110110101000110100011110010111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,108,165); }

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

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

 a { background-color: rgb(17,108,165); }

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

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

 span { border-color: rgb(17,108,165); }

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