#10516D

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

Shades of Orient #10516D

Tints of Orient #10516D

Color information

#10516D (or 0x10516D) is unknown color: approx Orient. HEX triplet: 10, 51 and 6D. RGB value is (16,81,109). Sum of RGB (Red+Green+Blue) = 16+81+109=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #10516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10516D is #EFAE92. Grayscale: #404040. Windows color (decimal): -15707795 or 7164176. OLE color: 7164176.

HSL color Cylindrical-coordinate representation of color #10516D: hue angle of 198.06º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10516D is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1681109-
CMYK0.850.2600.57
HSL198.06º74.4%24.51%-
HSV(B)198.06º85.32%42.75%-
XYZ5.927.115.53-
YUV64.76152.9793.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=7.77%
G=39.32%
B=52.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16811090.850.2600.57198.0674.424.51
Hex10516D551A039c64a19
Octal201211551253207130611231
Binary1000010100011101101101010111010011100111000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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