Shades of Regal Blue #1D426A
Tints of Regal Blue #1D426A
RGB
CMYK
RGB Variations
Color information
#1D426A (or 0x1D426A) is known color: Regal Blue. HEX triplet: 1D, 42 and 6A. RGB value is (29,66,106). Sum of RGB (Red+Green+Blue) = 29+66+106=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D426A is #E2BD95. Grayscale: #3B3B3B. Windows color (decimal): -14859670 or 6963741. OLE color: 6963741.
HSL color Cylindrical-coordinate representation of color #1D426A: hue angle of 211.17º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D426A is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 66 | 106 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.58 |
| HSL | 211.17º | 0.57% | 0.26% | - |
| HSV(B) | 211.17º | 0.73% | 0.42% | - |
| XYZ | 5.06 | 5.2 | 14.37 | - |
| YUV | 59.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 106 | 0.73 | 0.38 | 0 | 0.58 | 211.17 | 0.57 | 0.26 |
| Hex | 1D | 42 | 6A | 49 | 26 | 0 | 3A | D3 | 39 | 1A |
| Octal | 35 | 102 | 152 | 111 | 46 | 0 | 72 | 323 | 71 | 32 |
| Binary | 11101 | 1000010 | 1101010 | 1001001 | 100110 | 0 | 111010 | 11010011 | 111001 | 11010 |
Color Harmonies of #1D426A
Complementary color
Monochromatic Colors of #1D426A
Black with #1D426A
Text Example
Text Example
White with #1D426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D426A; }
p { color: rgb(29,66,106); }
H1.HeaderClassName
{
color: #1D426A;
}
.AnyTagClassName
{
color: #1D426A;
}
</style>
background-color css
<style>
a { background-color: #1D426A; }
a { background-color: rgb(29,66,106); }
div.DivClassName
{
background-color: #1D426A;
}
.BgClassName
{
background-color: #1D426A;
}
</style>
border-color css
<style>
span { border-color: #1D426A; }
span { border-color: rgb(29,66,106); }
td.TdClassName
{
border-color: #1D426A;
}
.TagClassName
{
border-color: #1D426A;
}
</style>