#116A9F

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

Shades of Cerulean #116A9F

Tints of Cerulean #116A9F

Color information

#116A9F (or 0x116A9F) is unknown color: approx Cerulean. HEX triplet: 11, 6A and 9F. RGB value is (17,106,159). Sum of RGB (Red+Green+Blue) = 17+106+159=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #116A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116A9F is #EE9560. Grayscale: #555555. Windows color (decimal): -15635809 or 10447377. OLE color: 10447377.

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

Color convert

RGB17106159-
CMYK0.890.3300.38
HSL202.39º80.68%34.51%-
HSV(B)202.39º89.31%62.35%-
XYZ11.6412.9334.68-
YUV85.43169.5179.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.03%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=6.03%
G=37.59%
B=56.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171061590.890.3300.38202.3980.6834.51
Hex116A9F5921026ca5123
Octal211522371314104631212143
Binary1000111010101001111110110011000010100110110010101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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