#1F5760

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

Shades of Blue Stone #1F5760

Tints of Blue Stone #1F5760

Color information

#1F5760 (or 0x1F5760) is unknown color: approx Blue Stone. HEX triplet: 1F, 57 and 60. RGB value is (31,87,96). Sum of RGB (Red+Green+Blue) = 31+87+96=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F5760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5760 is #E0A89F. Grayscale: #474747. Windows color (decimal): -14723232 or 6313759. OLE color: 6313759.

HSL color Cylindrical-coordinate representation of color #1F5760: hue angle of 188.31º degrees, saturation: 0.51, 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 #1F5760 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB318796-
CMYK0.680.0900.62
HSL188.31º51.18%24.9%-
HSV(B)188.31º67.71%37.65%-
XYZ6.087.9512.28-
YUV71.28141.9599.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.49%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=14.49%
G=40.65%
B=44.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3187960.680.0900.62188.3151.1824.9
Hex1F576044903Ebc3319
Octal37127140104110762746331
Binary11111101011111000001000100100101111101011110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,87,96); }

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

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

 a { background-color: rgb(31,87,96); }

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

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

 span { border-color: rgb(31,87,96); }

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