Shades of Resolution Blue #1D3C78
Tints of Resolution Blue #1D3C78
RGB
CMYK
RGB Variations
Color information
#1D3C78 (or 0x1D3C78) is known color: Resolution Blue. HEX triplet: 1D, 3C and 78. RGB value is (29,60,120). Sum of RGB (Red+Green+Blue) = 29+60+120=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D3C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3C78 is #E2C387. Grayscale: #393939. Windows color (decimal): -14861192 or 7879709. OLE color: 7879709.
HSL color Cylindrical-coordinate representation of color #1D3C78: hue angle of 219.56º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D3C78 is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 60 | 120 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.53 |
| HSL | 219.56º | 0.61% | 0.29% | - |
| HSV(B) | 219.56º | 0.76% | 0.47% | - |
| XYZ | 5.51 | 4.85 | 18.41 | - |
| YUV | 57.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 120 | 0.76 | 0.5 | 0 | 0.53 | 219.56 | 0.61 | 0.29 |
| Hex | 1D | 3C | 78 | 4C | 32 | 0 | 35 | DC | 3D | 1D |
| Octal | 35 | 74 | 170 | 114 | 62 | 0 | 65 | 334 | 75 | 35 |
| Binary | 11101 | 111100 | 1111000 | 1001100 | 110010 | 0 | 110101 | 11011100 | 111101 | 11101 |
Color Harmonies of #1D3C78
Complementary color
Monochromatic Colors of #1D3C78
Black with #1D3C78
Text Example
Text Example
White with #1D3C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C78; }
p { color: rgb(29,60,120); }
H1.HeaderClassName
{
color: #1D3C78;
}
.AnyTagClassName
{
color: #1D3C78;
}
</style>
background-color css
<style>
a { background-color: #1D3C78; }
a { background-color: rgb(29,60,120); }
div.DivClassName
{
background-color: #1D3C78;
}
.BgClassName
{
background-color: #1D3C78;
}
</style>
border-color css
<style>
span { border-color: #1D3C78; }
span { border-color: rgb(29,60,120); }
td.TdClassName
{
border-color: #1D3C78;
}
.TagClassName
{
border-color: #1D3C78;
}
</style>