#117AA5

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

Shades of Cerulean #117AA5

Tints of Cerulean #117AA5

Color information

#117AA5 (or 0x117AA5) is unknown color: approx Cerulean. HEX triplet: 11, 7A and A5. RGB value is (17,122,165). Sum of RGB (Red+Green+Blue) = 17+122+165=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #117AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117AA5 is #EE855A. Grayscale: #5F5F5F. Windows color (decimal): -15631707 or 10844689. OLE color: 10844689.

HSL color Cylindrical-coordinate representation of color #117AA5: hue angle of 197.43º 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 #117AA5 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB17122165-
CMYK0.900.2600.35
HSL197.43º81.32%35.69%-
HSV(B)197.43º89.7%64.71%-
XYZ13.9816.7538.09-
YUV95.51167.2172-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.59%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 165 (64.84% from 255) = 54.28%
R=5.59%
G=40.13%
B=54.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal171221650.900.2600.35197.4381.3235.69
Hex117AA55A1A023c55124
Octal211722451323204330512144
Binary100011111010101001011011010110100100011110001011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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