Shades of Resolution Blue #1D3083
Tints of Resolution Blue #1D3083
RGB
CMYK
RGB Variations
Color information
#1D3083 (or 0x1D3083) is known color: Resolution Blue. HEX triplet: 1D, 30 and 83. RGB value is (29,48,131). Sum of RGB (Red+Green+Blue) = 29+48+131=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D3083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3083 is #E2CF7C. Grayscale: #333333. Windows color (decimal): -14864253 or 8597533. OLE color: 8597533.
HSL color Cylindrical-coordinate representation of color #1D3083: hue angle of 228.82º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D3083 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 48 | 131 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.49 |
| HSL | 228.82º | 0.64% | 0.31% | - |
| HSV(B) | 228.82º | 0.78% | 0.51% | - |
| XYZ | 5.66 | 4.01 | 21.95 | - |
| YUV | 51.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 131 | 0.78 | 0.63 | 0 | 0.49 | 228.82 | 0.64 | 0.31 |
| Hex | 1D | 30 | 83 | 4E | 3F | 0 | 31 | E5 | 40 | 1F |
| Octal | 35 | 60 | 203 | 116 | 77 | 0 | 61 | 345 | 100 | 37 |
| Binary | 11101 | 110000 | 10000011 | 1001110 | 111111 | 0 | 110001 | 11100101 | 1000000 | 11111 |
Color Harmonies of #1D3083
Complementary color
Monochromatic Colors of #1D3083
Black with #1D3083
Text Example
Text Example
White with #1D3083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3083; }
p { color: rgb(29,48,131); }
H1.HeaderClassName
{
color: #1D3083;
}
.AnyTagClassName
{
color: #1D3083;
}
</style>
background-color css
<style>
a { background-color: #1D3083; }
a { background-color: rgb(29,48,131); }
div.DivClassName
{
background-color: #1D3083;
}
.BgClassName
{
background-color: #1D3083;
}
</style>
border-color css
<style>
span { border-color: #1D3083; }
span { border-color: rgb(29,48,131); }
td.TdClassName
{
border-color: #1D3083;
}
.TagClassName
{
border-color: #1D3083;
}
</style>