Shades of Regal Blue #1F3A57
Tints of Regal Blue #1F3A57
RGB
CMYK
RGB Variations
Color information
#1F3A57 (or 0x1F3A57) is known color: Regal Blue. HEX triplet: 1F, 3A and 57. RGB value is (31,58,87). Sum of RGB (Red+Green+Blue) = 31+58+87=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #1F3A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3A57 is #E0C5A8. Grayscale: #353535. Windows color (decimal): -14730665 or 5716511. OLE color: 5716511.
HSL color Cylindrical-coordinate representation of color #1F3A57: hue angle of 211.07º 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 #1F3A57 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 58 | 87 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.66 |
| HSL | 211.07º | 0.47% | 0.23% | - |
| HSV(B) | 211.07º | 0.64% | 0.34% | - |
| XYZ | 3.8 | 4.01 | 9.59 | - |
| YUV | 53.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 87 | 0.64 | 0.33 | 0 | 0.66 | 211.07 | 0.47 | 0.23 |
| Hex | 1F | 3A | 57 | 40 | 21 | 0 | 42 | D3 | 2F | 17 |
| Octal | 37 | 72 | 127 | 100 | 41 | 0 | 102 | 323 | 57 | 27 |
| Binary | 11111 | 111010 | 1010111 | 1000000 | 100001 | 0 | 1000010 | 11010011 | 101111 | 10111 |
Color Harmonies of #1F3A57
Complementary color
Monochromatic Colors of #1F3A57
Black with #1F3A57
Text Example
Text Example
White with #1F3A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3A57; }
p { color: rgb(31,58,87); }
H1.HeaderClassName
{
color: #1F3A57;
}
.AnyTagClassName
{
color: #1F3A57;
}
</style>
background-color css
<style>
a { background-color: #1F3A57; }
a { background-color: rgb(31,58,87); }
div.DivClassName
{
background-color: #1F3A57;
}
.BgClassName
{
background-color: #1F3A57;
}
</style>
border-color css
<style>
span { border-color: #1F3A57; }
span { border-color: rgb(31,58,87); }
td.TdClassName
{
border-color: #1F3A57;
}
.TagClassName
{
border-color: #1F3A57;
}
</style>