#1F605A

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

Shades of Blue Stone #1F605A

Tints of Blue Stone #1F605A

Color information

#1F605A (or 0x1F605A) is unknown color: approx Blue Stone. HEX triplet: 1F, 60 and 5A. RGB value is (31,96,90). Sum of RGB (Red+Green+Blue) = 31+96+90=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #1F605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F605A is #E09FA5. Grayscale: #4B4B4B. Windows color (decimal): -14720934 or 5922847. OLE color: 5922847.

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

Color convert

RGB319690-
CMYK0.6800.060.62
HSL174.46º51.18%24.9%-
HSV(B)174.46º67.71%37.65%-
XYZ6.599.411.14-
YUV75.88135.9795.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=14.29%
G=44.24%
B=41.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3196900.6800.060.62174.4651.1824.9
Hex1F605A44063Eae3319
Octal3714013210406762566331
Binary1111111000001011010100010001101111101010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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