#19586F

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

Shades of Orient #19586F

Tints of Orient #19586F

Color information

#19586F (or 0x19586F) is unknown color: approx Orient. HEX triplet: 19, 58 and 6F. RGB value is (25,88,111). Sum of RGB (Red+Green+Blue) = 25+88+111=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #19586F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19586F is #E6A790. Grayscale: #474747. Windows color (decimal): -15116177 or 7297049. OLE color: 7297049.

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

Color convert

RGB2588111-
CMYK0.770.2100.56
HSL196.05º63.24%26.67%-
HSV(B)196.05º77.48%43.53%-
XYZ6.768.3316.29-
YUV71.78150.1394.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 111 (43.75% from 255) = 49.55%
R=11.16%
G=39.29%
B=49.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25881110.770.2100.56196.0563.2426.67
Hex19586F4D15038c43f1b
Octal31130157115250703047733
Binary110011011000110111110011011010101110001100010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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