#19536C

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

Shades of Orient #19536C

Tints of Orient #19536C

Color information

#19536C (or 0x19536C) is unknown color: approx Orient. HEX triplet: 19, 53 and 6C. RGB value is (25,83,108). Sum of RGB (Red+Green+Blue) = 25+83+108=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #19536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19536C is #E6AC93. Grayscale: #444444. Windows color (decimal): -15117460 or 7099161. OLE color: 7099161.

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

Color convert

RGB2583108-
CMYK0.770.2300.58
HSL198.07º62.41%26.08%-
HSV(B)198.07º76.85%42.35%-
XYZ6.27.4815.3-
YUV68.51150.2896.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 108 (42.58% from 255) = 50%
R=11.57%
G=38.43%
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.58
SystemRedGreenBlueCMYKHSL
Decimal25831080.770.2300.58198.0762.4126.08
Hex19536C4D1703Ac63e1a
Octal31123154115270723067632
Binary110011010011110110010011011011101110101100011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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