#19565d

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

Shades of Blue Stone #19565D

Tints of Blue Stone #19565D

Color information

#19565D (or 0x19565D) is unknown color: approx Blue Stone. HEX triplet: 19, 56 and 5D. RGB value is (25,86,93). Sum of RGB (Red+Green+Blue) = 25+86+93=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #19565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19565D is #E6A9A2. Grayscale: #444444. Windows color (decimal): -15116707 or 6116889. OLE color: 6116889.

HSL color Cylindrical-coordinate representation of color #19565D: hue angle of 186.18º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19565D is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB258693-
CMYK0.730.0800.64
HSL186.18º57.63%23.14%-
HSV(B)186.18º73.12%36.47%-
XYZ5.77.6511.53-
YUV68.56141.7996.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=12.25%
G=42.16%
B=45.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2586930.730.0800.64186.1857.6323.14
Hex19565D498040ba3a17
Octal311261351111001002727227
Binary110011010110101110110010011000010000001011101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19565d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19565d; }

 p { color: rgb(25,86,93); }

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

<style>
 a { background-color: #19565d; }

 a { background-color: rgb(25,86,93); }

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

<style>
 span { border-color: #19565d; }

 span { border-color: rgb(25,86,93); }

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