Html Css Color HEX #116B98 Cerulean

📋 copy color: '#116B98'

red 17 ◦ green 107 ◦ blue 152

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

Shades of Cerulean #116B98

Tints of Cerulean #116B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.07%

R = 6.16%
G = 38.77%
B = 55.07%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#116B98 (or 0x116B98) is known color: Cerulean. HEX triplet: 11, 6B and 98. RGB value is (17,107,152). Sum of RGB (Red+Green+Blue) = 17+107+152=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #116B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116B98 is #EE9467. Grayscale: #545454. Windows color (decimal): -15635560 or 9988881. OLE color: 9988881.

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

Color convert

RGB 17 107 152 -
CMYK 0.89 0.30 0 0.40
HSL 200º 0.8% 0.33% -
HSV(B) 200º 0.89% 0.6% -
XYZ 11.16 12.9 31.61 -
YUV 85.22 165.68 79.34 -
System Red Green Blue C M Y K H S L
Decimal 17 107 152 0.89 0.30 0 0.40 200 0.8 0.33
Hex 11 6B 98 59 1E 0 28 C8 50 21
Octal 21 153 230 131 36 0 50 310 120 41
Binary 10001 1101011 10011000 1011001 11110 0 101000 11001000 1010000 100001

Color Harmonies of #116B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B98

Black with #116B98

Text Example


Text Example

White with #116B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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