Html Css Color HEX #116899 Cerulean

📋 copy color: '#116899'

red 17 ◦ green 104 ◦ blue 153

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

Shades of Cerulean #116899

Tints of Cerulean #116899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.96%

 BLUE value IS 153 (60.16% from 255) = 55.84%

R = 6.2%
G = 37.96%
B = 55.84%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#116899 (or 0x116899) is known color: Cerulean. HEX triplet: 11, 68 and 99. RGB value is (17,104,153). Sum of RGB (Red+Green+Blue) = 17+104+153=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #116899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116899 is #EE9766. Grayscale: #535353. Windows color (decimal): -15636327 or 10053649. OLE color: 10053649.

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

Color convert

RGB 17 104 153 -
CMYK 0.89 0.32 0 0.4
HSL 201.62º 0.8% 0.33% -
HSV(B) 201.62º 0.89% 0.6% -
XYZ 10.93 12.32 31.94 -
YUV 83.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 17 104 153 0.89 0.32 0 0.4 201.62 0.8 0.33
Hex 11 68 99 59 20 0 28 CA 50 21
Octal 21 150 231 131 40 0 50 312 120 41
Binary 10001 1101000 10011001 1011001 100000 0 101000 11001010 1010000 100001

Color Harmonies of #116899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116899

Black with #116899

Text Example


Text Example

White with #116899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116899; }

 p { color: rgb(17,104,153); }

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

background-color css

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

 a { background-color: rgb(17,104,153); }

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

border-color css

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

 span { border-color: rgb(17,104,153); }

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