Shades of Regal Blue #1F4163
Tints of Regal Blue #1F4163
RGB
CMYK
RGB Variations
Color information
#1F4163 (or 0x1F4163) is known color: Regal Blue. HEX triplet: 1F, 41 and 63. RGB value is (31,65,99). Sum of RGB (Red+Green+Blue) = 31+65+99=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F4163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4163 is #E0BE9C. Grayscale: #3A3A3A. Windows color (decimal): -14728861 or 6504735. OLE color: 6504735.
HSL color Cylindrical-coordinate representation of color #1F4163: hue angle of 210º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F4163 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 65 | 99 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.61 |
| HSL | 210º | 0.52% | 0.25% | - |
| HSV(B) | 210º | 0.69% | 0.39% | - |
| XYZ | 4.71 | 4.97 | 12.52 | - |
| YUV | 58.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 99 | 0.69 | 0.34 | 0 | 0.61 | 210 | 0.52 | 0.25 |
| Hex | 1F | 41 | 63 | 45 | 22 | 0 | 3D | D2 | 34 | 19 |
| Octal | 37 | 101 | 143 | 105 | 42 | 0 | 75 | 322 | 64 | 31 |
| Binary | 11111 | 1000001 | 1100011 | 1000101 | 100010 | 0 | 111101 | 11010010 | 110100 | 11001 |
Color Harmonies of #1F4163
Complementary color
Monochromatic Colors of #1F4163
Black with #1F4163
Text Example
Text Example
White with #1F4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4163; }
p { color: rgb(31,65,99); }
H1.HeaderClassName
{
color: #1F4163;
}
.AnyTagClassName
{
color: #1F4163;
}
</style>
background-color css
<style>
a { background-color: #1F4163; }
a { background-color: rgb(31,65,99); }
div.DivClassName
{
background-color: #1F4163;
}
.BgClassName
{
background-color: #1F4163;
}
</style>
border-color css
<style>
span { border-color: #1F4163; }
span { border-color: rgb(31,65,99); }
td.TdClassName
{
border-color: #1F4163;
}
.TagClassName
{
border-color: #1F4163;
}
</style>