#105879

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

Shades of Orient #105879

Tints of Orient #105879

Color information

#105879 (or 0x105879) is unknown color: approx Orient. HEX triplet: 10, 58 and 79. RGB value is (16,88,121). Sum of RGB (Red+Green+Blue) = 16+88+121=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #105879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105879 is #EFA786. Grayscale: #464646. Windows color (decimal): -15705991 or 7952400. OLE color: 7952400.

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

Color convert

RGB1688121-
CMYK0.870.2700.53
HSL198.86º76.64%26.86%-
HSV(B)198.86º86.78%47.45%-
XYZ7.158.4719.35-
YUV70.23156.6589.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=7.11%
G=39.11%
B=53.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16881210.870.2700.53198.8676.6426.86
Hex105879571B035c74d1b
Octal201301711273306530711533
Binary1000010110001111001101011111011011010111000111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105879; }

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

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

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

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

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

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

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

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