Shades of Regal Blue #1F3750
Tints of Regal Blue #1F3750
RGB
CMYK
RGB Variations
Color information
#1F3750 (or 0x1F3750) is known color: Regal Blue. HEX triplet: 1F, 37 and 50. RGB value is (31,55,80). Sum of RGB (Red+Green+Blue) = 31+55+80=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F3750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3750 is #E0C8AF. Grayscale: #323232. Windows color (decimal): -14731440 or 5256991. OLE color: 5256991.
HSL color Cylindrical-coordinate representation of color #1F3750: hue angle of 210.61º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F3750 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 55 | 80 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.69 |
| HSL | 210.61º | 0.44% | 0.22% | - |
| HSV(B) | 210.61º | 0.61% | 0.31% | - |
| XYZ | 3.38 | 3.6 | 8.11 | - |
| YUV | 50.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 80 | 0.61 | 0.31 | 0 | 0.69 | 210.61 | 0.44 | 0.22 |
| Hex | 1F | 37 | 50 | 3D | 1F | 0 | 45 | D3 | 2C | 16 |
| Octal | 37 | 67 | 120 | 75 | 37 | 0 | 105 | 323 | 54 | 26 |
| Binary | 11111 | 110111 | 1010000 | 111101 | 11111 | 0 | 1000101 | 11010011 | 101100 | 10110 |
Color Harmonies of #1F3750
Complementary color
Monochromatic Colors of #1F3750
Black with #1F3750
Text Example
Text Example
White with #1F3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3750; }
p { color: rgb(31,55,80); }
H1.HeaderClassName
{
color: #1F3750;
}
.AnyTagClassName
{
color: #1F3750;
}
</style>
background-color css
<style>
a { background-color: #1F3750; }
a { background-color: rgb(31,55,80); }
div.DivClassName
{
background-color: #1F3750;
}
.BgClassName
{
background-color: #1F3750;
}
</style>
border-color css
<style>
span { border-color: #1F3750; }
span { border-color: rgb(31,55,80); }
td.TdClassName
{
border-color: #1F3750;
}
.TagClassName
{
border-color: #1F3750;
}
</style>