Shades of Regal Blue #1F456A
Tints of Regal Blue #1F456A
RGB
CMYK
RGB Variations
Color information
#1F456A (or 0x1F456A) is known color: Regal Blue. HEX triplet: 1F, 45 and 6A. RGB value is (31,69,106). Sum of RGB (Red+Green+Blue) = 31+69+106=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F456A is #E0BA95. Grayscale: #3D3D3D. Windows color (decimal): -14727830 or 6964511. OLE color: 6964511.
HSL color Cylindrical-coordinate representation of color #1F456A: hue angle of 209.6º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F456A is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 69 | 106 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.58 |
| HSL | 209.6º | 0.55% | 0.27% | - |
| HSV(B) | 209.6º | 0.71% | 0.42% | - |
| XYZ | 5.29 | 5.59 | 14.44 | - |
| YUV | 61.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 106 | 0.71 | 0.35 | 0 | 0.58 | 209.6 | 0.55 | 0.27 |
| Hex | 1F | 45 | 6A | 47 | 23 | 0 | 3A | D2 | 37 | 1B |
| Octal | 37 | 105 | 152 | 107 | 43 | 0 | 72 | 322 | 67 | 33 |
| Binary | 11111 | 1000101 | 1101010 | 1000111 | 100011 | 0 | 111010 | 11010010 | 110111 | 11011 |
Color Harmonies of #1F456A
Complementary color
Monochromatic Colors of #1F456A
Black with #1F456A
Text Example
Text Example
White with #1F456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F456A; }
p { color: rgb(31,69,106); }
H1.HeaderClassName
{
color: #1F456A;
}
.AnyTagClassName
{
color: #1F456A;
}
</style>
background-color css
<style>
a { background-color: #1F456A; }
a { background-color: rgb(31,69,106); }
div.DivClassName
{
background-color: #1F456A;
}
.BgClassName
{
background-color: #1F456A;
}
</style>
border-color css
<style>
span { border-color: #1F456A; }
span { border-color: rgb(31,69,106); }
td.TdClassName
{
border-color: #1F456A;
}
.TagClassName
{
border-color: #1F456A;
}
</style>