Html Css Color HEX #116B9B Cerulean

📋 copy color: '#116B9B'

red 17 ◦ green 107 ◦ blue 155

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

Shades of Cerulean #116B9B

Tints of Cerulean #116B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 6.09%
G = 38.35%
B = 55.56%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#116B9B (or 0x116B9B) is known color: Cerulean. HEX triplet: 11, 6B and 9B. RGB value is (17,107,155). Sum of RGB (Red+Green+Blue) = 17+107+155=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #116B9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116B9B is #EE9464. Grayscale: #555555. Windows color (decimal): -15635557 or 10185489. OLE color: 10185489.

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

Color convert

RGB 17 107 155 -
CMYK 0.89 0.31 0 0.39
HSL 200.87º 0.8% 0.34% -
HSV(B) 200.87º 0.89% 0.61% -
XYZ 11.41 13 32.92 -
YUV 85.56 167.18 79.1 -
System Red Green Blue C M Y K H S L
Decimal 17 107 155 0.89 0.31 0 0.39 200.87 0.8 0.34
Hex 11 6B 9B 59 1F 0 27 C9 50 22
Octal 21 153 233 131 37 0 47 311 120 42
Binary 10001 1101011 10011011 1011001 11111 0 100111 11001001 1010000 100010

Color Harmonies of #116B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B9B

Black with #116B9B

Text Example


Text Example

White with #116B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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