Shades of Resolution Blue #1D3076
Tints of Resolution Blue #1D3076
RGB
CMYK
RGB Variations
Color information
#1D3076 (or 0x1D3076) is known color: Resolution Blue. HEX triplet: 1D, 30 and 76. RGB value is (29,48,118). Sum of RGB (Red+Green+Blue) = 29+48+118=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D3076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3076 is #E2CF89. Grayscale: #323232. Windows color (decimal): -14864266 or 7745565. OLE color: 7745565.
HSL color Cylindrical-coordinate representation of color #1D3076: hue angle of 227.19º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D3076 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 48 | 118 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.54 |
| HSL | 227.19º | 0.61% | 0.29% | - |
| HSV(B) | 227.19º | 0.75% | 0.46% | - |
| XYZ | 4.83 | 3.68 | 17.6 | - |
| YUV | 50.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 118 | 0.75 | 0.59 | 0 | 0.54 | 227.19 | 0.61 | 0.29 |
| Hex | 1D | 30 | 76 | 4B | 3B | 0 | 36 | E3 | 3D | 1D |
| Octal | 35 | 60 | 166 | 113 | 73 | 0 | 66 | 343 | 75 | 35 |
| Binary | 11101 | 110000 | 1110110 | 1001011 | 111011 | 0 | 110110 | 11100011 | 111101 | 11101 |
Color Harmonies of #1D3076
Complementary color
Monochromatic Colors of #1D3076
Black with #1D3076
Text Example
Text Example
White with #1D3076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3076; }
p { color: rgb(29,48,118); }
H1.HeaderClassName
{
color: #1D3076;
}
.AnyTagClassName
{
color: #1D3076;
}
</style>
background-color css
<style>
a { background-color: #1D3076; }
a { background-color: rgb(29,48,118); }
div.DivClassName
{
background-color: #1D3076;
}
.BgClassName
{
background-color: #1D3076;
}
</style>
border-color css
<style>
span { border-color: #1D3076; }
span { border-color: rgb(29,48,118); }
td.TdClassName
{
border-color: #1D3076;
}
.TagClassName
{
border-color: #1D3076;
}
</style>