#115471

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

Shades of Orient #115471

Tints of Orient #115471

Color information

#115471 (or 0x115471) is unknown color: approx Orient. HEX triplet: 11, 54 and 71. RGB value is (17,84,113). Sum of RGB (Red+Green+Blue) = 17+84+113=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #115471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115471 is #EEAB8E. Grayscale: #434343. Windows color (decimal): -15641487 or 7427089. OLE color: 7427089.

HSL color Cylindrical-coordinate representation of color #115471: hue angle of 198.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115471 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1784113-
CMYK0.850.2600.56
HSL198.12º73.85%25.49%-
HSV(B)198.12º84.96%44.31%-
XYZ6.387.6516.76-
YUV67.27153.892.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=7.94%
G=39.25%
B=52.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17841130.850.2600.56198.1273.8525.49
Hex115471551A038c64a19
Octal211241611253207030611231
Binary1000110101001110001101010111010011100011000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115471; }

 p { color: rgb(17,84,113); }

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

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

 a { background-color: rgb(17,84,113); }

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

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

 span { border-color: rgb(17,84,113); }

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