Shades of Resolution Blue #1D367D
Tints of Resolution Blue #1D367D
RGB
CMYK
RGB Variations
Color information
#1D367D (or 0x1D367D) is known color: Resolution Blue. HEX triplet: 1D, 36 and 7D. RGB value is (29,54,125). Sum of RGB (Red+Green+Blue) = 29+54+125=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D367D is #E2C982. Grayscale: #363636. Windows color (decimal): -14862723 or 8205853. OLE color: 8205853.
HSL color Cylindrical-coordinate representation of color #1D367D: hue angle of 224.38º 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 #1D367D is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 54 | 125 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.51 |
| HSL | 224.38º | 0.62% | 0.3% | - |
| HSV(B) | 224.38º | 0.77% | 0.49% | - |
| XYZ | 5.53 | 4.38 | 19.96 | - |
| YUV | 54.62 | 167.72 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 125 | 0.77 | 0.57 | 0 | 0.51 | 224.38 | 0.62 | 0.3 |
| Hex | 1D | 36 | 7D | 4D | 39 | 0 | 33 | E0 | 3E | 1E |
| Octal | 35 | 66 | 175 | 115 | 71 | 0 | 63 | 340 | 76 | 36 |
| Binary | 11101 | 110110 | 1111101 | 1001101 | 111001 | 0 | 110011 | 11100000 | 111110 | 11110 |
Color Harmonies of #1D367D
Complementary color
Monochromatic Colors of #1D367D
Black with #1D367D
Text Example
Text Example
White with #1D367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D367D; }
p { color: rgb(29,54,125); }
H1.HeaderClassName
{
color: #1D367D;
}
.AnyTagClassName
{
color: #1D367D;
}
</style>
background-color css
<style>
a { background-color: #1D367D; }
a { background-color: rgb(29,54,125); }
div.DivClassName
{
background-color: #1D367D;
}
.BgClassName
{
background-color: #1D367D;
}
</style>
border-color css
<style>
span { border-color: #1D367D; }
span { border-color: rgb(29,54,125); }
td.TdClassName
{
border-color: #1D367D;
}
.TagClassName
{
border-color: #1D367D;
}
</style>