#117ABE

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

Shades of Denim #117ABE

Tints of Denim #117ABE

Color information

#117ABE (or 0x117ABE) is unknown color: approx Denim. HEX triplet: 11, 7A and BE. RGB value is (17,122,190). Sum of RGB (Red+Green+Blue) = 17+122+190=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #117ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ABE is #EE8541. Grayscale: #616161. Windows color (decimal): -15631682 or 12483089. OLE color: 12483089.

HSL color Cylindrical-coordinate representation of color #117ABE: hue angle of 203.58º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117ABE is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17122190-
CMYK0.910.3600.25
HSL203.58º83.57%40.59%-
HSV(B)203.58º91.05%74.51%-
XYZ16.4817.7651.27-
YUV98.36179.7169.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.17%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 190 (74.61% from 255) = 57.75%
R=5.17%
G=37.08%
B=57.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171221900.910.3600.25203.5883.5740.59
Hex117ABE5B24019cc5429
Octal211722761334403131412451
Binary100011111010101111101011011100100011001110011001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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