Shades of Regal Blue #1F456E
Tints of Regal Blue #1F456E
RGB
CMYK
RGB Variations
Color information
#1F456E (or 0x1F456E) is known color: Regal Blue. HEX triplet: 1F, 45 and 6E. RGB value is (31,69,110). Sum of RGB (Red+Green+Blue) = 31+69+110=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F456E is #E0BA91. Grayscale: #3E3E3E. Windows color (decimal): -14727826 or 7226655. OLE color: 7226655.
HSL color Cylindrical-coordinate representation of color #1F456E: hue angle of 211.14º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F456E is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 69 | 110 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.57 |
| HSL | 211.14º | 0.56% | 0.28% | - |
| HSV(B) | 211.14º | 0.72% | 0.43% | - |
| XYZ | 5.51 | 5.67 | 15.56 | - |
| YUV | 62.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 110 | 0.72 | 0.37 | 0 | 0.57 | 211.14 | 0.56 | 0.28 |
| Hex | 1F | 45 | 6E | 48 | 25 | 0 | 39 | D3 | 38 | 1C |
| Octal | 37 | 105 | 156 | 110 | 45 | 0 | 71 | 323 | 70 | 34 |
| Binary | 11111 | 1000101 | 1101110 | 1001000 | 100101 | 0 | 111001 | 11010011 | 111000 | 11100 |
Color Harmonies of #1F456E
Complementary color
Monochromatic Colors of #1F456E
Black with #1F456E
Text Example
Text Example
White with #1F456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F456E; }
p { color: rgb(31,69,110); }
H1.HeaderClassName
{
color: #1F456E;
}
.AnyTagClassName
{
color: #1F456E;
}
</style>
background-color css
<style>
a { background-color: #1F456E; }
a { background-color: rgb(31,69,110); }
div.DivClassName
{
background-color: #1F456E;
}
.BgClassName
{
background-color: #1F456E;
}
</style>
border-color css
<style>
span { border-color: #1F456E; }
span { border-color: rgb(31,69,110); }
td.TdClassName
{
border-color: #1F456E;
}
.TagClassName
{
border-color: #1F456E;
}
</style>