Shades of Resolution Blue #1C3387
Tints of Resolution Blue #1C3387
RGB
CMYK
RGB Variations
Color information
#1C3387 (or 0x1C3387) is known color: Resolution Blue. HEX triplet: 1C, 33 and 87. RGB value is (28,51,135). Sum of RGB (Red+Green+Blue) = 28+51+135=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C3387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3387 is #E3CC78. Grayscale: #353535. Windows color (decimal): -14929017 or 8860444. OLE color: 8860444.
HSL color Cylindrical-coordinate representation of color #1C3387: hue angle of 227.1º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C3387 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 51 | 135 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.47 |
| HSL | 227.1º | 0.66% | 0.32% | - |
| HSV(B) | 227.1º | 0.79% | 0.53% | - |
| XYZ | 6.04 | 4.36 | 23.45 | - |
| YUV | 53.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 51 | 135 | 0.79 | 0.62 | 0 | 0.47 | 227.1 | 0.66 | 0.32 |
| Hex | 1C | 33 | 87 | 4F | 3E | 0 | 2F | E3 | 42 | 20 |
| Octal | 34 | 63 | 207 | 117 | 76 | 0 | 57 | 343 | 102 | 40 |
| Binary | 11100 | 110011 | 10000111 | 1001111 | 111110 | 0 | 101111 | 11100011 | 1000010 | 100000 |
Color Harmonies of #1C3387
Complementary color
Monochromatic Colors of #1C3387
Black with #1C3387
Text Example
Text Example
White with #1C3387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3387; }
p { color: rgb(28,51,135); }
H1.HeaderClassName
{
color: #1C3387;
}
.AnyTagClassName
{
color: #1C3387;
}
</style>
background-color css
<style>
a { background-color: #1C3387; }
a { background-color: rgb(28,51,135); }
div.DivClassName
{
background-color: #1C3387;
}
.BgClassName
{
background-color: #1C3387;
}
</style>
border-color css
<style>
span { border-color: #1C3387; }
span { border-color: rgb(28,51,135); }
td.TdClassName
{
border-color: #1C3387;
}
.TagClassName
{
border-color: #1C3387;
}
</style>