#1F716A

Color #1F716A Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1F716A

Tints of Blue Stone #1F716A

Color information

#1F716A (or 0x1F716A) is unknown color: approx 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

RGB31113106-
CMYK0.7300.060.56
HSL174.88º56.94%28.24%-
HSV(B)174.88º72.57%44.31%-
XYZ9.0713.1415.69-
YUV87.68138.3387.57-

RGB Variations

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

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.80% from 255) = 42.4%
R=12.4%
G=45.2%
B=42.4%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311131060.7300.060.56174.8856.9428.24
Hex1F716A490638af391c
Octal3716115211106702577134
Binary1111111100011101010100100101101110001010111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>