#19536F

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

Shades of Orient #19536F

Tints of Orient #19536F

Color information

#19536F (or 0x19536F) is unknown color: approx Orient. HEX triplet: 19, 53 and 6F. RGB value is (25,83,111). Sum of RGB (Red+Green+Blue) = 25+83+111=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #19536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19536F is #E6AC90. Grayscale: #444444. Windows color (decimal): -15117457 or 7295769. OLE color: 7295769.

HSL color Cylindrical-coordinate representation of color #19536F: hue angle of 199.53º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19536F is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2583111-
CMYK0.770.2500.56
HSL199.53º63.24%26.67%-
HSV(B)199.53º77.48%43.53%-
XYZ6.367.5416.16-
YUV68.85151.7896.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=11.42%
G=37.90%
B=50.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25831110.770.2500.56199.5363.2426.67
Hex19536F4D19038c83f1b
Octal31123157115310703107733
Binary110011010011110111110011011100101110001100100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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