#19576C

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

Shades of Orient #19576C

Tints of Orient #19576C

Color information

#19576C (or 0x19576C) is unknown color: approx Orient. HEX triplet: 19, 57 and 6C. RGB value is (25,87,108). Sum of RGB (Red+Green+Blue) = 25+87+108=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #19576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19576C is #E6A893. Grayscale: #464646. Windows color (decimal): -15116436 or 7100185. OLE color: 7100185.

HSL color Cylindrical-coordinate representation of color #19576C: hue angle of 195.18º 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 #19576C is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2587108-
CMYK0.770.1900.58
HSL195.18º62.41%26.08%-
HSV(B)195.18º76.85%42.35%-
XYZ6.528.1115.41-
YUV70.86148.9695.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 87 (34.38% from 255) = 39.55%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=11.36%
G=39.55%
B=49.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25871080.770.1900.58195.1862.4126.08
Hex19576C4D1303Ac33e1a
Octal31127154115230723037632
Binary110011010111110110010011011001101110101100001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19576C; }

 p { color: rgb(25,87,108); }

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

<style>
 a { background-color: #19576C; }

 a { background-color: rgb(25,87,108); }

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

<style>
 span { border-color: #19576C; }

 span { border-color: rgb(25,87,108); }

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