#116D9B

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

Shades of Cerulean #116D9B

Tints of Cerulean #116D9B

Color information

#116D9B (or 0x116D9B) is unknown color: approx Cerulean. HEX triplet: 11, 6D and 9B. RGB value is (17,109,155). Sum of RGB (Red+Green+Blue) = 17+109+155=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #116D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116D9B is #EE9264. Grayscale: #565656. Windows color (decimal): -15635045 or 10186001. OLE color: 10186001.

HSL color Cylindrical-coordinate representation of color #116D9B: hue angle of 200º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116D9B is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB17109155-
CMYK0.890.3000.39
HSL200º80.23%33.73%-
HSV(B)200º89.03%60.78%-
XYZ11.6213.4232.99-
YUV86.74166.5278.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.05%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=6.05%
G=38.79%
B=55.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal171091550.890.3000.3920080.2333.73
Hex116D9B591E027c85022
Octal211552331313604731012042
Binary100011101101100110111011001111100100111110010001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,109,155); }

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

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

 a { background-color: rgb(17,109,155); }

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

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

 span { border-color: rgb(17,109,155); }

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