Html Css Color HEX #116D9E Cerulean

📋 copy color: '#116D9E'

red 17 ◦ green 109 ◦ blue 158

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

Shades of Cerulean #116D9E

Tints of Cerulean #116D9E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.38%

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

R = 5.99%
G = 38.38%
B = 55.63%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#116D9E (or 0x116D9E) is known color: Cerulean. HEX triplet: 11, 6D and 9E. RGB value is (17,109,158). Sum of RGB (Red+Green+Blue) = 17+109+158=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #116D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116D9E is #EE9261. Grayscale: #565656. Windows color (decimal): -15635042 or 10382609. OLE color: 10382609.

HSL color Cylindrical-coordinate representation of color #116D9E: hue angle of 200.85º 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 #116D9E is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 109 158 -
CMYK 0.89 0.31 0 0.38
HSL 200.85º 0.81% 0.34% -
HSV(B) 200.85º 0.89% 0.62% -
XYZ 11.87 13.53 34.33 -
YUV 87.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 17 109 158 0.89 0.31 0 0.38 200.85 0.81 0.34
Hex 11 6D 9E 59 1F 0 26 C9 51 22
Octal 21 155 236 131 37 0 46 311 121 42
Binary 10001 1101101 10011110 1011001 11111 0 100110 11001001 1010001 100010

Color Harmonies of #116D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116D9E

Black with #116D9E

Text Example


Text Example

White with #116D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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