Html Css Color HEX #116F98 Cerulean

📋 copy color: '#116F98'

red 17 ◦ green 111 ◦ blue 152

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

Shades of Cerulean #116F98

Tints of Cerulean #116F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

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

R = 6.07%
G = 39.64%
B = 54.29%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#116F98 (or 0x116F98) is known color: Cerulean. HEX triplet: 11, 6F and 98. RGB value is (17,111,152). Sum of RGB (Red+Green+Blue) = 17+111+152=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #116F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F98 is #EE9067. Grayscale: #575757. Windows color (decimal): -15634536 or 9989905. OLE color: 9989905.

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

Color convert

RGB 17 111 152 -
CMYK 0.89 0.27 0 0.40
HSL 198.22º 0.8% 0.33% -
HSV(B) 198.22º 0.89% 0.6% -
XYZ 11.58 13.76 31.75 -
YUV 87.57 164.36 77.67 -
System Red Green Blue C M Y K H S L
Decimal 17 111 152 0.89 0.27 0 0.40 198.22 0.8 0.33
Hex 11 6F 98 59 1B 0 28 C6 50 21
Octal 21 157 230 131 33 0 50 306 120 41
Binary 10001 1101111 10011000 1011001 11011 0 101000 11000110 1010000 100001

Color Harmonies of #116F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F98

Black with #116F98

Text Example


Text Example

White with #116F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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