Shades of Resolution Blue #1D3E73
Tints of Resolution Blue #1D3E73
RGB
CMYK
RGB Variations
Color information
#1D3E73 (or 0x1D3E73) is known color: Resolution Blue. HEX triplet: 1D, 3E and 73. RGB value is (29,62,115). Sum of RGB (Red+Green+Blue) = 29+62+115=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D3E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3E73 is #E2C18C. Grayscale: #393939. Windows color (decimal): -14860685 or 7552541. OLE color: 7552541.
HSL color Cylindrical-coordinate representation of color #1D3E73: hue angle of 216.98º 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 #1D3E73 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 62 | 115 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.55 |
| HSL | 216.98º | 0.6% | 0.28% | - |
| HSV(B) | 216.98º | 0.75% | 0.45% | - |
| XYZ | 5.32 | 4.94 | 16.89 | - |
| YUV | 58.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 115 | 0.75 | 0.46 | 0 | 0.55 | 216.98 | 0.6 | 0.28 |
| Hex | 1D | 3E | 73 | 4B | 2E | 0 | 37 | D9 | 3C | 1C |
| Octal | 35 | 76 | 163 | 113 | 56 | 0 | 67 | 331 | 74 | 34 |
| Binary | 11101 | 111110 | 1110011 | 1001011 | 101110 | 0 | 110111 | 11011001 | 111100 | 11100 |
Color Harmonies of #1D3E73
Complementary color
Monochromatic Colors of #1D3E73
Black with #1D3E73
Text Example
Text Example
White with #1D3E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E73; }
p { color: rgb(29,62,115); }
H1.HeaderClassName
{
color: #1D3E73;
}
.AnyTagClassName
{
color: #1D3E73;
}
</style>
background-color css
<style>
a { background-color: #1D3E73; }
a { background-color: rgb(29,62,115); }
div.DivClassName
{
background-color: #1D3E73;
}
.BgClassName
{
background-color: #1D3E73;
}
</style>
border-color css
<style>
span { border-color: #1D3E73; }
span { border-color: rgb(29,62,115); }
td.TdClassName
{
border-color: #1D3E73;
}
.TagClassName
{
border-color: #1D3E73;
}
</style>