Shades of Resolution Blue #1D3583
Tints of Resolution Blue #1D3583
RGB
CMYK
RGB Variations
Color information
#1D3583 (or 0x1D3583) is known color: Resolution Blue. HEX triplet: 1D, 35 and 83. RGB value is (29,53,131). Sum of RGB (Red+Green+Blue) = 29+53+131=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D3583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3583 is #E2CA7C. Grayscale: #363636. Windows color (decimal): -14862973 or 8598813. OLE color: 8598813.
HSL color Cylindrical-coordinate representation of color #1D3583: hue angle of 225.88º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D3583 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 53 | 131 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.49 |
| HSL | 225.88º | 0.64% | 0.31% | - |
| HSV(B) | 225.88º | 0.78% | 0.51% | - |
| XYZ | 5.88 | 4.45 | 22.02 | - |
| YUV | 54.72 | 171.05 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 131 | 0.78 | 0.60 | 0 | 0.49 | 225.88 | 0.64 | 0.31 |
| Hex | 1D | 35 | 83 | 4E | 3C | 0 | 31 | E2 | 40 | 1F |
| Octal | 35 | 65 | 203 | 116 | 74 | 0 | 61 | 342 | 100 | 37 |
| Binary | 11101 | 110101 | 10000011 | 1001110 | 111100 | 0 | 110001 | 11100010 | 1000000 | 11111 |
Color Harmonies of #1D3583
Complementary color
Monochromatic Colors of #1D3583
Black with #1D3583
Text Example
Text Example
White with #1D3583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3583; }
p { color: rgb(29,53,131); }
H1.HeaderClassName
{
color: #1D3583;
}
.AnyTagClassName
{
color: #1D3583;
}
</style>
background-color css
<style>
a { background-color: #1D3583; }
a { background-color: rgb(29,53,131); }
div.DivClassName
{
background-color: #1D3583;
}
.BgClassName
{
background-color: #1D3583;
}
</style>
border-color css
<style>
span { border-color: #1D3583; }
span { border-color: rgb(29,53,131); }
td.TdClassName
{
border-color: #1D3583;
}
.TagClassName
{
border-color: #1D3583;
}
</style>