#105872

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

Shades of Orient #105872

Tints of Orient #105872

Color information

#105872 (or 0x105872) is unknown color: approx Orient. HEX triplet: 10, 58 and 72. RGB value is (16,88,114). Sum of RGB (Red+Green+Blue) = 16+88+114=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #105872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105872 is #EFA78D. Grayscale: #454545. Windows color (decimal): -15705998 or 7493648. OLE color: 7493648.

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

Color convert

RGB1688114-
CMYK0.860.2300.55
HSL195.92º75.38%25.49%-
HSV(B)195.92º85.96%44.71%-
XYZ6.748.317.17-
YUV69.44153.1589.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=7.34%
G=40.37%
B=52.29%

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
Decimal16881140.860.2300.55195.9275.3825.49
Hex1058725617037c44b19
Octal201301621262706730411331
Binary1000010110001110010101011010111011011111000100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105872; }

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

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

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

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

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

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

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

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