#10516A

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

Shades of Orient #10516A

Tints of Orient #10516A

Color information

#10516A (or 0x10516A) is unknown color: approx Orient. HEX triplet: 10, 51 and 6A. RGB value is (16,81,106). Sum of RGB (Red+Green+Blue) = 16+81+106=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #10516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10516A is #EFAE95. Grayscale: #404040. Windows color (decimal): -15707798 or 6967568. OLE color: 6967568.

HSL color Cylindrical-coordinate representation of color #10516A: hue angle of 196.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10516A is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1681106-
CMYK0.850.2400.58
HSL196.67º73.77%23.92%-
HSV(B)196.67º84.91%41.57%-
XYZ5.767.0414.69-
YUV64.41151.4793.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=7.88%
G=39.90%
B=52.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16811060.850.2400.58196.6773.7723.92
Hex10516A551803Ac54a18
Octal201211521253007230511230
Binary1000010100011101010101010111000011101011000101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10516A; }

 p { color: rgb(16,81,106); }

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

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

 a { background-color: rgb(16,81,106); }

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

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

 span { border-color: rgb(16,81,106); }

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