Html Css Color HEX #1F5759 Blue Stone

📋 copy color: '#1F5759'

red 31 ◦ green 87 ◦ blue 89

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

Shades of Blue Stone #1F5759

Tints of Blue Stone #1F5759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.03%

 BLUE value IS 89 (35.16% from 255) = 43%

R = 14.98%
G = 42.03%
B = 43%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F5759 (or 0x1F5759) is known color: Blue Stone. HEX triplet: 1F, 57 and 59. RGB value is (31,87,89). Sum of RGB (Red+Green+Blue) = 31+87+89=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F5759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5759 is #E0A8A6. Grayscale: #464646. Windows color (decimal): -14723239 or 5855007. OLE color: 5855007.

HSL color Cylindrical-coordinate representation of color #1F5759: hue angle of 182.07º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5759 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 87 89 -
CMYK 0.65 0.02 0 0.65
HSL 182.07º 0.48% 0.24% -
HSV(B) 182.07º 0.65% 0.35% -
XYZ 5.78 7.83 10.66 -
YUV 70.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 31 87 89 0.65 0.02 0 0.65 182.07 0.48 0.24
Hex 1F 57 59 41 2 0 41 B6 30 18
Octal 37 127 131 101 2 0 101 266 60 30
Binary 11111 1010111 1011001 1000001 10 0 1000001 10110110 110000 11000

Color Harmonies of #1F5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5759

Black with #1F5759

Text Example


Text Example

White with #1F5759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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