#105674

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

Shades of Orient #105674

Tints of Orient #105674

Color information

#105674 (or 0x105674) is unknown color: approx Orient. HEX triplet: 10, 56 and 74. RGB value is (16,86,116). Sum of RGB (Red+Green+Blue) = 16+86+116=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #105674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105674 is #EFA98B. Grayscale: #444444. Windows color (decimal): -15706508 or 7624208. OLE color: 7624208.

HSL color Cylindrical-coordinate representation of color #105674: hue angle of 198º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105674 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1686116-
CMYK0.860.2600.55
HSL198º75.76%25.88%-
HSV(B)198º86.21%45.49%-
XYZ6.698.0317.72-
YUV68.49154.8190.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=7.34%
G=39.45%
B=53.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16861160.860.2600.5519875.7625.88
Hex105674561A037c64c1a
Octal201261641263206730611432
Binary1000010101101110100101011011010011011111000110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105674; }

 p { color: rgb(16,86,116); }

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

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

 a { background-color: rgb(16,86,116); }

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

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

 span { border-color: rgb(16,86,116); }

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