#19545C

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

Shades of Blue Stone #19545C

Tints of Blue Stone #19545C

Color information

#19545C (or 0x19545C) is unknown color: approx Blue Stone. HEX triplet: 19, 54 and 5C. RGB value is (25,84,92). Sum of RGB (Red+Green+Blue) = 25+84+92=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #19545C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19545C is #E6ABA3. Grayscale: #434343. Windows color (decimal): -15117220 or 6050841. OLE color: 6050841.

HSL color Cylindrical-coordinate representation of color #19545C: hue angle of 187.16º degrees, saturation: 0.57, 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 #19545C is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB258492-
CMYK0.730.0900.64
HSL187.16º57.26%22.94%-
HSV(B)187.16º72.83%36.08%-
XYZ5.57.3211.25-
YUV67.27141.9597.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=12.44%
G=41.79%
B=45.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2584920.730.0900.64187.1657.2622.94
Hex19545C499040bb3917
Octal311241341111101002737127
Binary110011010100101110010010011001010000001011101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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