Shades of Regal Blue #1D4166
Tints of Regal Blue #1D4166
RGB
CMYK
RGB Variations
Color information
#1D4166 (or 0x1D4166) is known color: Regal Blue. HEX triplet: 1D, 41 and 66. RGB value is (29,65,102). Sum of RGB (Red+Green+Blue) = 29+65+102=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D4166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4166 is #E2BE99. Grayscale: #3A3A3A. Windows color (decimal): -14859930 or 6701341. OLE color: 6701341.
HSL color Cylindrical-coordinate representation of color #1D4166: hue angle of 210.41º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4166 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 65 | 102 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.6 |
| HSL | 210.41º | 0.56% | 0.26% | - |
| HSV(B) | 210.41º | 0.72% | 0.4% | - |
| XYZ | 4.8 | 5 | 13.28 | - |
| YUV | 58.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 102 | 0.72 | 0.36 | 0 | 0.6 | 210.41 | 0.56 | 0.26 |
| Hex | 1D | 41 | 66 | 48 | 24 | 0 | 3C | D2 | 38 | 1A |
| Octal | 35 | 101 | 146 | 110 | 44 | 0 | 74 | 322 | 70 | 32 |
| Binary | 11101 | 1000001 | 1100110 | 1001000 | 100100 | 0 | 111100 | 11010010 | 111000 | 11010 |
Color Harmonies of #1D4166
Complementary color
Monochromatic Colors of #1D4166
Black with #1D4166
Text Example
Text Example
White with #1D4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4166; }
p { color: rgb(29,65,102); }
H1.HeaderClassName
{
color: #1D4166;
}
.AnyTagClassName
{
color: #1D4166;
}
</style>
background-color css
<style>
a { background-color: #1D4166; }
a { background-color: rgb(29,65,102); }
div.DivClassName
{
background-color: #1D4166;
}
.BgClassName
{
background-color: #1D4166;
}
</style>
border-color css
<style>
span { border-color: #1D4166; }
span { border-color: rgb(29,65,102); }
td.TdClassName
{
border-color: #1D4166;
}
.TagClassName
{
border-color: #1D4166;
}
</style>