#115775

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

Shades of Orient #115775

Tints of Orient #115775

Color information

#115775 (or 0x115775) is unknown color: approx Orient. HEX triplet: 11, 57 and 75. RGB value is (17,87,117). Sum of RGB (Red+Green+Blue) = 17+87+117=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #115775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115775 is #EEA88A. Grayscale: #454545. Windows color (decimal): -15640715 or 7690001. OLE color: 7690001.

HSL color Cylindrical-coordinate representation of color #115775: hue angle of 198º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115775 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1787117-
CMYK0.850.2600.54
HSL198º74.63%26.27%-
HSV(B)198º85.47%45.88%-
XYZ6.858.2218.06-
YUV69.49154.8190.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=7.69%
G=39.37%
B=52.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17871170.850.2600.5419874.6326.27
Hex115775551A036c64b1a
Octal211271651253206630611332
Binary1000110101111110101101010111010011011011000110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115775; }

 p { color: rgb(17,87,117); }

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

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

 a { background-color: rgb(17,87,117); }

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

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

 span { border-color: rgb(17,87,117); }

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