#19597A

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

Shades of Orient #19597A

Tints of Orient #19597A

Color information

#19597A (or 0x19597A) is unknown color: approx Orient. HEX triplet: 19, 59 and 7A. RGB value is (25,89,122). Sum of RGB (Red+Green+Blue) = 25+89+122=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #19597A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19597A is #E6A685. Grayscale: #494949. Windows color (decimal): -15115910 or 8018201. OLE color: 8018201.

HSL color Cylindrical-coordinate representation of color #19597A: hue angle of 200.41º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19597A is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2589122-
CMYK0.800.2700.52
HSL200.41º65.99%28.82%-
HSV(B)200.41º79.51%47.84%-
XYZ7.498.7619.71-
YUV73.63155.393.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=10.59%
G=37.71%
B=51.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25891220.800.2700.52200.4165.9928.82
Hex19597A501B034c8421d
Octal311311721203306431010235
Binary1100110110011111010101000011011011010011001000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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