Shades of Blue Stone #1F5E63
Tints of Blue Stone #1F5E63
RGB
CMYK
RGB Variations
Color information
#1F5E63 (or 0x1F5E63) is known color: Blue Stone. HEX triplet: 1F, 5E and 63. RGB value is (31,94,99). Sum of RGB (Red+Green+Blue) = 31+94+99=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F5E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5E63 is #E0A19C. Grayscale: #4B4B4B. Windows color (decimal): -14721437 or 6512159. OLE color: 6512159.
HSL color Cylindrical-coordinate representation of color #1F5E63: hue angle of 184.41º 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 #1F5E63 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 94 | 99 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.61 |
| HSL | 184.41º | 0.52% | 0.25% | - |
| HSV(B) | 184.41º | 0.69% | 0.39% | - |
| XYZ | 6.82 | 9.2 | 13.22 | - |
| YUV | 75.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 99 | 0.69 | 0.05 | 0 | 0.61 | 184.41 | 0.52 | 0.25 |
| Hex | 1F | 5E | 63 | 45 | 5 | 0 | 3D | B8 | 34 | 19 |
| Octal | 37 | 136 | 143 | 105 | 5 | 0 | 75 | 270 | 64 | 31 |
| Binary | 11111 | 1011110 | 1100011 | 1000101 | 101 | 0 | 111101 | 10111000 | 110100 | 11001 |
Color Harmonies of #1F5E63
Complementary color
Monochromatic Colors of #1F5E63
Black with #1F5E63
Text Example
Text Example
White with #1F5E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E63; }
p { color: rgb(31,94,99); }
H1.HeaderClassName
{
color: #1F5E63;
}
.AnyTagClassName
{
color: #1F5E63;
}
</style>
background-color css
<style>
a { background-color: #1F5E63; }
a { background-color: rgb(31,94,99); }
div.DivClassName
{
background-color: #1F5E63;
}
.BgClassName
{
background-color: #1F5E63;
}
</style>
border-color css
<style>
span { border-color: #1F5E63; }
span { border-color: rgb(31,94,99); }
td.TdClassName
{
border-color: #1F5E63;
}
.TagClassName
{
border-color: #1F5E63;
}
</style>