#117BA5

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

Shades of Cerulean #117BA5

Tints of Cerulean #117BA5

Color information

#117BA5 (or 0x117BA5) is unknown color: approx Cerulean. HEX triplet: 11, 7B and A5. RGB value is (17,123,165). Sum of RGB (Red+Green+Blue) = 17+123+165=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #117BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BA5 is #EE845A. Grayscale: #5F5F5F. Windows color (decimal): -15631451 or 10844945. OLE color: 10844945.

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

Color convert

RGB17123165-
CMYK0.900.2500.35
HSL197.03º81.32%35.69%-
HSV(B)197.03º89.7%64.71%-
XYZ14.111738.14-
YUV96.09166.8871.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.57%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 165 (64.84% from 255) = 54.10%
R=5.57%
G=40.33%
B=54.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal171231650.900.2500.35197.0381.3235.69
Hex117BA55A19023c55124
Octal211732451323104330512144
Binary100011111011101001011011010110010100011110001011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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