Html Css Color HEX #116DA6 Cerulean

📋 copy color: '#116DA6'

red 17 ◦ green 109 ◦ blue 166

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

Shades of Cerulean #116DA6

Tints of Cerulean #116DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 56.85%

R = 5.82%
G = 37.33%
B = 56.85%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#116DA6 (or 0x116DA6) is known color: Cerulean. HEX triplet: 11, 6D and A6. RGB value is (17,109,166). Sum of RGB (Red+Green+Blue) = 17+109+166=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 166 (65.23% from 255 or 56.85% from 292); Max value from RGB is 166 - color contains mainly: blue. Hex color #116DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DA6 is #EE9259. Grayscale: #575757. Windows color (decimal): -15635034 or 10906897. OLE color: 10906897.

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

Color convert

RGB 17 109 166 -
CMYK 0.90 0.34 0 0.35
HSL 202.95º 0.81% 0.36% -
HSV(B) 202.95º 0.9% 0.65% -
XYZ 12.58 13.81 38.08 -
YUV 87.99 172.02 77.37 -
System Red Green Blue C M Y K H S L
Decimal 17 109 166 0.90 0.34 0 0.35 202.95 0.81 0.36
Hex 11 6D A6 5A 22 0 23 CB 51 24
Octal 21 155 246 132 42 0 43 313 121 44
Binary 10001 1101101 10100110 1011010 100010 0 100011 11001011 1010001 100100

Color Harmonies of #116DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DA6

Black with #116DA6

Text Example


Text Example

White with #116DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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