Html Css Color HEX #116DA1 Cerulean

📋 copy color: '#116DA1'

red 17 ◦ green 109 ◦ blue 161

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

Shades of Cerulean #116DA1

Tints of Cerulean #116DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 56.1%

R = 5.92%
G = 37.98%
B = 56.1%

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

#116DA1 (or 0x116DA1) is known color: Cerulean. HEX triplet: 11, 6D and A1. RGB value is (17,109,161). Sum of RGB (Red+Green+Blue) = 17+109+161=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #116DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DA1 is #EE925E. Grayscale: #575757. Windows color (decimal): -15635039 or 10579217. OLE color: 10579217.

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

Color convert

RGB 17 109 161 -
CMYK 0.89 0.32 0 0.37
HSL 201.67º 0.81% 0.35% -
HSV(B) 201.67º 0.89% 0.63% -
XYZ 12.13 13.63 35.71 -
YUV 87.42 169.52 77.77 -
System Red Green Blue C M Y K H S L
Decimal 17 109 161 0.89 0.32 0 0.37 201.67 0.81 0.35
Hex 11 6D A1 59 20 0 25 CA 51 23
Octal 21 155 241 131 40 0 45 312 121 43
Binary 10001 1101101 10100001 1011001 100000 0 100101 11001010 1010001 100011

Color Harmonies of #116DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DA1

Black with #116DA1

Text Example


Text Example

White with #116DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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