Shades of Resolution Blue #1D3383
Tints of Resolution Blue #1D3383
RGB
CMYK
RGB Variations
Color information
#1D3383 (or 0x1D3383) is known color: Resolution Blue. HEX triplet: 1D, 33 and 83. RGB value is (29,51,131). Sum of RGB (Red+Green+Blue) = 29+51+131=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D3383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3383 is #E2CC7C. Grayscale: #353535. Windows color (decimal): -14863485 or 8598301. OLE color: 8598301.
HSL color Cylindrical-coordinate representation of color #1D3383: hue angle of 227.06º 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 #1D3383 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 51 | 131 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.49 |
| HSL | 227.06º | 0.64% | 0.31% | - |
| HSV(B) | 227.06º | 0.78% | 0.51% | - |
| XYZ | 5.79 | 4.27 | 21.99 | - |
| YUV | 53.54 | 171.71 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 131 | 0.78 | 0.61 | 0 | 0.49 | 227.06 | 0.64 | 0.31 |
| Hex | 1D | 33 | 83 | 4E | 3D | 0 | 31 | E3 | 40 | 1F |
| Octal | 35 | 63 | 203 | 116 | 75 | 0 | 61 | 343 | 100 | 37 |
| Binary | 11101 | 110011 | 10000011 | 1001110 | 111101 | 0 | 110001 | 11100011 | 1000000 | 11111 |
Color Harmonies of #1D3383
Complementary color
Monochromatic Colors of #1D3383
Black with #1D3383
Text Example
Text Example
White with #1D3383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3383; }
p { color: rgb(29,51,131); }
H1.HeaderClassName
{
color: #1D3383;
}
.AnyTagClassName
{
color: #1D3383;
}
</style>
background-color css
<style>
a { background-color: #1D3383; }
a { background-color: rgb(29,51,131); }
div.DivClassName
{
background-color: #1D3383;
}
.BgClassName
{
background-color: #1D3383;
}
</style>
border-color css
<style>
span { border-color: #1D3383; }
span { border-color: rgb(29,51,131); }
td.TdClassName
{
border-color: #1D3383;
}
.TagClassName
{
border-color: #1D3383;
}
</style>