Html Css Color HEX #116998 Cerulean

📋 copy color: '#116998'

red 17 ◦ green 105 ◦ blue 152

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

Shades of Cerulean #116998

Tints of Cerulean #116998

RGB

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

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

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

R = 6.2%
G = 38.32%
B = 55.47%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#116998 (or 0x116998) is known color: Cerulean. HEX triplet: 11, 69 and 98. RGB value is (17,105,152). Sum of RGB (Red+Green+Blue) = 17+105+152=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #116998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116998 is #EE9667. Grayscale: #535353. Windows color (decimal): -15636072 or 9988369. OLE color: 9988369.

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

Color convert

RGB 17 105 152 -
CMYK 0.89 0.31 0 0.40
HSL 200.89º 0.8% 0.33% -
HSV(B) 200.89º 0.89% 0.6% -
XYZ 10.95 12.49 31.54 -
YUV 84.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 17 105 152 0.89 0.31 0 0.40 200.89 0.8 0.33
Hex 11 69 98 59 1F 0 28 C9 50 21
Octal 21 151 230 131 37 0 50 311 120 41
Binary 10001 1101001 10011000 1011001 11111 0 101000 11001001 1010000 100001

Color Harmonies of #116998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116998

Black with #116998

Text Example


Text Example

White with #116998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116998; }

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

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

background-color css

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

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

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

border-color css

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

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

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