Html Css Color HEX #1F615E Blue Stone

📋 copy color: '#1F615E'

red 31 ◦ green 97 ◦ blue 94

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

Shades of Blue Stone #1F615E

Tints of Blue Stone #1F615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.69%

 BLUE value IS 94 (37.11% from 255) = 42.34%

R = 13.96%
G = 43.69%
B = 42.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#1F615E (or 0x1F615E) is known color: Blue Stone. HEX triplet: 1F, 61 and 5E. RGB value is (31,97,94). Sum of RGB (Red+Green+Blue) = 31+97+94=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #1F615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F615E is #E09EA1. Grayscale: #4C4C4C. Windows color (decimal): -14720674 or 6185247. OLE color: 6185247.

HSL color Cylindrical-coordinate representation of color #1F615E: hue angle of 177.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F615E is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 97 94 -
CMYK 0.68 0 0.03 0.62
HSL 177.27º 0.52% 0.25% -
HSV(B) 177.27º 0.68% 0.38% -
XYZ 6.86 9.65 12.09 -
YUV 76.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 31 97 94 0.68 0 0.03 0.62 177.27 0.52 0.25
Hex 1F 61 5E 44 0 3 3E B1 34 19
Octal 37 141 136 104 0 3 76 261 64 31
Binary 11111 1100001 1011110 1000100 0 11 111110 10110001 110100 11001

Color Harmonies of #1F615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F615E

Black with #1F615E

Text Example


Text Example

White with #1F615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,97,94); }

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

background-color css

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

 a { background-color: rgb(31,97,94); }

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

border-color css

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

 span { border-color: rgb(31,97,94); }

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