Shades of Resolution Blue #1D3A72
Tints of Resolution Blue #1D3A72
RGB
CMYK
RGB Variations
Color information
#1D3A72 (or 0x1D3A72) is known color: Resolution Blue. HEX triplet: 1D, 3A and 72. RGB value is (29,58,114). Sum of RGB (Red+Green+Blue) = 29+58+114=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D3A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3A72 is #E2C58D. Grayscale: #373737. Windows color (decimal): -14861710 or 7485981. OLE color: 7485981.
HSL color Cylindrical-coordinate representation of color #1D3A72: hue angle of 219.53º degrees, saturation: 0.59, 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 #1D3A72 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 58 | 114 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.55 |
| HSL | 219.53º | 0.59% | 0.28% | - |
| HSV(B) | 219.53º | 0.75% | 0.45% | - |
| XYZ | 5.06 | 4.5 | 16.52 | - |
| YUV | 55.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 114 | 0.75 | 0.49 | 0 | 0.55 | 219.53 | 0.59 | 0.28 |
| Hex | 1D | 3A | 72 | 4B | 31 | 0 | 37 | DC | 3B | 1C |
| Octal | 35 | 72 | 162 | 113 | 61 | 0 | 67 | 334 | 73 | 34 |
| Binary | 11101 | 111010 | 1110010 | 1001011 | 110001 | 0 | 110111 | 11011100 | 111011 | 11100 |
Color Harmonies of #1D3A72
Complementary color
Monochromatic Colors of #1D3A72
Black with #1D3A72
Text Example
Text Example
White with #1D3A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3A72; }
p { color: rgb(29,58,114); }
H1.HeaderClassName
{
color: #1D3A72;
}
.AnyTagClassName
{
color: #1D3A72;
}
</style>
background-color css
<style>
a { background-color: #1D3A72; }
a { background-color: rgb(29,58,114); }
div.DivClassName
{
background-color: #1D3A72;
}
.BgClassName
{
background-color: #1D3A72;
}
</style>
border-color css
<style>
span { border-color: #1D3A72; }
span { border-color: rgb(29,58,114); }
td.TdClassName
{
border-color: #1D3A72;
}
.TagClassName
{
border-color: #1D3A72;
}
</style>