#105979

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

Shades of Orient #105979

Tints of Orient #105979

Color information

#105979 (or 0x105979) is unknown color: approx Orient. HEX triplet: 10, 59 and 79. RGB value is (16,89,121). Sum of RGB (Red+Green+Blue) = 16+89+121=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 89 (35.16% from 255 or 39.38% 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 #105979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105979 is #EFA686. Grayscale: #464646. Windows color (decimal): -15705735 or 7952656. OLE color: 7952656.

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

Color convert

RGB1689121-
CMYK0.870.2600.53
HSL198.29º76.64%26.86%-
HSV(B)198.29º86.78%47.45%-
XYZ7.248.6419.37-
YUV70.82156.3288.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.08%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=7.08%
G=39.38%
B=53.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16891210.870.2600.53198.2976.6426.86
Hex105979571A035c64d1b
Octal201311711273206530611533
Binary1000010110011111001101011111010011010111000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105979; }

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

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

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

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

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

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

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

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