#115976

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

Shades of Orient #115976

Tints of Orient #115976

Color information

#115976 (or 0x115976) is unknown color: approx Orient. HEX triplet: 11, 59 and 76. RGB value is (17,89,118). Sum of RGB (Red+Green+Blue) = 17+89+118=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #115976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115976 is #EEA689. Grayscale: #464646. Windows color (decimal): -15640202 or 7756049. OLE color: 7756049.

HSL color Cylindrical-coordinate representation of color #115976: hue angle of 197.23º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115976 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1789118-
CMYK0.860.2500.54
HSL197.23º74.81%26.47%-
HSV(B)197.23º85.59%46.27%-
XYZ7.078.5718.42-
YUV70.78154.6589.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=7.59%
G=39.73%
B=52.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17891180.860.2500.54197.2374.8126.47
Hex1159765619036c54b1a
Octal211311661263106630511332
Binary1000110110011110110101011011001011011011000101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115976; }

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

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

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

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

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

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

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

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