Shades of Resolution Blue #1C3773
Tints of Resolution Blue #1C3773
RGB
CMYK
RGB Variations
Color information
#1C3773 (or 0x1C3773) is known color: Resolution Blue. HEX triplet: 1C, 37 and 73. RGB value is (28,55,115). Sum of RGB (Red+Green+Blue) = 28+55+115=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C3773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3773 is #E3C88C. Grayscale: #353535. Windows color (decimal): -14928013 or 7550748. OLE color: 7550748.
HSL color Cylindrical-coordinate representation of color #1C3773: hue angle of 221.38º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C3773 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 55 | 115 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.55 |
| HSL | 221.38º | 0.61% | 0.28% | - |
| HSV(B) | 221.38º | 0.76% | 0.45% | - |
| XYZ | 4.94 | 4.22 | 16.77 | - |
| YUV | 53.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 115 | 0.76 | 0.52 | 0 | 0.55 | 221.38 | 0.61 | 0.28 |
| Hex | 1C | 37 | 73 | 4C | 34 | 0 | 37 | DD | 3D | 1C |
| Octal | 34 | 67 | 163 | 114 | 64 | 0 | 67 | 335 | 75 | 34 |
| Binary | 11100 | 110111 | 1110011 | 1001100 | 110100 | 0 | 110111 | 11011101 | 111101 | 11100 |
Color Harmonies of #1C3773
Complementary color
Monochromatic Colors of #1C3773
Black with #1C3773
Text Example
Text Example
White with #1C3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3773; }
p { color: rgb(28,55,115); }
H1.HeaderClassName
{
color: #1C3773;
}
.AnyTagClassName
{
color: #1C3773;
}
</style>
background-color css
<style>
a { background-color: #1C3773; }
a { background-color: rgb(28,55,115); }
div.DivClassName
{
background-color: #1C3773;
}
.BgClassName
{
background-color: #1C3773;
}
</style>
border-color css
<style>
span { border-color: #1C3773; }
span { border-color: rgb(28,55,115); }
td.TdClassName
{
border-color: #1C3773;
}
.TagClassName
{
border-color: #1C3773;
}
</style>