Shades of Resolution Blue #1D3072
Tints of Resolution Blue #1D3072
RGB
CMYK
RGB Variations
Color information
#1D3072 (or 0x1D3072) is known color: Resolution Blue. HEX triplet: 1D, 30 and 72. RGB value is (29,48,114). Sum of RGB (Red+Green+Blue) = 29+48+114=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3072 is #E2CF8D. Grayscale: #313131. Windows color (decimal): -14864270 or 7483421. OLE color: 7483421.
HSL color Cylindrical-coordinate representation of color #1D3072: hue angle of 226.59º 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 #1D3072 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 48 | 114 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.55 |
| HSL | 226.59º | 0.59% | 0.28% | - |
| HSV(B) | 226.59º | 0.75% | 0.45% | - |
| XYZ | 4.6 | 3.59 | 16.37 | - |
| YUV | 49.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 114 | 0.75 | 0.58 | 0 | 0.55 | 226.59 | 0.59 | 0.28 |
| Hex | 1D | 30 | 72 | 4B | 3A | 0 | 37 | E3 | 3B | 1C |
| Octal | 35 | 60 | 162 | 113 | 72 | 0 | 67 | 343 | 73 | 34 |
| Binary | 11101 | 110000 | 1110010 | 1001011 | 111010 | 0 | 110111 | 11100011 | 111011 | 11100 |
Color Harmonies of #1D3072
Complementary color
Monochromatic Colors of #1D3072
Black with #1D3072
Text Example
Text Example
White with #1D3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3072; }
p { color: rgb(29,48,114); }
H1.HeaderClassName
{
color: #1D3072;
}
.AnyTagClassName
{
color: #1D3072;
}
</style>
background-color css
<style>
a { background-color: #1D3072; }
a { background-color: rgb(29,48,114); }
div.DivClassName
{
background-color: #1D3072;
}
.BgClassName
{
background-color: #1D3072;
}
</style>
border-color css
<style>
span { border-color: #1D3072; }
span { border-color: rgb(29,48,114); }
td.TdClassName
{
border-color: #1D3072;
}
.TagClassName
{
border-color: #1D3072;
}
</style>