Shades of Resolution Blue #1D3589
Tints of Resolution Blue #1D3589
RGB
CMYK
RGB Variations
Color information
#1D3589 (or 0x1D3589) is known color: Resolution Blue. HEX triplet: 1D, 35 and 89. RGB value is (29,53,137). Sum of RGB (Red+Green+Blue) = 29+53+137=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D3589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3589 is #E2CA76. Grayscale: #373737. Windows color (decimal): -14862967 or 8992029. OLE color: 8992029.
HSL color Cylindrical-coordinate representation of color #1D3589: hue angle of 226.67º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D3589 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 53 | 137 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.46 |
| HSL | 226.67º | 0.65% | 0.33% | - |
| HSV(B) | 226.67º | 0.79% | 0.54% | - |
| XYZ | 6.3 | 4.61 | 24.23 | - |
| YUV | 55.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 137 | 0.79 | 0.61 | 0 | 0.46 | 226.67 | 0.65 | 0.33 |
| Hex | 1D | 35 | 89 | 4F | 3D | 0 | 2E | E3 | 41 | 21 |
| Octal | 35 | 65 | 211 | 117 | 75 | 0 | 56 | 343 | 101 | 41 |
| Binary | 11101 | 110101 | 10001001 | 1001111 | 111101 | 0 | 101110 | 11100011 | 1000001 | 100001 |
Color Harmonies of #1D3589
Complementary color
Monochromatic Colors of #1D3589
Black with #1D3589
Text Example
Text Example
White with #1D3589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3589; }
p { color: rgb(29,53,137); }
H1.HeaderClassName
{
color: #1D3589;
}
.AnyTagClassName
{
color: #1D3589;
}
</style>
background-color css
<style>
a { background-color: #1D3589; }
a { background-color: rgb(29,53,137); }
div.DivClassName
{
background-color: #1D3589;
}
.BgClassName
{
background-color: #1D3589;
}
</style>
border-color css
<style>
span { border-color: #1D3589; }
span { border-color: rgb(29,53,137); }
td.TdClassName
{
border-color: #1D3589;
}
.TagClassName
{
border-color: #1D3589;
}
</style>