Shades of Resolution Blue #1D377C
Tints of Resolution Blue #1D377C
RGB
CMYK
RGB Variations
Color information
#1D377C (or 0x1D377C) is known color: Resolution Blue. HEX triplet: 1D, 37 and 7C. RGB value is (29,55,124). Sum of RGB (Red+Green+Blue) = 29+55+124=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D377C is #E2C883. Grayscale: #363636. Windows color (decimal): -14862468 or 8140573. OLE color: 8140573.
HSL color Cylindrical-coordinate representation of color #1D377C: hue angle of 223.58º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D377C is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 55 | 124 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.51 |
| HSL | 223.58º | 0.62% | 0.3% | - |
| HSV(B) | 223.58º | 0.77% | 0.49% | - |
| XYZ | 5.51 | 4.45 | 19.64 | - |
| YUV | 55.09 | 166.89 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 124 | 0.77 | 0.56 | 0 | 0.51 | 223.58 | 0.62 | 0.3 |
| Hex | 1D | 37 | 7C | 4D | 38 | 0 | 33 | E0 | 3E | 1E |
| Octal | 35 | 67 | 174 | 115 | 70 | 0 | 63 | 340 | 76 | 36 |
| Binary | 11101 | 110111 | 1111100 | 1001101 | 111000 | 0 | 110011 | 11100000 | 111110 | 11110 |
Color Harmonies of #1D377C
Complementary color
Monochromatic Colors of #1D377C
Black with #1D377C
Text Example
Text Example
White with #1D377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D377C; }
p { color: rgb(29,55,124); }
H1.HeaderClassName
{
color: #1D377C;
}
.AnyTagClassName
{
color: #1D377C;
}
</style>
background-color css
<style>
a { background-color: #1D377C; }
a { background-color: rgb(29,55,124); }
div.DivClassName
{
background-color: #1D377C;
}
.BgClassName
{
background-color: #1D377C;
}
</style>
border-color css
<style>
span { border-color: #1D377C; }
span { border-color: rgb(29,55,124); }
td.TdClassName
{
border-color: #1D377C;
}
.TagClassName
{
border-color: #1D377C;
}
</style>