#19556E

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

Shades of Orient #19556E

Tints of Orient #19556E

Color information

#19556E (or 0x19556E) is unknown color: approx Orient. HEX triplet: 19, 55 and 6E. RGB value is (25,85,110). Sum of RGB (Red+Green+Blue) = 25+85+110=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #19556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19556E is #E6AA91. Grayscale: #454545. Windows color (decimal): -15116946 or 7230745. OLE color: 7230745.

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

Color convert

RGB2585110-
CMYK0.770.2300.57
HSL197.65º62.96%26.47%-
HSV(B)197.65º77.27%43.14%-
XYZ6.467.8315.92-
YUV69.91150.6295.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 110 (43.36% from 255) = 50%
R=11.36%
G=38.64%
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
Decimal25851100.770.2300.57197.6562.9626.47
Hex19556E4D17039c63f1a
Octal31125156115270713067732
Binary110011010101110111010011011011101110011100011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19556E; }

 p { color: rgb(25,85,110); }

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

<style>
 a { background-color: #19556E; }

 a { background-color: rgb(25,85,110); }

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

<style>
 span { border-color: #19556E; }

 span { border-color: rgb(25,85,110); }

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