Shades of Resolution Blue #1D3A73
Tints of Resolution Blue #1D3A73
RGB
CMYK
RGB Variations
Color information
#1D3A73 (or 0x1D3A73) is known color: Resolution Blue. HEX triplet: 1D, 3A and 73. RGB value is (29,58,115). Sum of RGB (Red+Green+Blue) = 29+58+115=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D3A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3A73 is #E2C58C. Grayscale: #373737. Windows color (decimal): -14861709 or 7551517. OLE color: 7551517.
HSL color Cylindrical-coordinate representation of color #1D3A73: hue angle of 219.77º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D3A73 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 58 | 115 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.55 |
| HSL | 219.77º | 0.6% | 0.28% | - |
| HSV(B) | 219.77º | 0.75% | 0.45% | - |
| XYZ | 5.11 | 4.53 | 16.82 | - |
| YUV | 55.83 | 161.39 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 115 | 0.75 | 0.50 | 0 | 0.55 | 219.77 | 0.6 | 0.28 |
| Hex | 1D | 3A | 73 | 4B | 32 | 0 | 37 | DC | 3C | 1C |
| Octal | 35 | 72 | 163 | 113 | 62 | 0 | 67 | 334 | 74 | 34 |
| Binary | 11101 | 111010 | 1110011 | 1001011 | 110010 | 0 | 110111 | 11011100 | 111100 | 11100 |
Color Harmonies of #1D3A73
Complementary color
Monochromatic Colors of #1D3A73
Black with #1D3A73
Text Example
Text Example
White with #1D3A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3A73; }
p { color: rgb(29,58,115); }
H1.HeaderClassName
{
color: #1D3A73;
}
.AnyTagClassName
{
color: #1D3A73;
}
</style>
background-color css
<style>
a { background-color: #1D3A73; }
a { background-color: rgb(29,58,115); }
div.DivClassName
{
background-color: #1D3A73;
}
.BgClassName
{
background-color: #1D3A73;
}
</style>
border-color css
<style>
span { border-color: #1D3A73; }
span { border-color: rgb(29,58,115); }
td.TdClassName
{
border-color: #1D3A73;
}
.TagClassName
{
border-color: #1D3A73;
}
</style>