Shades of Resolution Blue #1D3C89
Tints of Resolution Blue #1D3C89
RGB
CMYK
RGB Variations
Color information
#1D3C89 (or 0x1D3C89) is known color: Resolution Blue. HEX triplet: 1D, 3C and 89. RGB value is (29,60,137). Sum of RGB (Red+Green+Blue) = 29+60+137=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D3C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3C89 is #E2C376. Grayscale: #3B3B3B. Windows color (decimal): -14861175 or 8993821. OLE color: 8993821.
HSL color Cylindrical-coordinate representation of color #1D3C89: hue angle of 222.78º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D3C89 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 60 | 137 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.46 |
| HSL | 222.78º | 0.65% | 0.33% | - |
| HSV(B) | 222.78º | 0.79% | 0.54% | - |
| XYZ | 6.64 | 5.3 | 24.34 | - |
| YUV | 59.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 137 | 0.79 | 0.56 | 0 | 0.46 | 222.78 | 0.65 | 0.33 |
| Hex | 1D | 3C | 89 | 4F | 38 | 0 | 2E | DF | 41 | 21 |
| Octal | 35 | 74 | 211 | 117 | 70 | 0 | 56 | 337 | 101 | 41 |
| Binary | 11101 | 111100 | 10001001 | 1001111 | 111000 | 0 | 101110 | 11011111 | 1000001 | 100001 |
Color Harmonies of #1D3C89
Complementary color
Monochromatic Colors of #1D3C89
Black with #1D3C89
Text Example
Text Example
White with #1D3C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C89; }
p { color: rgb(29,60,137); }
H1.HeaderClassName
{
color: #1D3C89;
}
.AnyTagClassName
{
color: #1D3C89;
}
</style>
background-color css
<style>
a { background-color: #1D3C89; }
a { background-color: rgb(29,60,137); }
div.DivClassName
{
background-color: #1D3C89;
}
.BgClassName
{
background-color: #1D3C89;
}
</style>
border-color css
<style>
span { border-color: #1D3C89; }
span { border-color: rgb(29,60,137); }
td.TdClassName
{
border-color: #1D3C89;
}
.TagClassName
{
border-color: #1D3C89;
}
</style>