#115974

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

Shades of Orient #115974

Tints of Orient #115974

Color information

#115974 (or 0x115974) is unknown color: approx Orient. HEX triplet: 11, 59 and 74. RGB value is (17,89,116). Sum of RGB (Red+Green+Blue) = 17+89+116=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #115974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115974 is #EEA68B. Grayscale: #464646. Windows color (decimal): -15640204 or 7624977. OLE color: 7624977.

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

Color convert

RGB1789116-
CMYK0.850.2300.55
HSL196.36º74.44%26.08%-
HSV(B)196.36º85.34%45.49%-
XYZ6.968.5217.8-
YUV70.55153.6589.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=7.66%
G=40.09%
B=52.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17891160.850.2300.55196.3674.4426.08
Hex1159745517037c44a1a
Octal211311641252706730411232
Binary1000110110011110100101010110111011011111000100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115974; }

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

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

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

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

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

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

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

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