Html Css Color HEX #116DAA Cerulean

📋 copy color: '#116DAA'

red 17 ◦ green 109 ◦ blue 170

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

Shades of Cerulean #116DAA

Tints of Cerulean #116DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 5.74%
G = 36.82%
B = 57.43%

CMYK

 C value IS 0.9

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#116DAA (or 0x116DAA) is known color: Cerulean. HEX triplet: 11, 6D and AA. RGB value is (17,109,170). Sum of RGB (Red+Green+Blue) = 17+109+170=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #116DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DAA is #EE9255. Grayscale: #585858. Windows color (decimal): -15635030 or 11169041. OLE color: 11169041.

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

Color convert

RGB 17 109 170 -
CMYK 0.9 0.36 0 0.33
HSL 203.92º 0.82% 0.37% -
HSV(B) 203.92º 0.9% 0.67% -
XYZ 12.96 13.96 40.04 -
YUV 88.45 174.02 77.04 -
System Red Green Blue C M Y K H S L
Decimal 17 109 170 0.9 0.36 0 0.33 203.92 0.82 0.37
Hex 11 6D AA 5A 24 0 21 CC 52 25
Octal 21 155 252 132 44 0 41 314 122 45
Binary 10001 1101101 10101010 1011010 100100 0 100001 11001100 1010010 100101

Color Harmonies of #116DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DAA

Black with #116DAA

Text Example


Text Example

White with #116DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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