Shades of Regal Blue #1D425B
Tints of Regal Blue #1D425B
RGB
CMYK
RGB Variations
Color information
#1D425B (or 0x1D425B) is known color: Regal Blue. HEX triplet: 1D, 42 and 5B. RGB value is (29,66,91). Sum of RGB (Red+Green+Blue) = 29+66+91=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D425B is #E2BDA4. Grayscale: #393939. Windows color (decimal): -14859685 or 5980701. OLE color: 5980701.
HSL color Cylindrical-coordinate representation of color #1D425B: hue angle of 204.19º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D425B is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 66 | 91 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.64 |
| HSL | 204.19º | 0.52% | 0.24% | - |
| HSV(B) | 204.19º | 0.68% | 0.36% | - |
| XYZ | 4.34 | 4.91 | 10.62 | - |
| YUV | 57.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 91 | 0.68 | 0.27 | 0 | 0.64 | 204.19 | 0.52 | 0.24 |
| Hex | 1D | 42 | 5B | 44 | 1B | 0 | 40 | CC | 34 | 18 |
| Octal | 35 | 102 | 133 | 104 | 33 | 0 | 100 | 314 | 64 | 30 |
| Binary | 11101 | 1000010 | 1011011 | 1000100 | 11011 | 0 | 1000000 | 11001100 | 110100 | 11000 |
Color Harmonies of #1D425B
Complementary color
Monochromatic Colors of #1D425B
Black with #1D425B
Text Example
Text Example
White with #1D425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D425B; }
p { color: rgb(29,66,91); }
H1.HeaderClassName
{
color: #1D425B;
}
.AnyTagClassName
{
color: #1D425B;
}
</style>
background-color css
<style>
a { background-color: #1D425B; }
a { background-color: rgb(29,66,91); }
div.DivClassName
{
background-color: #1D425B;
}
.BgClassName
{
background-color: #1D425B;
}
</style>
border-color css
<style>
span { border-color: #1D425B; }
span { border-color: rgb(29,66,91); }
td.TdClassName
{
border-color: #1D425B;
}
.TagClassName
{
border-color: #1D425B;
}
</style>