Shades of Regal Blue #1D425F
Tints of Regal Blue #1D425F
RGB
CMYK
RGB Variations
Color information
#1D425F (or 0x1D425F) is known color: Regal Blue. HEX triplet: 1D, 42 and 5F. RGB value is (29,66,95). Sum of RGB (Red+Green+Blue) = 29+66+95=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 66 (26.17% from 255 or 34.74% 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 #1D425F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D425F is #E2BDA0. Grayscale: #3A3A3A. Windows color (decimal): -14859681 or 6242845. OLE color: 6242845.
HSL color Cylindrical-coordinate representation of color #1D425F: hue angle of 206.36º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D425F is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 66 | 95 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.63 |
| HSL | 206.36º | 0.53% | 0.24% | - |
| HSV(B) | 206.36º | 0.69% | 0.37% | - |
| XYZ | 4.52 | 4.98 | 11.55 | - |
| YUV | 58.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 95 | 0.69 | 0.31 | 0 | 0.63 | 206.36 | 0.53 | 0.24 |
| Hex | 1D | 42 | 5F | 45 | 1F | 0 | 3F | CE | 35 | 18 |
| Octal | 35 | 102 | 137 | 105 | 37 | 0 | 77 | 316 | 65 | 30 |
| Binary | 11101 | 1000010 | 1011111 | 1000101 | 11111 | 0 | 111111 | 11001110 | 110101 | 11000 |
Color Harmonies of #1D425F
Complementary color
Monochromatic Colors of #1D425F
Black with #1D425F
Text Example
Text Example
White with #1D425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D425F; }
p { color: rgb(29,66,95); }
H1.HeaderClassName
{
color: #1D425F;
}
.AnyTagClassName
{
color: #1D425F;
}
</style>
background-color css
<style>
a { background-color: #1D425F; }
a { background-color: rgb(29,66,95); }
div.DivClassName
{
background-color: #1D425F;
}
.BgClassName
{
background-color: #1D425F;
}
</style>
border-color css
<style>
span { border-color: #1D425F; }
span { border-color: rgb(29,66,95); }
td.TdClassName
{
border-color: #1D425F;
}
.TagClassName
{
border-color: #1D425F;
}
</style>