Shades of Regal Blue #1D4568
Tints of Regal Blue #1D4568
RGB
CMYK
RGB Variations
Color information
#1D4568 (or 0x1D4568) is known color: Regal Blue. HEX triplet: 1D, 45 and 68. RGB value is (29,69,104). Sum of RGB (Red+Green+Blue) = 29+69+104=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D4568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4568 is #E2BA97. Grayscale: #3C3C3C. Windows color (decimal): -14858904 or 6833437. OLE color: 6833437.
HSL color Cylindrical-coordinate representation of color #1D4568: hue angle of 208º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4568 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 69 | 104 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.59 |
| HSL | 208º | 0.56% | 0.26% | - |
| HSV(B) | 208º | 0.72% | 0.41% | - |
| XYZ | 5.13 | 5.52 | 13.89 | - |
| YUV | 61.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 104 | 0.72 | 0.34 | 0 | 0.59 | 208 | 0.56 | 0.26 |
| Hex | 1D | 45 | 68 | 48 | 22 | 0 | 3B | D0 | 38 | 1A |
| Octal | 35 | 105 | 150 | 110 | 42 | 0 | 73 | 320 | 70 | 32 |
| Binary | 11101 | 1000101 | 1101000 | 1001000 | 100010 | 0 | 111011 | 11010000 | 111000 | 11010 |
Color Harmonies of #1D4568
Complementary color
Monochromatic Colors of #1D4568
Black with #1D4568
Text Example
Text Example
White with #1D4568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4568; }
p { color: rgb(29,69,104); }
H1.HeaderClassName
{
color: #1D4568;
}
.AnyTagClassName
{
color: #1D4568;
}
</style>
background-color css
<style>
a { background-color: #1D4568; }
a { background-color: rgb(29,69,104); }
div.DivClassName
{
background-color: #1D4568;
}
.BgClassName
{
background-color: #1D4568;
}
</style>
border-color css
<style>
span { border-color: #1D4568; }
span { border-color: rgb(29,69,104); }
td.TdClassName
{
border-color: #1D4568;
}
.TagClassName
{
border-color: #1D4568;
}
</style>