Html Css Color HEX #1F716A Blue Stone

📋 copy color: '#1F716A'

red 31 ◦ green 113 ◦ blue 106

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

Shades of Blue Stone #1F716A

Tints of Blue Stone #1F716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 12.4%
G = 45.2%
B = 42.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#1F716A (or 0x1F716A) is known color: Blue Stone. HEX triplet: 1F, 71 and 6A. RGB value is (31,113,106). Sum of RGB (Red+Green+Blue) = 31+113+106=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #1F716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F716A is #E08E95. Grayscale: #575757. Windows color (decimal): -14716566 or 6975775. OLE color: 6975775.

HSL color Cylindrical-coordinate representation of color #1F716A: hue angle of 174.88º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F716A is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 113 106 -
CMYK 0.73 0 0.06 0.56
HSL 174.88º 0.57% 0.28% -
HSV(B) 174.88º 0.73% 0.44% -
XYZ 9.07 13.14 15.69 -
YUV 87.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 31 113 106 0.73 0 0.06 0.56 174.88 0.57 0.28
Hex 1F 71 6A 49 0 6 38 AF 39 1C
Octal 37 161 152 111 0 6 70 257 71 34
Binary 11111 1110001 1101010 1001001 0 110 111000 10101111 111001 11100

Color Harmonies of #1F716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F716A

Black with #1F716A

Text Example


Text Example

White with #1F716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,113,106); }

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

background-color css

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

 a { background-color: rgb(31,113,106); }

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

border-color css

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

 span { border-color: rgb(31,113,106); }

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