Shades of Blue Stone #1F5B67
Tints of Blue Stone #1F5B67
RGB
CMYK
RGB Variations
Color information
#1F5B67 (or 0x1F5B67) is known color: Blue Stone. HEX triplet: 1F, 5B and 67. RGB value is (31,91,103). Sum of RGB (Red+Green+Blue) = 31+91+103=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F5B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5B67 is #E0A498. Grayscale: #4A4A4A. Windows color (decimal): -14722201 or 6773535. OLE color: 6773535.
HSL color Cylindrical-coordinate representation of color #1F5B67: hue angle of 190º 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 #1F5B67 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 91 | 103 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.60 |
| HSL | 190º | 0.54% | 0.26% | - |
| HSV(B) | 190º | 0.7% | 0.4% | - |
| XYZ | 6.75 | 8.75 | 14.17 | - |
| YUV | 74.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 103 | 0.70 | 0.12 | 0 | 0.60 | 190 | 0.54 | 0.26 |
| Hex | 1F | 5B | 67 | 46 | C | 0 | 3C | BE | 36 | 1A |
| Octal | 37 | 133 | 147 | 106 | 14 | 0 | 74 | 276 | 66 | 32 |
| Binary | 11111 | 1011011 | 1100111 | 1000110 | 1100 | 0 | 111100 | 10111110 | 110110 | 11010 |
Color Harmonies of #1F5B67
Complementary color
Monochromatic Colors of #1F5B67
Black with #1F5B67
Text Example
Text Example
White with #1F5B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B67; }
p { color: rgb(31,91,103); }
H1.HeaderClassName
{
color: #1F5B67;
}
.AnyTagClassName
{
color: #1F5B67;
}
</style>
background-color css
<style>
a { background-color: #1F5B67; }
a { background-color: rgb(31,91,103); }
div.DivClassName
{
background-color: #1F5B67;
}
.BgClassName
{
background-color: #1F5B67;
}
</style>
border-color css
<style>
span { border-color: #1F5B67; }
span { border-color: rgb(31,91,103); }
td.TdClassName
{
border-color: #1F5B67;
}
.TagClassName
{
border-color: #1F5B67;
}
</style>