Shades of Blue Stone #1F5F5D
Tints of Blue Stone #1F5F5D
RGB
CMYK
RGB Variations
Color information
#1F5F5D (or 0x1F5F5D) is known color: Blue Stone. HEX triplet: 1F, 5F and 5D. RGB value is (31,95,93). Sum of RGB (Red+Green+Blue) = 31+95+93=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F5D is #E0A0A2. Grayscale: #4B4B4B. Windows color (decimal): -14721187 or 6119199. OLE color: 6119199.
HSL color Cylindrical-coordinate representation of color #1F5F5D: hue angle of 178.12º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F5D is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 93 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.63 |
| HSL | 178.13º | 0.51% | 0.25% | - |
| HSV(B) | 178.13º | 0.67% | 0.37% | - |
| XYZ | 6.63 | 9.27 | 11.79 | - |
| YUV | 75.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 93 | 0.67 | 0 | 0.02 | 0.63 | 178.13 | 0.51 | 0.25 |
| Hex | 1F | 5F | 5D | 43 | 0 | 2 | 3F | B2 | 33 | 19 |
| Octal | 37 | 137 | 135 | 103 | 0 | 2 | 77 | 262 | 63 | 31 |
| Binary | 11111 | 1011111 | 1011101 | 1000011 | 0 | 10 | 111111 | 10110010 | 110011 | 11001 |
Color Harmonies of #1F5F5D
Complementary color
Monochromatic Colors of #1F5F5D
Black with #1F5F5D
Text Example
Text Example
White with #1F5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F5D; }
p { color: rgb(31,95,93); }
H1.HeaderClassName
{
color: #1F5F5D;
}
.AnyTagClassName
{
color: #1F5F5D;
}
</style>
background-color css
<style>
a { background-color: #1F5F5D; }
a { background-color: rgb(31,95,93); }
div.DivClassName
{
background-color: #1F5F5D;
}
.BgClassName
{
background-color: #1F5F5D;
}
</style>
border-color css
<style>
span { border-color: #1F5F5D; }
span { border-color: rgb(31,95,93); }
td.TdClassName
{
border-color: #1F5F5D;
}
.TagClassName
{
border-color: #1F5F5D;
}
</style>