Html Css Color HEX #1F685F Blue Stone

📋 copy color: '#1F685F'

red 31 ◦ green 104 ◦ blue 95

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

Shades of Blue Stone #1F685F

Tints of Blue Stone #1F685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.22%

 BLUE value IS 95 (37.5% from 255) = 41.3%

R = 13.48%
G = 45.22%
B = 41.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#1F685F (or 0x1F685F) is known color: Blue Stone. HEX triplet: 1F, 68 and 5F. RGB value is (31,104,95). Sum of RGB (Red+Green+Blue) = 31+104+95=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #1F685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F685F is #E097A0. Grayscale: #515151. Windows color (decimal): -14718881 or 6252575. OLE color: 6252575.

HSL color Cylindrical-coordinate representation of color #1F685F: hue angle of 172.6º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F685F is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 104 95 -
CMYK 0.70 0 0.09 0.59
HSL 172.6º 0.54% 0.26% -
HSV(B) 172.6º 0.7% 0.41% -
XYZ 7.58 11.02 12.55 -
YUV 81.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 31 104 95 0.70 0 0.09 0.59 172.6 0.54 0.26
Hex 1F 68 5F 46 0 9 3B AD 36 1A
Octal 37 150 137 106 0 11 73 255 66 32
Binary 11111 1101000 1011111 1000110 0 1001 111011 10101101 110110 11010

Color Harmonies of #1F685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F685F

Black with #1F685F

Text Example


Text Example

White with #1F685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,104,95); }

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

background-color css

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

 a { background-color: rgb(31,104,95); }

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

border-color css

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

 span { border-color: rgb(31,104,95); }

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