#116EA4

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

Shades of Cerulean #116EA4

Tints of Cerulean #116EA4

Color information

#116EA4 (or 0x116EA4) is unknown color: approx Cerulean. HEX triplet: 11, 6E and A4. RGB value is (17,110,164). Sum of RGB (Red+Green+Blue) = 17+110+164=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #116EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EA4 is #EE915B. Grayscale: #585858. Windows color (decimal): -15634780 or 10776081. OLE color: 10776081.

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

Color convert

RGB17110164-
CMYK0.900.3300.36
HSL202.04º81.22%35.49%-
HSV(B)202.04º89.63%64.31%-
XYZ12.5113.9537.16-
YUV88.35170.6977.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.84%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 164 (64.45% from 255) = 56.36%
R=5.84%
G=37.80%
B=56.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal171101640.900.3300.36202.0481.2235.49
Hex116EA45A21024ca5123
Octal211562441324104431212143
Binary1000111011101010010010110101000010100100110010101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,110,164); }

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

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

 a { background-color: rgb(17,110,164); }

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

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

 span { border-color: rgb(17,110,164); }

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