Shades of Resolution Blue #1D2F72
Tints of Resolution Blue #1D2F72
RGB
CMYK
RGB Variations
Color information
#1D2F72 (or 0x1D2F72) is known color: Resolution Blue. HEX triplet: 1D, 2F and 72. RGB value is (29,47,114). Sum of RGB (Red+Green+Blue) = 29+47+114=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D2F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2F72 is #E2D08D. Grayscale: #303030. Windows color (decimal): -14864526 or 7483165. OLE color: 7483165.
HSL color Cylindrical-coordinate representation of color #1D2F72: hue angle of 227.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D2F72 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 47 | 114 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.55 |
| HSL | 227.29º | 0.59% | 0.28% | - |
| HSV(B) | 227.29º | 0.75% | 0.45% | - |
| XYZ | 4.56 | 3.51 | 16.36 | - |
| YUV | 49.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 114 | 0.75 | 0.59 | 0 | 0.55 | 227.29 | 0.59 | 0.28 |
| Hex | 1D | 2F | 72 | 4B | 3B | 0 | 37 | E3 | 3B | 1C |
| Octal | 35 | 57 | 162 | 113 | 73 | 0 | 67 | 343 | 73 | 34 |
| Binary | 11101 | 101111 | 1110010 | 1001011 | 111011 | 0 | 110111 | 11100011 | 111011 | 11100 |
Color Harmonies of #1D2F72
Complementary color
Monochromatic Colors of #1D2F72
Black with #1D2F72
Text Example
Text Example
White with #1D2F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F72; }
p { color: rgb(29,47,114); }
H1.HeaderClassName
{
color: #1D2F72;
}
.AnyTagClassName
{
color: #1D2F72;
}
</style>
background-color css
<style>
a { background-color: #1D2F72; }
a { background-color: rgb(29,47,114); }
div.DivClassName
{
background-color: #1D2F72;
}
.BgClassName
{
background-color: #1D2F72;
}
</style>
border-color css
<style>
span { border-color: #1D2F72; }
span { border-color: rgb(29,47,114); }
td.TdClassName
{
border-color: #1D2F72;
}
.TagClassName
{
border-color: #1D2F72;
}
</style>