#115675

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

Shades of Orient #115675

Tints of Orient #115675

Color information

#115675 (or 0x115675) is unknown color: approx Orient. HEX triplet: 11, 56 and 75. RGB value is (17,86,117). Sum of RGB (Red+Green+Blue) = 17+86+117=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #115675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115675 is #EEA98A. Grayscale: #444444. Windows color (decimal): -15640971 or 7689745. OLE color: 7689745.

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

Color convert

RGB1786117-
CMYK0.850.2600.54
HSL198.6º74.63%26.27%-
HSV(B)198.6º85.47%45.88%-
XYZ6.778.0618.03-
YUV68.9155.1490.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=7.73%
G=39.09%
B=53.18%

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
Decimal17861170.850.2600.54198.674.6326.27
Hex115675551A036c74b1a
Octal211261651253206630711332
Binary1000110101101110101101010111010011011011000111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115675; }

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

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

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

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

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

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

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

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