#115679

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

Shades of Orient #115679

Tints of Orient #115679

Color information

#115679 (or 0x115679) is unknown color: approx Orient. HEX triplet: 11, 56 and 79. RGB value is (17,86,121). Sum of RGB (Red+Green+Blue) = 17+86+121=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #115679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115679 is #EEA986. Grayscale: #454545. Windows color (decimal): -15640967 or 7951889. OLE color: 7951889.

HSL color Cylindrical-coordinate representation of color #115679: hue angle of 200.19º 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 #115679 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1786121-
CMYK0.860.2900.53
HSL200.19º75.36%27.06%-
HSV(B)200.19º85.95%47.45%-
XYZ7.018.1619.29-
YUV69.36157.1490.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=7.59%
G=38.39%
B=54.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17861210.860.2900.53200.1975.3627.06
Hex115679561D035c84b1b
Octal211261711263506531011333
Binary1000110101101111001101011011101011010111001000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115679; }

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

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

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

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

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

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

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

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