#19526F

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

Shades of Orient #19526F

Tints of Orient #19526F

Color information

#19526F (or 0x19526F) is unknown color: approx Orient. HEX triplet: 19, 52 and 6F. RGB value is (25,82,111). Sum of RGB (Red+Green+Blue) = 25+82+111=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #19526F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19526F is #E6AD90. Grayscale: #444444. Windows color (decimal): -15117713 or 7295513. OLE color: 7295513.

HSL color Cylindrical-coordinate representation of color #19526F: hue angle of 200.23º 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 #19526F is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2582111-
CMYK0.770.2600.56
HSL200.23º63.24%26.67%-
HSV(B)200.23º77.48%43.53%-
XYZ6.297.3916.13-
YUV68.26152.1297.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=11.47%
G=37.61%
B=50.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25821110.770.2600.56200.2363.2426.67
Hex19526F4D1A038c83f1b
Octal31122157115320703107733
Binary110011010010110111110011011101001110001100100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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