Shades of Blue Stone #1F5D5A
Tints of Blue Stone #1F5D5A
RGB
CMYK
RGB Variations
Color information
#1F5D5A (or 0x1F5D5A) is known color: Blue Stone. HEX triplet: 1F, 5D and 5A. RGB value is (31,93,90). Sum of RGB (Red+Green+Blue) = 31+93+90=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5D5A is #E0A2A5. Grayscale: #4A4A4A. Windows color (decimal): -14721702 or 5922079. OLE color: 5922079.
HSL color Cylindrical-coordinate representation of color #1F5D5A: hue angle of 177.1º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5D5A is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 93 | 90 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.64 |
| HSL | 177.1º | 0.5% | 0.24% | - |
| HSV(B) | 177.1º | 0.67% | 0.36% | - |
| XYZ | 6.32 | 8.86 | 11.05 | - |
| YUV | 74.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 90 | 0.67 | 0 | 0.03 | 0.64 | 177.1 | 0.5 | 0.24 |
| Hex | 1F | 5D | 5A | 43 | 0 | 3 | 40 | B1 | 32 | 18 |
| Octal | 37 | 135 | 132 | 103 | 0 | 3 | 100 | 261 | 62 | 30 |
| Binary | 11111 | 1011101 | 1011010 | 1000011 | 0 | 11 | 1000000 | 10110001 | 110010 | 11000 |
Color Harmonies of #1F5D5A
Complementary color
Monochromatic Colors of #1F5D5A
Black with #1F5D5A
Text Example
Text Example
White with #1F5D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D5A; }
p { color: rgb(31,93,90); }
H1.HeaderClassName
{
color: #1F5D5A;
}
.AnyTagClassName
{
color: #1F5D5A;
}
</style>
background-color css
<style>
a { background-color: #1F5D5A; }
a { background-color: rgb(31,93,90); }
div.DivClassName
{
background-color: #1F5D5A;
}
.BgClassName
{
background-color: #1F5D5A;
}
</style>
border-color css
<style>
span { border-color: #1F5D5A; }
span { border-color: rgb(31,93,90); }
td.TdClassName
{
border-color: #1F5D5A;
}
.TagClassName
{
border-color: #1F5D5A;
}
</style>