#115879

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

Shades of Orient #115879

Tints of Orient #115879

Color information

#115879 (or 0x115879) is unknown color: approx Orient. HEX triplet: 11, 58 and 79. RGB value is (17,88,121). Sum of RGB (Red+Green+Blue) = 17+88+121=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #115879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115879 is #EEA786. Grayscale: #464646. Windows color (decimal): -15640455 or 7952401. OLE color: 7952401.

HSL color Cylindrical-coordinate representation of color #115879: hue angle of 199.04º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115879 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1788121-
CMYK0.860.2700.53
HSL199.04º75.36%27.06%-
HSV(B)199.04º85.95%47.45%-
XYZ7.178.4819.35-
YUV70.53156.4889.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=7.52%
G=38.94%
B=53.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17881210.860.2700.53199.0475.3627.06
Hex115879561B035c74b1b
Octal211301711263306530711333
Binary1000110110001111001101011011011011010111000111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115879; }

 p { color: rgb(17,88,121); }

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

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

 a { background-color: rgb(17,88,121); }

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

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

 span { border-color: rgb(17,88,121); }

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