#116aa3

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

Shades of Cerulean #116AA3

Tints of Cerulean #116AA3

Color information

#116AA3 (or 0x116AA3) is unknown color: approx Cerulean. HEX triplet: 11, 6A and A3. RGB value is (17,106,163). Sum of RGB (Red+Green+Blue) = 17+106+163=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 163 (64.06% from 255 or 56.99% from 286); Max value from RGB is 163 - color contains mainly: blue. Hex color #116AA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116AA3 is #EE955C. Grayscale: #555555. Windows color (decimal): -15635805 or 10709521. OLE color: 10709521.

HSL color Cylindrical-coordinate representation of color #116AA3: hue angle of 203.42º 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 #116AA3 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB17106163-
CMYK0.900.3500.36
HSL203.42º81.11%35.29%-
HSV(B)203.42º89.57%63.92%-
XYZ1213.0736.54-
YUV85.89171.5178.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.94%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 163 (64.06% from 255) = 56.99%
R=5.94%
G=37.06%
B=56.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal171061630.900.3500.36203.4281.1135.29
Hex116AA35A23024cb5123
Octal211522431324304431312143
Binary1000111010101010001110110101000110100100110010111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116aa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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