#115975

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

Shades of Orient #115975

Tints of Orient #115975

Color information

#115975 (or 0x115975) is unknown color: approx Orient. HEX triplet: 11, 59 and 75. RGB value is (17,89,117). Sum of RGB (Red+Green+Blue) = 17+89+117=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #115975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115975 is #EEA68A. Grayscale: #464646. Windows color (decimal): -15640203 or 7690513. OLE color: 7690513.

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

Color convert

RGB1789117-
CMYK0.850.2400.54
HSL196.8º74.63%26.27%-
HSV(B)196.8º85.47%45.88%-
XYZ7.018.5518.11-
YUV70.66154.1589.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=7.62%
G=39.91%
B=52.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17891170.850.2400.54196.874.6326.27
Hex1159755518036c54b1a
Octal211311651253006630511332
Binary1000110110011110101101010111000011011011000101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115975; }

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

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

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

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

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

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

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

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