#105776

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

Shades of Orient #105776

Tints of Orient #105776

Color information

#105776 (or 0x105776) is unknown color: approx Orient. HEX triplet: 10, 57 and 76. RGB value is (16,87,118). Sum of RGB (Red+Green+Blue) = 16+87+118=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #105776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105776 is #EFA889. Grayscale: #454545. Windows color (decimal): -15706250 or 7755536. OLE color: 7755536.

HSL color Cylindrical-coordinate representation of color #105776: hue angle of 198.24º degrees, saturation: 0.76, 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 #105776 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1687118-
CMYK0.860.2600.54
HSL198.24º76.12%26.27%-
HSV(B)198.24º86.44%46.27%-
XYZ6.898.2318.37-
YUV69.3155.4889.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=7.24%
G=39.37%
B=53.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16871180.860.2600.54198.2476.1226.27
Hex105776561A036c64c1a
Octal201271661263206630611432
Binary1000010101111110110101011011010011011011000110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105776; }

 p { color: rgb(16,87,118); }

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

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

 a { background-color: rgb(16,87,118); }

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

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

 span { border-color: rgb(16,87,118); }

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