#105673

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

Shades of Orient #105673

Tints of Orient #105673

Color information

#105673 (or 0x105673) is unknown color: approx Orient. HEX triplet: 10, 56 and 73. RGB value is (16,86,115). Sum of RGB (Red+Green+Blue) = 16+86+115=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #105673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105673 is #EFA98C. Grayscale: #444444. Windows color (decimal): -15706509 or 7558672. OLE color: 7558672.

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

Color convert

RGB1686115-
CMYK0.860.2500.55
HSL197.58º75.57%25.69%-
HSV(B)197.58º86.09%45.1%-
XYZ6.64817.41-
YUV68.38154.3190.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=7.37%
G=39.63%
B=53.00%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16861150.860.2500.55197.5875.5725.69
Hex1056735619037c64c1a
Octal201261631263106730611432
Binary1000010101101110011101011011001011011111000110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105673; }

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

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

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

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

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

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

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

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