Html Css Color HEX #116A9D Cerulean

📋 copy color: '#116A9D'

red 17 ◦ green 106 ◦ blue 157

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

Shades of Cerulean #116A9D

Tints of Cerulean #116A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.07%

R = 6.07%
G = 37.86%
B = 56.07%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#116A9D (or 0x116A9D) is known color: Cerulean. HEX triplet: 11, 6A and 9D. RGB value is (17,106,157). Sum of RGB (Red+Green+Blue) = 17+106+157=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #116A9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116A9D is #EE9562. Grayscale: #545454. Windows color (decimal): -15635811 or 10316305. OLE color: 10316305.

HSL color Cylindrical-coordinate representation of color #116A9D: hue angle of 201.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116A9D is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 106 157 -
CMYK 0.89 0.32 0 0.38
HSL 201.86º 0.8% 0.34% -
HSV(B) 201.86º 0.89% 0.62% -
XYZ 11.47 12.86 33.78 -
YUV 85.2 168.51 79.35 -
System Red Green Blue C M Y K H S L
Decimal 17 106 157 0.89 0.32 0 0.38 201.86 0.8 0.34
Hex 11 6A 9D 59 20 0 26 CA 50 22
Octal 21 152 235 131 40 0 46 312 120 42
Binary 10001 1101010 10011101 1011001 100000 0 100110 11001010 1010000 100010

Color Harmonies of #116A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A9D

Black with #116A9D

Text Example


Text Example

White with #116A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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