Shades of Regal Blue #1F405F
Tints of Regal Blue #1F405F
RGB
CMYK
RGB Variations
Color information
#1F405F (or 0x1F405F) is known color: Regal Blue. HEX triplet: 1F, 40 and 5F. RGB value is (31,64,95). Sum of RGB (Red+Green+Blue) = 31+64+95=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F405F is #E0BFA0. Grayscale: #393939. Windows color (decimal): -14729121 or 6242335. OLE color: 6242335.
HSL color Cylindrical-coordinate representation of color #1F405F: hue angle of 209.06º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F405F is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 64 | 95 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.63 |
| HSL | 209.06º | 0.51% | 0.25% | - |
| HSV(B) | 209.06º | 0.67% | 0.37% | - |
| XYZ | 4.46 | 4.78 | 11.51 | - |
| YUV | 57.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 95 | 0.67 | 0.33 | 0 | 0.63 | 209.06 | 0.51 | 0.25 |
| Hex | 1F | 40 | 5F | 43 | 21 | 0 | 3F | D1 | 33 | 19 |
| Octal | 37 | 100 | 137 | 103 | 41 | 0 | 77 | 321 | 63 | 31 |
| Binary | 11111 | 1000000 | 1011111 | 1000011 | 100001 | 0 | 111111 | 11010001 | 110011 | 11001 |
Color Harmonies of #1F405F
Complementary color
Monochromatic Colors of #1F405F
Black with #1F405F
Text Example
Text Example
White with #1F405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F405F; }
p { color: rgb(31,64,95); }
H1.HeaderClassName
{
color: #1F405F;
}
.AnyTagClassName
{
color: #1F405F;
}
</style>
background-color css
<style>
a { background-color: #1F405F; }
a { background-color: rgb(31,64,95); }
div.DivClassName
{
background-color: #1F405F;
}
.BgClassName
{
background-color: #1F405F;
}
</style>
border-color css
<style>
span { border-color: #1F405F; }
span { border-color: rgb(31,64,95); }
td.TdClassName
{
border-color: #1F405F;
}
.TagClassName
{
border-color: #1F405F;
}
</style>