#13516A

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

Shades of Orient #13516A

Tints of Orient #13516A

Color information

#13516A (or 0x13516A) is unknown color: approx Orient. HEX triplet: 13, 51 and 6A. RGB value is (19,81,106). Sum of RGB (Red+Green+Blue) = 19+81+106=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #13516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13516A is #ECAE95. Grayscale: #414141. Windows color (decimal): -15511190 or 6967571. OLE color: 6967571.

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

Color convert

RGB1981106-
CMYK0.820.2400.58
HSL197.24º69.6%24.51%-
HSV(B)197.24º82.08%41.57%-
XYZ5.817.0614.69-
YUV65.31150.9694.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 106 (41.80% from 255) = 51.46%
R=9.22%
G=39.32%
B=51.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19811060.820.2400.58197.2469.624.51
Hex13516A521803Ac54619
Octal231211521223007230510631
Binary1001110100011101010101001011000011101011000101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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