Shades of Resolution Blue #1D3078
Tints of Resolution Blue #1D3078
RGB
CMYK
RGB Variations
Color information
#1D3078 (or 0x1D3078) is known color: Resolution Blue. HEX triplet: 1D, 30 and 78. RGB value is (29,48,120). Sum of RGB (Red+Green+Blue) = 29+48+120=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D3078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3078 is #E2CF87. Grayscale: #323232. Windows color (decimal): -14864264 or 7876637. OLE color: 7876637.
HSL color Cylindrical-coordinate representation of color #1D3078: hue angle of 227.47º 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 #1D3078 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 48 | 120 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.53 |
| HSL | 227.47º | 0.61% | 0.29% | - |
| HSV(B) | 227.47º | 0.76% | 0.47% | - |
| XYZ | 4.95 | 3.73 | 18.23 | - |
| YUV | 50.53 | 167.21 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 120 | 0.76 | 0.60 | 0 | 0.53 | 227.47 | 0.61 | 0.29 |
| Hex | 1D | 30 | 78 | 4C | 3C | 0 | 35 | E3 | 3D | 1D |
| Octal | 35 | 60 | 170 | 114 | 74 | 0 | 65 | 343 | 75 | 35 |
| Binary | 11101 | 110000 | 1111000 | 1001100 | 111100 | 0 | 110101 | 11100011 | 111101 | 11101 |
Color Harmonies of #1D3078
Complementary color
Monochromatic Colors of #1D3078
Black with #1D3078
Text Example
Text Example
White with #1D3078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3078; }
p { color: rgb(29,48,120); }
H1.HeaderClassName
{
color: #1D3078;
}
.AnyTagClassName
{
color: #1D3078;
}
</style>
background-color css
<style>
a { background-color: #1D3078; }
a { background-color: rgb(29,48,120); }
div.DivClassName
{
background-color: #1D3078;
}
.BgClassName
{
background-color: #1D3078;
}
</style>
border-color css
<style>
span { border-color: #1D3078; }
span { border-color: rgb(29,48,120); }
td.TdClassName
{
border-color: #1D3078;
}
.TagClassName
{
border-color: #1D3078;
}
</style>