#19545A

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

Shades of Blue Stone #19545A

Tints of Blue Stone #19545A

Color information

#19545A (or 0x19545A) is unknown color: approx Blue Stone. HEX triplet: 19, 54 and 5A. RGB value is (25,84,90). Sum of RGB (Red+Green+Blue) = 25+84+90=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #19545A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19545A is #E6ABA5. Grayscale: #424242. Windows color (decimal): -15117222 or 5919769. OLE color: 5919769.

HSL color Cylindrical-coordinate representation of color #19545A: hue angle of 185.54º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19545A is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB258490-
CMYK0.720.0700.65
HSL185.54º56.52%22.55%-
HSV(B)185.54º72.22%35.29%-
XYZ5.427.2910.79-
YUV67.04140.9598.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=12.56%
G=42.21%
B=45.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2584900.720.0700.65185.5456.5222.55
Hex19545A487041ba3917
Octal31124132110701012727127
Binary11001101010010110101001000111010000011011101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19545A; }

 p { color: rgb(25,84,90); }

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

<style>
 a { background-color: #19545A; }

 a { background-color: rgb(25,84,90); }

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

<style>
 span { border-color: #19545A; }

 span { border-color: rgb(25,84,90); }

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