#105873

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

Shades of Orient #105873

Tints of Orient #105873

Color information

#105873 (or 0x105873) is unknown color: approx Orient. HEX triplet: 10, 58 and 73. RGB value is (16,88,115). Sum of RGB (Red+Green+Blue) = 16+88+115=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #105873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105873 is #EFA78C. Grayscale: #454545. Windows color (decimal): -15705997 or 7559184. OLE color: 7559184.

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

Color convert

RGB1688115-
CMYK0.860.2300.55
HSL196.36º75.57%25.69%-
HSV(B)196.36º86.09%45.1%-
XYZ6.88.3317.47-
YUV69.55153.6589.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=7.31%
G=40.18%
B=52.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16881150.860.2300.55196.3675.5725.69
Hex1058735617037c44c1a
Octal201301631262706730411432
Binary1000010110001110011101011010111011011111000100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105873; }

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

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

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

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

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

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

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

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