#1F696B

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

Shades of Blue Stone #1F696B

Tints of Blue Stone #1F696B

Color information

#1F696B (or 0x1F696B) is unknown color: approx Blue Stone. HEX triplet: 1F, 69 and 6B. RGB value is (31,105,107). Sum of RGB (Red+Green+Blue) = 31+105+107=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F696B is #E09694. Grayscale: #535353. Windows color (decimal): -14718613 or 7039263. OLE color: 7039263.

HSL color Cylindrical-coordinate representation of color #1F696B: hue angle of 181.58º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F696B is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB31105107-
CMYK0.710.0200.58
HSL181.58º55.07%27.06%-
HSV(B)181.58º71.03%41.96%-
XYZ8.2711.4615.69-
YUV83.1141.4890.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=12.76%
G=43.21%
B=44.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal311051070.710.0200.58181.5855.0727.06
Hex1F696B47203Ab6371b
Octal3715115310720722666733
Binary111111101001110101110001111001110101011011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,105,107); }

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

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

 a { background-color: rgb(31,105,107); }

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

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

 span { border-color: rgb(31,105,107); }

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