Shades of Resolution Blue #1D3875
Tints of Resolution Blue #1D3875
RGB
CMYK
RGB Variations
Color information
#1D3875 (or 0x1D3875) is known color: Resolution Blue. HEX triplet: 1D, 38 and 75. RGB value is (29,56,117). Sum of RGB (Red+Green+Blue) = 29+56+117=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D3875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3875 is #E2C78A. Grayscale: #363636. Windows color (decimal): -14862219 or 7682077. OLE color: 7682077.
HSL color Cylindrical-coordinate representation of color #1D3875: hue angle of 221.59º degrees, saturation: 0.6, 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 #1D3875 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 56 | 117 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.54 |
| HSL | 221.59º | 0.6% | 0.29% | - |
| HSV(B) | 221.59º | 0.75% | 0.46% | - |
| XYZ | 5.13 | 4.37 | 17.4 | - |
| YUV | 54.88 | 163.05 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 117 | 0.75 | 0.52 | 0 | 0.54 | 221.59 | 0.6 | 0.29 |
| Hex | 1D | 38 | 75 | 4B | 34 | 0 | 36 | DE | 3C | 1D |
| Octal | 35 | 70 | 165 | 113 | 64 | 0 | 66 | 336 | 74 | 35 |
| Binary | 11101 | 111000 | 1110101 | 1001011 | 110100 | 0 | 110110 | 11011110 | 111100 | 11101 |
Color Harmonies of #1D3875
Complementary color
Monochromatic Colors of #1D3875
Black with #1D3875
Text Example
Text Example
White with #1D3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3875; }
p { color: rgb(29,56,117); }
H1.HeaderClassName
{
color: #1D3875;
}
.AnyTagClassName
{
color: #1D3875;
}
</style>
background-color css
<style>
a { background-color: #1D3875; }
a { background-color: rgb(29,56,117); }
div.DivClassName
{
background-color: #1D3875;
}
.BgClassName
{
background-color: #1D3875;
}
</style>
border-color css
<style>
span { border-color: #1D3875; }
span { border-color: rgb(29,56,117); }
td.TdClassName
{
border-color: #1D3875;
}
.TagClassName
{
border-color: #1D3875;
}
</style>