Shades of Resolution Blue #1C3973
Tints of Resolution Blue #1C3973
RGB
CMYK
RGB Variations
Color information
#1C3973 (or 0x1C3973) is known color: Resolution Blue. HEX triplet: 1C, 39 and 73. RGB value is (28,57,115). Sum of RGB (Red+Green+Blue) = 28+57+115=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C3973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3973 is #E3C68C. Grayscale: #363636. Windows color (decimal): -14927501 or 7551260. OLE color: 7551260.
HSL color Cylindrical-coordinate representation of color #1C3973: hue angle of 220º 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 #1C3973 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 57 | 115 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.55 |
| HSL | 220º | 0.61% | 0.28% | - |
| HSV(B) | 220º | 0.76% | 0.45% | - |
| XYZ | 5.04 | 4.41 | 16.81 | - |
| YUV | 54.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 57 | 115 | 0.76 | 0.50 | 0 | 0.55 | 220 | 0.61 | 0.28 |
| Hex | 1C | 39 | 73 | 4C | 32 | 0 | 37 | DC | 3D | 1C |
| Octal | 34 | 71 | 163 | 114 | 62 | 0 | 67 | 334 | 75 | 34 |
| Binary | 11100 | 111001 | 1110011 | 1001100 | 110010 | 0 | 110111 | 11011100 | 111101 | 11100 |
Color Harmonies of #1C3973
Complementary color
Monochromatic Colors of #1C3973
Black with #1C3973
Text Example
Text Example
White with #1C3973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3973; }
p { color: rgb(28,57,115); }
H1.HeaderClassName
{
color: #1C3973;
}
.AnyTagClassName
{
color: #1C3973;
}
</style>
background-color css
<style>
a { background-color: #1C3973; }
a { background-color: rgb(28,57,115); }
div.DivClassName
{
background-color: #1C3973;
}
.BgClassName
{
background-color: #1C3973;
}
</style>
border-color css
<style>
span { border-color: #1C3973; }
span { border-color: rgb(28,57,115); }
td.TdClassName
{
border-color: #1C3973;
}
.TagClassName
{
border-color: #1C3973;
}
</style>