Shades of Resolution Blue #1D3783
Tints of Resolution Blue #1D3783
RGB
CMYK
RGB Variations
Color information
#1D3783 (or 0x1D3783) is known color: Resolution Blue. HEX triplet: 1D, 37 and 83. RGB value is (29,55,131). Sum of RGB (Red+Green+Blue) = 29+55+131=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D3783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3783 is #E2C87C. Grayscale: #373737. Windows color (decimal): -14862461 or 8599325. OLE color: 8599325.
HSL color Cylindrical-coordinate representation of color #1D3783: hue angle of 224.71º 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 #1D3783 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 55 | 131 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.49 |
| HSL | 224.71º | 0.64% | 0.31% | - |
| HSV(B) | 224.71º | 0.78% | 0.51% | - |
| XYZ | 5.97 | 4.63 | 22.05 | - |
| YUV | 55.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 131 | 0.78 | 0.58 | 0 | 0.49 | 224.71 | 0.64 | 0.31 |
| Hex | 1D | 37 | 83 | 4E | 3A | 0 | 31 | E1 | 40 | 1F |
| Octal | 35 | 67 | 203 | 116 | 72 | 0 | 61 | 341 | 100 | 37 |
| Binary | 11101 | 110111 | 10000011 | 1001110 | 111010 | 0 | 110001 | 11100001 | 1000000 | 11111 |
Color Harmonies of #1D3783
Complementary color
Monochromatic Colors of #1D3783
Black with #1D3783
Text Example
Text Example
White with #1D3783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3783; }
p { color: rgb(29,55,131); }
H1.HeaderClassName
{
color: #1D3783;
}
.AnyTagClassName
{
color: #1D3783;
}
</style>
background-color css
<style>
a { background-color: #1D3783; }
a { background-color: rgb(29,55,131); }
div.DivClassName
{
background-color: #1D3783;
}
.BgClassName
{
background-color: #1D3783;
}
</style>
border-color css
<style>
span { border-color: #1D3783; }
span { border-color: rgb(29,55,131); }
td.TdClassName
{
border-color: #1D3783;
}
.TagClassName
{
border-color: #1D3783;
}
</style>