#115971

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

Shades of Orient #115971

Tints of Orient #115971

Color information

#115971 (or 0x115971) is unknown color: approx Orient. HEX triplet: 11, 59 and 71. RGB value is (17,89,113). Sum of RGB (Red+Green+Blue) = 17+89+113=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #115971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115971 is #EEA68E. Grayscale: #464646. Windows color (decimal): -15640207 or 7428369. OLE color: 7428369.

HSL color Cylindrical-coordinate representation of color #115971: hue angle of 195º 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 #115971 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1789113-
CMYK0.850.2100.56
HSL195º73.85%25.49%-
HSV(B)195º84.96%44.31%-
XYZ6.788.4616.9-
YUV70.21152.1590.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=7.76%
G=40.64%
B=51.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17891130.850.2100.5619573.8525.49
Hex1159715515038c34a19
Octal211311611252507030311231
Binary1000110110011110001101010110101011100011000011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115971; }

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

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

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

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

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

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

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

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