Shades of Resolution Blue #1D3273
Tints of Resolution Blue #1D3273
RGB
CMYK
RGB Variations
Color information
#1D3273 (or 0x1D3273) is known color: Resolution Blue. HEX triplet: 1D, 32 and 73. RGB value is (29,50,115). Sum of RGB (Red+Green+Blue) = 29+50+115=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3273 is #E2CD8C. Grayscale: #323232. Windows color (decimal): -14863757 or 7549469. OLE color: 7549469.
HSL color Cylindrical-coordinate representation of color #1D3273: hue angle of 225.35º 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 #1D3273 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 50 | 115 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.55 |
| HSL | 225.35º | 0.6% | 0.28% | - |
| HSV(B) | 225.35º | 0.75% | 0.45% | - |
| XYZ | 4.74 | 3.78 | 16.7 | - |
| YUV | 51.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 115 | 0.75 | 0.57 | 0 | 0.55 | 225.35 | 0.6 | 0.28 |
| Hex | 1D | 32 | 73 | 4B | 39 | 0 | 37 | E1 | 3C | 1C |
| Octal | 35 | 62 | 163 | 113 | 71 | 0 | 67 | 341 | 74 | 34 |
| Binary | 11101 | 110010 | 1110011 | 1001011 | 111001 | 0 | 110111 | 11100001 | 111100 | 11100 |
Color Harmonies of #1D3273
Complementary color
Monochromatic Colors of #1D3273
Black with #1D3273
Text Example
Text Example
White with #1D3273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3273; }
p { color: rgb(29,50,115); }
H1.HeaderClassName
{
color: #1D3273;
}
.AnyTagClassName
{
color: #1D3273;
}
</style>
background-color css
<style>
a { background-color: #1D3273; }
a { background-color: rgb(29,50,115); }
div.DivClassName
{
background-color: #1D3273;
}
.BgClassName
{
background-color: #1D3273;
}
</style>
border-color css
<style>
span { border-color: #1D3273; }
span { border-color: rgb(29,50,115); }
td.TdClassName
{
border-color: #1D3273;
}
.TagClassName
{
border-color: #1D3273;
}
</style>