#13596E

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

Shades of Orient #13596E

Tints of Orient #13596E

Color information

#13596E (or 0x13596E) is unknown color: approx Orient. HEX triplet: 13, 59 and 6E. RGB value is (19,89,110). Sum of RGB (Red+Green+Blue) = 19+89+110=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #13596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13596E is #ECA691. Grayscale: #464646. Windows color (decimal): -15509138 or 7231763. OLE color: 7231763.

HSL color Cylindrical-coordinate representation of color #13596E: hue angle of 193.85º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13596E is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1989110-
CMYK0.830.1900.57
HSL193.85º70.54%25.29%-
HSV(B)193.85º82.73%43.14%-
XYZ6.668.4116.02-
YUV70.46150.3191.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 110 (43.36% from 255) = 50.46%
R=8.72%
G=40.83%
B=50.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19891100.830.1900.57193.8570.5425.29
Hex13596E5313039c24719
Octal231311561232307130210731
Binary1001110110011101110101001110011011100111000010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13596E; }

 p { color: rgb(19,89,110); }

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

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

 a { background-color: rgb(19,89,110); }

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

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

 span { border-color: rgb(19,89,110); }

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