Html Css Color HEX #116997 Cerulean

📋 copy color: '#116997'

red 17 ◦ green 105 ◦ blue 151

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

Shades of Cerulean #116997

Tints of Cerulean #116997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 6.23%
G = 38.46%
B = 55.31%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#116997 (or 0x116997) is known color: Cerulean. HEX triplet: 11, 69 and 97. RGB value is (17,105,151). Sum of RGB (Red+Green+Blue) = 17+105+151=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #116997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116997 is #EE9668. Grayscale: #535353. Windows color (decimal): -15636073 or 9922833. OLE color: 9922833.

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

Color convert

RGB 17 105 151 -
CMYK 0.89 0.30 0 0.41
HSL 200.6º 0.8% 0.33% -
HSV(B) 200.6º 0.89% 0.59% -
XYZ 10.87 12.46 31.11 -
YUV 83.93 165.85 80.26 -
System Red Green Blue C M Y K H S L
Decimal 17 105 151 0.89 0.30 0 0.41 200.6 0.8 0.33
Hex 11 69 97 59 1E 0 29 C9 50 21
Octal 21 151 227 131 36 0 51 311 120 41
Binary 10001 1101001 10010111 1011001 11110 0 101001 11001001 1010000 100001

Color Harmonies of #116997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116997

Black with #116997

Text Example


Text Example

White with #116997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116997; }

 p { color: rgb(17,105,151); }

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

background-color css

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

 a { background-color: rgb(17,105,151); }

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

border-color css

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

 span { border-color: rgb(17,105,151); }

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