#19585F

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

Shades of Blue Stone #19585F

Tints of Blue Stone #19585F

Color information

#19585F (or 0x19585F) is unknown color: approx Blue Stone. HEX triplet: 19, 58 and 5F. RGB value is (25,88,95). Sum of RGB (Red+Green+Blue) = 25+88+95=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #19585F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19585F is #E6A7A0. Grayscale: #454545. Windows color (decimal): -15116193 or 6248473. OLE color: 6248473.

HSL color Cylindrical-coordinate representation of color #19585F: hue angle of 186º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19585F is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB258895-
CMYK0.740.0700.63
HSL186º58.33%23.53%-
HSV(B)186º73.68%37.25%-
XYZ5.968.0112.06-
YUV69.96142.1395.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=12.02%
G=42.31%
B=45.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2588950.740.0700.6318658.3323.53
Hex19585F4A703Fba3a18
Octal3113013711270772727230
Binary1100110110001011111100101011101111111011101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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