#117AA1

Color #117AA1 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #117AA1

Tints of Cerulean #117AA1

Color information

#117AA1 (or 0x117AA1) is unknown color: approx Cerulean. HEX triplet: 11, 7A and A1. RGB value is (17,122,161). Sum of RGB (Red+Green+Blue) = 17+122+161=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 161 (63.28% from 255 or 53.67% from 300); Max value from RGB is 161 - color contains mainly: blue. Hex color #117AA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117AA1 is #EE855E. Grayscale: #5E5E5E. Windows color (decimal): -15631711 or 10582545. OLE color: 10582545.

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

Color convert

RGB17122161-
CMYK0.890.2400.37
HSL196.25º80.9%34.9%-
HSV(B)196.25º89.44%63.14%-
XYZ13.6216.6136.21-
YUV95.05165.2172.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.67%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 161 (63.28% from 255) = 53.67%
R=5.67%
G=40.67%
B=53.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal171221610.890.2400.37196.2580.934.9
Hex117AA15918025c45123
Octal211722411313004530412143
Binary100011111010101000011011001110000100101110001001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117AA1; }

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

 H1.HeaderClassName
 {
   color: #117AA1;
 }
 .AnyTagClassName
 {
   color: #117AA1;
 }
</style>
background-color css

<style>
 a { background-color: #117AA1; }

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

 div.DivClassName
 {
   background-color: #117AA1;
 }
 .BgClassName
 {
   background-color: #117AA1;
 }
</style>
border-color css

<style>
 span { border-color: #117AA1; }

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

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