Shades of Blue Stone #1F6267
Tints of Blue Stone #1F6267
RGB
CMYK
RGB Variations
Color information
#1F6267 (or 0x1F6267) is known color: Blue Stone. HEX triplet: 1F, 62 and 67. RGB value is (31,98,103). Sum of RGB (Red+Green+Blue) = 31+98+103=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F6267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6267 is #E09D98. Grayscale: #4E4E4E. Windows color (decimal): -14720409 or 6775327. OLE color: 6775327.
HSL color Cylindrical-coordinate representation of color #1F6267: hue angle of 184.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6267 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 98 | 103 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.60 |
| HSL | 184.17º | 0.54% | 0.26% | - |
| HSV(B) | 184.17º | 0.7% | 0.4% | - |
| XYZ | 7.38 | 10.01 | 14.37 | - |
| YUV | 78.54 | 141.8 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 103 | 0.70 | 0.05 | 0 | 0.60 | 184.17 | 0.54 | 0.26 |
| Hex | 1F | 62 | 67 | 46 | 5 | 0 | 3C | B8 | 36 | 1A |
| Octal | 37 | 142 | 147 | 106 | 5 | 0 | 74 | 270 | 66 | 32 |
| Binary | 11111 | 1100010 | 1100111 | 1000110 | 101 | 0 | 111100 | 10111000 | 110110 | 11010 |
Color Harmonies of #1F6267
Complementary color
Monochromatic Colors of #1F6267
Black with #1F6267
Text Example
Text Example
White with #1F6267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6267; }
p { color: rgb(31,98,103); }
H1.HeaderClassName
{
color: #1F6267;
}
.AnyTagClassName
{
color: #1F6267;
}
</style>
background-color css
<style>
a { background-color: #1F6267; }
a { background-color: rgb(31,98,103); }
div.DivClassName
{
background-color: #1F6267;
}
.BgClassName
{
background-color: #1F6267;
}
</style>
border-color css
<style>
span { border-color: #1F6267; }
span { border-color: rgb(31,98,103); }
td.TdClassName
{
border-color: #1F6267;
}
.TagClassName
{
border-color: #1F6267;
}
</style>