Shades of Resolution Blue #1D3988
Tints of Resolution Blue #1D3988
RGB
CMYK
RGB Variations
Color information
#1D3988 (or 0x1D3988) is known color: Resolution Blue. HEX triplet: 1D, 39 and 88. RGB value is (29,57,136). Sum of RGB (Red+Green+Blue) = 29+57+136=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D3988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3988 is #E2C677. Grayscale: #393939. Windows color (decimal): -14861944 or 8927517. OLE color: 8927517.
HSL color Cylindrical-coordinate representation of color #1D3988: hue angle of 224.3º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D3988 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 57 | 136 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.47 |
| HSL | 224.3º | 0.65% | 0.32% | - |
| HSV(B) | 224.3º | 0.79% | 0.53% | - |
| XYZ | 6.41 | 4.97 | 23.91 | - |
| YUV | 57.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 136 | 0.79 | 0.58 | 0 | 0.47 | 224.3 | 0.65 | 0.32 |
| Hex | 1D | 39 | 88 | 4F | 3A | 0 | 2F | E0 | 41 | 20 |
| Octal | 35 | 71 | 210 | 117 | 72 | 0 | 57 | 340 | 101 | 40 |
| Binary | 11101 | 111001 | 10001000 | 1001111 | 111010 | 0 | 101111 | 11100000 | 1000001 | 100000 |
Color Harmonies of #1D3988
Complementary color
Monochromatic Colors of #1D3988
Black with #1D3988
Text Example
Text Example
White with #1D3988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3988; }
p { color: rgb(29,57,136); }
H1.HeaderClassName
{
color: #1D3988;
}
.AnyTagClassName
{
color: #1D3988;
}
</style>
background-color css
<style>
a { background-color: #1D3988; }
a { background-color: rgb(29,57,136); }
div.DivClassName
{
background-color: #1D3988;
}
.BgClassName
{
background-color: #1D3988;
}
</style>
border-color css
<style>
span { border-color: #1D3988; }
span { border-color: rgb(29,57,136); }
td.TdClassName
{
border-color: #1D3988;
}
.TagClassName
{
border-color: #1D3988;
}
</style>