Html Css Color HEX #116FA9 Cerulean

📋 copy color: '#116FA9'

red 17 ◦ green 111 ◦ blue 169

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

Shades of Cerulean #116FA9

Tints of Cerulean #116FA9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

 BLUE value IS 169 (66.41% from 255) = 56.9%

R = 5.72%
G = 37.37%
B = 56.9%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#116FA9 (or 0x116FA9) is known color: Cerulean. HEX triplet: 11, 6F and A9. RGB value is (17,111,169). Sum of RGB (Red+Green+Blue) = 17+111+169=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #116FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116FA9 is #EE9056. Grayscale: #595959. Windows color (decimal): -15634519 or 11104017. OLE color: 11104017.

HSL color Cylindrical-coordinate representation of color #116FA9: hue angle of 202.89º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116FA9 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 111 169 -
CMYK 0.90 0.34 0 0.34
HSL 202.89º 0.82% 0.36% -
HSV(B) 202.89º 0.9% 0.66% -
XYZ 13.08 14.35 39.62 -
YUV 89.51 172.86 76.28 -
System Red Green Blue C M Y K H S L
Decimal 17 111 169 0.90 0.34 0 0.34 202.89 0.82 0.36
Hex 11 6F A9 5A 22 0 22 CB 52 24
Octal 21 157 251 132 42 0 42 313 122 44
Binary 10001 1101111 10101001 1011010 100010 0 100010 11001011 1010010 100100

Color Harmonies of #116FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FA9

Black with #116FA9

Text Example


Text Example

White with #116FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,111,169); }

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

background-color css

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

 a { background-color: rgb(17,111,169); }

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

border-color css

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

 span { border-color: rgb(17,111,169); }

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