Html Css Color HEX #19585C Blue Stone

📋 copy color: '#19585C'

red 25 ◦ green 88 ◦ blue 92

#19585C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #19585C

Tints of Blue Stone #19585C

RGB

 RED value IS 25 (10.16% from 255) = 12.2%

 GREEN value IS 88 (34.77% from 255) = 42.93%

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 12.2%
G = 42.93%
B = 44.88%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19585C (or 0x19585C) is known color: Blue Stone. HEX triplet: 19, 58 and 5C. RGB value is (25,88,92). Sum of RGB (Red+Green+Blue) = 25+88+92=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #19585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19585C is #E6A7A3. Grayscale: #454545. Windows color (decimal): -15116196 or 6051865. OLE color: 6051865.

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

Color convert

RGB 25 88 92 -
CMYK 0.73 0.04 0 0.64
HSL 183.58º 0.57% 0.23% -
HSV(B) 183.58º 0.73% 0.36% -
XYZ 5.82 7.96 11.35 -
YUV 69.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 25 88 92 0.73 0.04 0 0.64 183.58 0.57 0.23
Hex 19 58 5C 49 4 0 40 B8 39 17
Octal 31 130 134 111 4 0 100 270 71 27
Binary 11001 1011000 1011100 1001001 100 0 1000000 10111000 111001 10111

Color Harmonies of #19585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19585C

Black with #19585C

Text Example


Text Example

White with #19585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19585C;
 }
 .AnyTagClassName
 {
   color: #19585C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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