Shades of Regal Blue #1F4061
Tints of Regal Blue #1F4061
RGB
CMYK
RGB Variations
Color information
#1F4061 (or 0x1F4061) is known color: Regal Blue. HEX triplet: 1F, 40 and 61. RGB value is (31,64,97). Sum of RGB (Red+Green+Blue) = 31+64+97=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F4061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4061 is #E0BF9E. Grayscale: #393939. Windows color (decimal): -14729119 or 6373407. OLE color: 6373407.
HSL color Cylindrical-coordinate representation of color #1F4061: hue angle of 210º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F4061 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 64 | 97 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.62 |
| HSL | 210º | 0.52% | 0.25% | - |
| HSV(B) | 210º | 0.68% | 0.38% | - |
| XYZ | 4.56 | 4.82 | 12 | - |
| YUV | 57.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 97 | 0.68 | 0.34 | 0 | 0.62 | 210 | 0.52 | 0.25 |
| Hex | 1F | 40 | 61 | 44 | 22 | 0 | 3E | D2 | 34 | 19 |
| Octal | 37 | 100 | 141 | 104 | 42 | 0 | 76 | 322 | 64 | 31 |
| Binary | 11111 | 1000000 | 1100001 | 1000100 | 100010 | 0 | 111110 | 11010010 | 110100 | 11001 |
Color Harmonies of #1F4061
Complementary color
Monochromatic Colors of #1F4061
Black with #1F4061
Text Example
Text Example
White with #1F4061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4061; }
p { color: rgb(31,64,97); }
H1.HeaderClassName
{
color: #1F4061;
}
.AnyTagClassName
{
color: #1F4061;
}
</style>
background-color css
<style>
a { background-color: #1F4061; }
a { background-color: rgb(31,64,97); }
div.DivClassName
{
background-color: #1F4061;
}
.BgClassName
{
background-color: #1F4061;
}
</style>
border-color css
<style>
span { border-color: #1F4061; }
span { border-color: rgb(31,64,97); }
td.TdClassName
{
border-color: #1F4061;
}
.TagClassName
{
border-color: #1F4061;
}
</style>