Html Css Color HEX #1F585D Blue Stone

📋 copy color: '#1F585D'

red 31 ◦ green 88 ◦ blue 93

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

Shades of Blue Stone #1F585D

Tints of Blue Stone #1F585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.87%

R = 14.62%
G = 41.51%
B = 43.87%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F585D (or 0x1F585D) is known color: Blue Stone. HEX triplet: 1F, 58 and 5D. RGB value is (31,88,93). Sum of RGB (Red+Green+Blue) = 31+88+93=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F585D is #E0A7A2. Grayscale: #474747. Windows color (decimal): -14722979 or 6117407. OLE color: 6117407.

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

Color convert

RGB 31 88 93 -
CMYK 0.67 0.05 0 0.64
HSL 184.84º 0.5% 0.24% -
HSV(B) 184.84º 0.67% 0.36% -
XYZ 6.03 8.06 11.59 -
YUV 71.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 31 88 93 0.67 0.05 0 0.64 184.84 0.5 0.24
Hex 1F 58 5D 43 5 0 40 B9 32 18
Octal 37 130 135 103 5 0 100 271 62 30
Binary 11111 1011000 1011101 1000011 101 0 1000000 10111001 110010 11000

Color Harmonies of #1F585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F585D

Black with #1F585D

Text Example


Text Example

White with #1F585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,88,93); }

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

background-color css

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

 a { background-color: rgb(31,88,93); }

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

border-color css

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

 span { border-color: rgb(31,88,93); }

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