Html Css Color HEX #116DA0 Cerulean

📋 copy color: '#116DA0'

red 17 ◦ green 109 ◦ blue 160

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

Shades of Cerulean #116DA0

Tints of Cerulean #116DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.11%

 BLUE value IS 160 (62.89% from 255) = 55.94%

R = 5.94%
G = 38.11%
B = 55.94%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#116DA0 (or 0x116DA0) is known color: Cerulean. HEX triplet: 11, 6D and A0. RGB value is (17,109,160). Sum of RGB (Red+Green+Blue) = 17+109+160=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 160 (62.89% from 255 or 55.94% from 286); Max value from RGB is 160 - color contains mainly: blue. Hex color #116DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DA0 is #EE925F. Grayscale: #575757. Windows color (decimal): -15635040 or 10513681. OLE color: 10513681.

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

Color convert

RGB 17 109 160 -
CMYK 0.89 0.32 0 0.37
HSL 201.4º 0.81% 0.35% -
HSV(B) 201.4º 0.89% 0.63% -
XYZ 12.04 13.59 35.25 -
YUV 87.31 169.02 77.85 -
System Red Green Blue C M Y K H S L
Decimal 17 109 160 0.89 0.32 0 0.37 201.4 0.81 0.35
Hex 11 6D A0 59 20 0 25 C9 51 23
Octal 21 155 240 131 40 0 45 311 121 43
Binary 10001 1101101 10100000 1011001 100000 0 100101 11001001 1010001 100011

Color Harmonies of #116DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DA0

Black with #116DA0

Text Example


Text Example

White with #116DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,109,160); }

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

background-color css

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

 a { background-color: rgb(17,109,160); }

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

border-color css

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

 span { border-color: rgb(17,109,160); }

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