#19546D

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

Shades of Orient #19546D

Tints of Orient #19546D

Color information

#19546D (or 0x19546D) is unknown color: approx Orient. HEX triplet: 19, 54 and 6D. RGB value is (25,84,109). Sum of RGB (Red+Green+Blue) = 25+84+109=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #19546D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19546D is #E6AB92. Grayscale: #454545. Windows color (decimal): -15117203 or 7164953. OLE color: 7164953.

HSL color Cylindrical-coordinate representation of color #19546D: hue angle of 197.86º 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 #19546D is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2584109-
CMYK0.770.2300.57
HSL197.86º62.69%26.27%-
HSV(B)197.86º77.06%42.75%-
XYZ6.337.6515.61-
YUV69.21150.4596.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 109 (42.97% from 255) = 50%
R=11.47%
G=38.53%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25841090.770.2300.57197.8662.6926.27
Hex19546D4D17039c63f1a
Octal31124155115270713067732
Binary110011010100110110110011011011101110011100011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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