Html Css Color HEX #116B9F Cerulean

📋 copy color: '#116B9F'

red 17 ◦ green 107 ◦ blue 159

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

Shades of Cerulean #116B9F

Tints of Cerulean #116B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.18%

R = 6.01%
G = 37.81%
B = 56.18%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#116B9F (or 0x116B9F) is known color: Cerulean. HEX triplet: 11, 6B and 9F. RGB value is (17,107,159). Sum of RGB (Red+Green+Blue) = 17+107+159=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #116B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116B9F is #EE9460. Grayscale: #555555. Windows color (decimal): -15635553 or 10447633. OLE color: 10447633.

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

Color convert

RGB 17 107 159 -
CMYK 0.89 0.33 0 0.38
HSL 201.97º 0.81% 0.35% -
HSV(B) 201.97º 0.89% 0.62% -
XYZ 11.75 13.14 34.72 -
YUV 86.02 169.18 78.77 -
System Red Green Blue C M Y K H S L
Decimal 17 107 159 0.89 0.33 0 0.38 201.97 0.81 0.35
Hex 11 6B 9F 59 21 0 26 CA 51 23
Octal 21 153 237 131 41 0 46 312 121 43
Binary 10001 1101011 10011111 1011001 100001 0 100110 11001010 1010001 100011

Color Harmonies of #116B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B9F

Black with #116B9F

Text Example


Text Example

White with #116B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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