Html Css Color HEX #1F595C Blue Stone

📋 copy color: '#1F595C'

red 31 ◦ green 89 ◦ blue 92

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

Shades of Blue Stone #1F595C

Tints of Blue Stone #1F595C

RGB

 RED value IS 31 (12.5% from 255) = 14.62%

 GREEN value IS 89 (35.16% from 255) = 41.98%

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

R = 14.62%
G = 41.98%
B = 43.4%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F595C (or 0x1F595C) is known color: Blue Stone. HEX triplet: 1F, 59 and 5C. RGB value is (31,89,92). Sum of RGB (Red+Green+Blue) = 31+89+92=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F595C is #E0A6A3. Grayscale: #474747. Windows color (decimal): -14722724 or 6052127. OLE color: 6052127.

HSL color Cylindrical-coordinate representation of color #1F595C: hue angle of 182.95º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F595C is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 89 92 -
CMYK 0.66 0.03 0 0.64
HSL 182.95º 0.5% 0.24% -
HSV(B) 182.95º 0.66% 0.36% -
XYZ 6.07 8.21 11.39 -
YUV 72 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 31 89 92 0.66 0.03 0 0.64 182.95 0.5 0.24
Hex 1F 59 5C 42 3 0 40 B7 32 18
Octal 37 131 134 102 3 0 100 267 62 30
Binary 11111 1011001 1011100 1000010 11 0 1000000 10110111 110010 11000

Color Harmonies of #1F595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F595C

Black with #1F595C

Text Example


Text Example

White with #1F595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F595C; }

 p { color: rgb(31,89,92); }

 H1.HeaderClassName
 {
   color: #1F595C;
 }
 .AnyTagClassName
 {
   color: #1F595C;
 }
</style>

background-color css

<style>
 a { background-color: #1F595C; }

 a { background-color: rgb(31,89,92); }

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

border-color css

<style>
 span { border-color: #1F595C; }

 span { border-color: rgb(31,89,92); }

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