Html Css Color HEX #116A9F Cerulean

📋 copy color: '#116A9F'

red 17 ◦ green 106 ◦ blue 159

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

Shades of Cerulean #116A9F

Tints of Cerulean #116A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.38%

R = 6.03%
G = 37.59%
B = 56.38%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#116A9F (or 0x116A9F) is known color: Cerulean. HEX triplet: 11, 6A and 9F. RGB value is (17,106,159). Sum of RGB (Red+Green+Blue) = 17+106+159=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #116A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116A9F is #EE9560. Grayscale: #555555. Windows color (decimal): -15635809 or 10447377. OLE color: 10447377.

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

Color convert

RGB 17 106 159 -
CMYK 0.89 0.33 0 0.38
HSL 202.39º 0.81% 0.35% -
HSV(B) 202.39º 0.89% 0.62% -
XYZ 11.64 12.93 34.68 -
YUV 85.43 169.51 79.19 -
System Red Green Blue C M Y K H S L
Decimal 17 106 159 0.89 0.33 0 0.38 202.39 0.81 0.35
Hex 11 6A 9F 59 21 0 26 CA 51 23
Octal 21 152 237 131 41 0 46 312 121 43
Binary 10001 1101010 10011111 1011001 100001 0 100110 11001010 1010001 100011

Color Harmonies of #116A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A9F

Black with #116A9F

Text Example


Text Example

White with #116A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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