Shades of Blue Stone #1F6367
Tints of Blue Stone #1F6367
RGB
CMYK
RGB Variations
Color information
#1F6367 (or 0x1F6367) is known color: Blue Stone. HEX triplet: 1F, 63 and 67. RGB value is (31,99,103). Sum of RGB (Red+Green+Blue) = 31+99+103=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F6367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6367 is #E09C98. Grayscale: #4F4F4F. Windows color (decimal): -14720153 or 6775583. OLE color: 6775583.
HSL color Cylindrical-coordinate representation of color #1F6367: hue angle of 183.33º 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 #1F6367 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 99 | 103 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.60 |
| HSL | 183.33º | 0.54% | 0.26% | - |
| HSV(B) | 183.33º | 0.7% | 0.4% | - |
| XYZ | 7.48 | 10.19 | 14.41 | - |
| YUV | 79.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 103 | 0.70 | 0.04 | 0 | 0.60 | 183.33 | 0.54 | 0.26 |
| Hex | 1F | 63 | 67 | 46 | 4 | 0 | 3C | B7 | 36 | 1A |
| Octal | 37 | 143 | 147 | 106 | 4 | 0 | 74 | 267 | 66 | 32 |
| Binary | 11111 | 1100011 | 1100111 | 1000110 | 100 | 0 | 111100 | 10110111 | 110110 | 11010 |
Color Harmonies of #1F6367
Complementary color
Monochromatic Colors of #1F6367
Black with #1F6367
Text Example
Text Example
White with #1F6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6367; }
p { color: rgb(31,99,103); }
H1.HeaderClassName
{
color: #1F6367;
}
.AnyTagClassName
{
color: #1F6367;
}
</style>
background-color css
<style>
a { background-color: #1F6367; }
a { background-color: rgb(31,99,103); }
div.DivClassName
{
background-color: #1F6367;
}
.BgClassName
{
background-color: #1F6367;
}
</style>
border-color css
<style>
span { border-color: #1F6367; }
span { border-color: rgb(31,99,103); }
td.TdClassName
{
border-color: #1F6367;
}
.TagClassName
{
border-color: #1F6367;
}
</style>