Shades of Resolution Blue #1C3570
Tints of Resolution Blue #1C3570
RGB
CMYK
RGB Variations
Color information
#1C3570 (or 0x1C3570) is known color: Resolution Blue. HEX triplet: 1C, 35 and 70. RGB value is (28,53,112). Sum of RGB (Red+Green+Blue) = 28+53+112=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3570 is #E3CA8F. Grayscale: #333333. Windows color (decimal): -14928528 or 7353628. OLE color: 7353628.
HSL color Cylindrical-coordinate representation of color #1C3570: hue angle of 222.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C3570 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 53 | 112 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.56 |
| HSL | 222.14º | 0.6% | 0.27% | - |
| HSV(B) | 222.14º | 0.75% | 0.44% | - |
| XYZ | 4.68 | 3.96 | 15.85 | - |
| YUV | 52.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 112 | 0.75 | 0.53 | 0 | 0.56 | 222.14 | 0.6 | 0.27 |
| Hex | 1C | 35 | 70 | 4B | 35 | 0 | 38 | DE | 3C | 1B |
| Octal | 34 | 65 | 160 | 113 | 65 | 0 | 70 | 336 | 74 | 33 |
| Binary | 11100 | 110101 | 1110000 | 1001011 | 110101 | 0 | 111000 | 11011110 | 111100 | 11011 |
Color Harmonies of #1C3570
Complementary color
Monochromatic Colors of #1C3570
Black with #1C3570
Text Example
Text Example
White with #1C3570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3570; }
p { color: rgb(28,53,112); }
H1.HeaderClassName
{
color: #1C3570;
}
.AnyTagClassName
{
color: #1C3570;
}
</style>
background-color css
<style>
a { background-color: #1C3570; }
a { background-color: rgb(28,53,112); }
div.DivClassName
{
background-color: #1C3570;
}
.BgClassName
{
background-color: #1C3570;
}
</style>
border-color css
<style>
span { border-color: #1C3570; }
span { border-color: rgb(28,53,112); }
td.TdClassName
{
border-color: #1C3570;
}
.TagClassName
{
border-color: #1C3570;
}
</style>