Html Css Color HEX #116B9E Cerulean

📋 copy color: '#116B9E'

red 17 ◦ green 107 ◦ blue 158

#116B9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #116B9E

Tints of Cerulean #116B9E

RGB

 RED value IS 17 (7.03% from 255) = 6.03%

 GREEN value IS 107 (42.19% from 255) = 37.94%

 BLUE value IS 158 (62.11% from 255) = 56.03%

R = 6.03%
G = 37.94%
B = 56.03%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#116B9E (or 0x116B9E) is known color: Cerulean. HEX triplet: 11, 6B and 9E. RGB value is (17,107,158). Sum of RGB (Red+Green+Blue) = 17+107+158=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #116B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116B9E is #EE9461. Grayscale: #555555. Windows color (decimal): -15635554 or 10382097. OLE color: 10382097.

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

Color convert

RGB 17 107 158 -
CMYK 0.89 0.32 0 0.38
HSL 201.7º 0.81% 0.34% -
HSV(B) 201.7º 0.89% 0.62% -
XYZ 11.66 13.1 34.26 -
YUV 85.9 168.68 78.85 -
System Red Green Blue C M Y K H S L
Decimal 17 107 158 0.89 0.32 0 0.38 201.7 0.81 0.34
Hex 11 6B 9E 59 20 0 26 CA 51 22
Octal 21 153 236 131 40 0 46 312 121 42
Binary 10001 1101011 10011110 1011001 100000 0 100110 11001010 1010001 100010

Color Harmonies of #116B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B9E

Black with #116B9E

Text Example


Text Example

White with #116B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,107,158); }

 H1.HeaderClassName
 {
   color: #116B9E;
 }
 .AnyTagClassName
 {
   color: #116B9E;
 }
</style>

background-color css

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

 a { background-color: rgb(17,107,158); }

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

border-color css

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

 span { border-color: rgb(17,107,158); }

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