Shades of Blue Stone #1F5F63
Tints of Blue Stone #1F5F63
RGB
CMYK
RGB Variations
Color information
#1F5F63 (or 0x1F5F63) is known color: Blue Stone. HEX triplet: 1F, 5F and 63. RGB value is (31,95,99). Sum of RGB (Red+Green+Blue) = 31+95+99=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F5F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F63 is #E0A09C. Grayscale: #4C4C4C. Windows color (decimal): -14721181 or 6512415. OLE color: 6512415.
HSL color Cylindrical-coordinate representation of color #1F5F63: hue angle of 183.53º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F5F63 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 95 | 99 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.61 |
| HSL | 183.53º | 0.52% | 0.25% | - |
| HSV(B) | 183.53º | 0.69% | 0.39% | - |
| XYZ | 6.91 | 9.38 | 13.25 | - |
| YUV | 76.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 99 | 0.69 | 0.04 | 0 | 0.61 | 183.53 | 0.52 | 0.25 |
| Hex | 1F | 5F | 63 | 45 | 4 | 0 | 3D | B8 | 34 | 19 |
| Octal | 37 | 137 | 143 | 105 | 4 | 0 | 75 | 270 | 64 | 31 |
| Binary | 11111 | 1011111 | 1100011 | 1000101 | 100 | 0 | 111101 | 10111000 | 110100 | 11001 |
Color Harmonies of #1F5F63
Complementary color
Monochromatic Colors of #1F5F63
Black with #1F5F63
Text Example
Text Example
White with #1F5F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F63; }
p { color: rgb(31,95,99); }
H1.HeaderClassName
{
color: #1F5F63;
}
.AnyTagClassName
{
color: #1F5F63;
}
</style>
background-color css
<style>
a { background-color: #1F5F63; }
a { background-color: rgb(31,95,99); }
div.DivClassName
{
background-color: #1F5F63;
}
.BgClassName
{
background-color: #1F5F63;
}
</style>
border-color css
<style>
span { border-color: #1F5F63; }
span { border-color: rgb(31,95,99); }
td.TdClassName
{
border-color: #1F5F63;
}
.TagClassName
{
border-color: #1F5F63;
}
</style>