#19596F

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

Shades of Orient #19596F

Tints of Orient #19596F

Color information

#19596F (or 0x19596F) is unknown color: approx Orient. HEX triplet: 19, 59 and 6F. RGB value is (25,89,111). Sum of RGB (Red+Green+Blue) = 25+89+111=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #19596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19596F is #E6A690. Grayscale: #484848. Windows color (decimal): -15115921 or 7297305. OLE color: 7297305.

HSL color Cylindrical-coordinate representation of color #19596F: hue angle of 195.35º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19596F is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2589111-
CMYK0.770.2000.56
HSL195.35º63.24%26.67%-
HSV(B)195.35º77.48%43.53%-
XYZ6.848.516.32-
YUV72.37149.894.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=11.11%
G=39.56%
B=49.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25891110.770.2000.56195.3563.2426.67
Hex19596F4D14038c33f1b
Octal31131157115240703037733
Binary110011011001110111110011011010001110001100001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19596F; }

 p { color: rgb(25,89,111); }

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

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

 a { background-color: rgb(25,89,111); }

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

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

 span { border-color: rgb(25,89,111); }

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