Html Css Color HEX #116CAA Cerulean

📋 copy color: '#116CAA'

red 17 ◦ green 108 ◦ blue 170

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

Shades of Cerulean #116CAA

Tints of Cerulean #116CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.61%

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

R = 5.76%
G = 36.61%
B = 57.63%

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

#116CAA (or 0x116CAA) is known color: Cerulean. HEX triplet: 11, 6C and AA. RGB value is (17,108,170). Sum of RGB (Red+Green+Blue) = 17+108+170=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #116CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116CAA is #EE9355. Grayscale: #575757. Windows color (decimal): -15635286 or 11168785. OLE color: 11168785.

HSL color Cylindrical-coordinate representation of color #116CAA: hue angle of 204.31º 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 #116CAA is Cyan = 0.9, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 108 170 -
CMYK 0.9 0.36 0 0.33
HSL 204.31º 0.82% 0.37% -
HSV(B) 204.31º 0.9% 0.67% -
XYZ 12.85 13.75 40.01 -
YUV 87.86 174.35 77.46 -
System Red Green Blue C M Y K H S L
Decimal 17 108 170 0.9 0.36 0 0.33 204.31 0.82 0.37
Hex 11 6C AA 5A 24 0 21 CC 52 25
Octal 21 154 252 132 44 0 41 314 122 45
Binary 10001 1101100 10101010 1011010 100100 0 100001 11001100 1010010 100101

Color Harmonies of #116CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116CAA

Black with #116CAA

Text Example


Text Example

White with #116CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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