Shades of Regal Blue #1F4566
Tints of Regal Blue #1F4566
RGB
CMYK
RGB Variations
Color information
#1F4566 (or 0x1F4566) is known color: Regal Blue. HEX triplet: 1F, 45 and 66. RGB value is (31,69,102). Sum of RGB (Red+Green+Blue) = 31+69+102=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #1F4566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4566 is #E0BA99. Grayscale: #3D3D3D. Windows color (decimal): -14727834 or 6702367. OLE color: 6702367.
HSL color Cylindrical-coordinate representation of color #1F4566: hue angle of 207.89º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F4566 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 69 | 102 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.6 |
| HSL | 207.89º | 0.53% | 0.26% | - |
| HSV(B) | 207.89º | 0.7% | 0.4% | - |
| XYZ | 5.09 | 5.51 | 13.36 | - |
| YUV | 61.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 102 | 0.70 | 0.32 | 0 | 0.6 | 207.89 | 0.53 | 0.26 |
| Hex | 1F | 45 | 66 | 46 | 20 | 0 | 3C | D0 | 35 | 1A |
| Octal | 37 | 105 | 146 | 106 | 40 | 0 | 74 | 320 | 65 | 32 |
| Binary | 11111 | 1000101 | 1100110 | 1000110 | 100000 | 0 | 111100 | 11010000 | 110101 | 11010 |
Color Harmonies of #1F4566
Complementary color
Monochromatic Colors of #1F4566
Black with #1F4566
Text Example
Text Example
White with #1F4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4566; }
p { color: rgb(31,69,102); }
H1.HeaderClassName
{
color: #1F4566;
}
.AnyTagClassName
{
color: #1F4566;
}
</style>
background-color css
<style>
a { background-color: #1F4566; }
a { background-color: rgb(31,69,102); }
div.DivClassName
{
background-color: #1F4566;
}
.BgClassName
{
background-color: #1F4566;
}
</style>
border-color css
<style>
span { border-color: #1F4566; }
span { border-color: rgb(31,69,102); }
td.TdClassName
{
border-color: #1F4566;
}
.TagClassName
{
border-color: #1F4566;
}
</style>