Shades of Resolution Blue #1D3084
Tints of Resolution Blue #1D3084
RGB
CMYK
RGB Variations
Color information
#1D3084 (or 0x1D3084) is known color: Resolution Blue. HEX triplet: 1D, 30 and 84. RGB value is (29,48,132). Sum of RGB (Red+Green+Blue) = 29+48+132=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D3084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3084 is #E2CF7B. Grayscale: #333333. Windows color (decimal): -14864252 or 8663069. OLE color: 8663069.
HSL color Cylindrical-coordinate representation of color #1D3084: hue angle of 228.93º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D3084 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 48 | 132 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.48 |
| HSL | 228.93º | 0.64% | 0.32% | - |
| HSV(B) | 228.93º | 0.78% | 0.52% | - |
| XYZ | 5.73 | 4.04 | 22.31 | - |
| YUV | 51.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 132 | 0.78 | 0.64 | 0 | 0.48 | 228.93 | 0.64 | 0.32 |
| Hex | 1D | 30 | 84 | 4E | 40 | 0 | 30 | E5 | 40 | 20 |
| Octal | 35 | 60 | 204 | 116 | 100 | 0 | 60 | 345 | 100 | 40 |
| Binary | 11101 | 110000 | 10000100 | 1001110 | 1000000 | 0 | 110000 | 11100101 | 1000000 | 100000 |
Color Harmonies of #1D3084
Complementary color
Monochromatic Colors of #1D3084
Black with #1D3084
Text Example
Text Example
White with #1D3084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3084; }
p { color: rgb(29,48,132); }
H1.HeaderClassName
{
color: #1D3084;
}
.AnyTagClassName
{
color: #1D3084;
}
</style>
background-color css
<style>
a { background-color: #1D3084; }
a { background-color: rgb(29,48,132); }
div.DivClassName
{
background-color: #1D3084;
}
.BgClassName
{
background-color: #1D3084;
}
</style>
border-color css
<style>
span { border-color: #1D3084; }
span { border-color: rgb(29,48,132); }
td.TdClassName
{
border-color: #1D3084;
}
.TagClassName
{
border-color: #1D3084;
}
</style>