#1F7167

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

Shades of Blue Stone #1F7167

Tints of Blue Stone #1F7167

Color information

#1F7167 (or 0x1F7167) is unknown color: approx Blue Stone. HEX triplet: 1F, 71 and 67. RGB value is (31,113,103). Sum of RGB (Red+Green+Blue) = 31+113+103=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7167 is #E08E98. Grayscale: #575757. Windows color (decimal): -14716569 or 6779167. OLE color: 6779167.

HSL color Cylindrical-coordinate representation of color #1F7167: hue angle of 172.68º 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 #1F7167 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB31113103-
CMYK0.7300.090.56
HSL172.68º56.94%28.24%-
HSV(B)172.68º72.57%44.31%-
XYZ8.9213.0814.89-
YUV87.34136.8387.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=12.55%
G=45.75%
B=41.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311131030.7300.090.56172.6856.9428.24
Hex1F7167490938ad391c
Octal37161147111011702557134
Binary11111111000111001111001001010011110001010110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F7167;
 }
 .AnyTagClassName
 {
   color: #1F7167;
 }
</style>
background-color css

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

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

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

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

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

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