Html Css Color HEX #116A99 Cerulean

📋 copy color: '#116A99'

red 17 ◦ green 106 ◦ blue 153

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

Shades of Cerulean #116A99

Tints of Cerulean #116A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

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

R = 6.16%
G = 38.41%
B = 55.43%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#116A99 (or 0x116A99) is known color: Cerulean. HEX triplet: 11, 6A and 99. RGB value is (17,106,153). Sum of RGB (Red+Green+Blue) = 17+106+153=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #116A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116A99 is #EE9566. Grayscale: #545454. Windows color (decimal): -15635815 or 10054161. OLE color: 10054161.

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

Color convert

RGB 17 106 153 -
CMYK 0.89 0.31 0 0.4
HSL 200.74º 0.8% 0.33% -
HSV(B) 200.74º 0.89% 0.6% -
XYZ 11.13 12.73 32.01 -
YUV 84.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 17 106 153 0.89 0.31 0 0.4 200.74 0.8 0.33
Hex 11 6A 99 59 1F 0 28 C9 50 21
Octal 21 152 231 131 37 0 50 311 120 41
Binary 10001 1101010 10011001 1011001 11111 0 101000 11001001 1010000 100001

Color Harmonies of #116A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A99

Black with #116A99

Text Example


Text Example

White with #116A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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