#19536D

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

Shades of Orient #19536D

Tints of Orient #19536D

Color information

#19536D (or 0x19536D) is unknown color: approx Orient. HEX triplet: 19, 53 and 6D. RGB value is (25,83,109). Sum of RGB (Red+Green+Blue) = 25+83+109=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #19536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19536D is #E6AC92. Grayscale: #444444. Windows color (decimal): -15117459 or 7164697. OLE color: 7164697.

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

Color convert

RGB2583109-
CMYK0.770.2400.57
HSL198.57º62.69%26.27%-
HSV(B)198.57º77.06%42.75%-
XYZ6.257.515.59-
YUV68.62150.7896.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=11.52%
G=38.25%
B=50.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25831090.770.2400.57198.5762.6926.27
Hex19536D4D18039c73f1a
Octal31123155115300713077732
Binary110011010011110110110011011100001110011100011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,83,109); }

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

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

 a { background-color: rgb(25,83,109); }

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

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

 span { border-color: rgb(25,83,109); }

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