#19546B

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

Shades of Orient #19546B

Tints of Orient #19546B

Color information

#19546B (or 0x19546B) is unknown color: approx Orient. HEX triplet: 19, 54 and 6B. RGB value is (25,84,107). Sum of RGB (Red+Green+Blue) = 25+84+107=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #19546B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19546B is #E6AB94. Grayscale: #444444. Windows color (decimal): -15117205 or 7033881. OLE color: 7033881.

HSL color Cylindrical-coordinate representation of color #19546B: hue angle of 196.83º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19546B is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2584107-
CMYK0.770.2100.58
HSL196.83º62.12%25.88%-
HSV(B)196.83º76.64%41.96%-
XYZ6.237.6115.05-
YUV68.98149.4596.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=11.57%
G=38.89%
B=49.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25841070.770.2100.58196.8362.1225.88
Hex19546B4D1503Ac53e1a
Octal31124153115250723057632
Binary110011010100110101110011011010101110101100010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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