#19586E

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

Shades of Orient #19586E

Tints of Orient #19586E

Color information

#19586E (or 0x19586E) is unknown color: approx Orient. HEX triplet: 19, 58 and 6E. RGB value is (25,88,110). Sum of RGB (Red+Green+Blue) = 25+88+110=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #19586E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19586E is #E6A791. Grayscale: #474747. Windows color (decimal): -15116178 or 7231513. OLE color: 7231513.

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

Color convert

RGB2588110-
CMYK0.770.200.57
HSL195.53º62.96%26.47%-
HSV(B)195.53º77.27%43.14%-
XYZ6.718.3116-
YUV71.67149.6394.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=11.21%
G=39.46%
B=49.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25881100.770.200.57195.5362.9626.47
Hex19586E4D14039c43f1a
Octal31130156115240713047732
Binary110011011000110111010011011010001110011100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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