#115674

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

Shades of Orient #115674

Tints of Orient #115674

Color information

#115674 (or 0x115674) is unknown color: approx Orient. HEX triplet: 11, 56 and 74. RGB value is (17,86,116). Sum of RGB (Red+Green+Blue) = 17+86+116=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #115674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115674 is #EEA98B. Grayscale: #444444. Windows color (decimal): -15640972 or 7624209. OLE color: 7624209.

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

Color convert

RGB1786116-
CMYK0.850.2600.55
HSL198.18º74.44%26.08%-
HSV(B)198.18º85.34%45.49%-
XYZ6.718.0417.72-
YUV68.79154.6491.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 86 (33.98% from 255) = 39.27%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=7.76%
G=39.27%
B=52.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17861160.850.2600.55198.1874.4426.08
Hex115674551A037c64a1a
Octal211261641253206730611232
Binary1000110101101110100101010111010011011111000110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115674; }

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

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

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

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

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

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

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

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