Shades of Regal Blue #1F3957
Tints of Regal Blue #1F3957
RGB
CMYK
RGB Variations
Color information
#1F3957 (or 0x1F3957) is known color: Regal Blue. HEX triplet: 1F, 39 and 57. RGB value is (31,57,87). Sum of RGB (Red+Green+Blue) = 31+57+87=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #1F3957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3957 is #E0C6A8. Grayscale: #343434. Windows color (decimal): -14730921 or 5716255. OLE color: 5716255.
HSL color Cylindrical-coordinate representation of color #1F3957: hue angle of 212.14º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F3957 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 57 | 87 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.66 |
| HSL | 212.14º | 0.47% | 0.23% | - |
| HSV(B) | 212.14º | 0.64% | 0.34% | - |
| XYZ | 3.75 | 3.91 | 9.57 | - |
| YUV | 52.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 87 | 0.64 | 0.34 | 0 | 0.66 | 212.14 | 0.47 | 0.23 |
| Hex | 1F | 39 | 57 | 40 | 22 | 0 | 42 | D4 | 2F | 17 |
| Octal | 37 | 71 | 127 | 100 | 42 | 0 | 102 | 324 | 57 | 27 |
| Binary | 11111 | 111001 | 1010111 | 1000000 | 100010 | 0 | 1000010 | 11010100 | 101111 | 10111 |
Color Harmonies of #1F3957
Complementary color
Monochromatic Colors of #1F3957
Black with #1F3957
Text Example
Text Example
White with #1F3957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3957; }
p { color: rgb(31,57,87); }
H1.HeaderClassName
{
color: #1F3957;
}
.AnyTagClassName
{
color: #1F3957;
}
</style>
background-color css
<style>
a { background-color: #1F3957; }
a { background-color: rgb(31,57,87); }
div.DivClassName
{
background-color: #1F3957;
}
.BgClassName
{
background-color: #1F3957;
}
</style>
border-color css
<style>
span { border-color: #1F3957; }
span { border-color: rgb(31,57,87); }
td.TdClassName
{
border-color: #1F3957;
}
.TagClassName
{
border-color: #1F3957;
}
</style>