Shades of Resolution Blue #1C3A85
Tints of Resolution Blue #1C3A85
RGB
CMYK
RGB Variations
Color information
#1C3A85 (or 0x1C3A85) is known color: Resolution Blue. HEX triplet: 1C, 3A and 85. RGB value is (28,58,133). Sum of RGB (Red+Green+Blue) = 28+58+133=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C3A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3A85 is #E3C57A. Grayscale: #393939. Windows color (decimal): -14927227 or 8731164. OLE color: 8731164.
HSL color Cylindrical-coordinate representation of color #1C3A85: hue angle of 222.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C3A85 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 58 | 133 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.48 |
| HSL | 222.86º | 0.65% | 0.32% | - |
| HSV(B) | 222.86º | 0.79% | 0.52% | - |
| XYZ | 6.23 | 4.97 | 22.82 | - |
| YUV | 57.58 | 170.56 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 133 | 0.79 | 0.56 | 0 | 0.48 | 222.86 | 0.65 | 0.32 |
| Hex | 1C | 3A | 85 | 4F | 38 | 0 | 30 | DF | 41 | 20 |
| Octal | 34 | 72 | 205 | 117 | 70 | 0 | 60 | 337 | 101 | 40 |
| Binary | 11100 | 111010 | 10000101 | 1001111 | 111000 | 0 | 110000 | 11011111 | 1000001 | 100000 |
Color Harmonies of #1C3A85
Complementary color
Monochromatic Colors of #1C3A85
Black with #1C3A85
Text Example
Text Example
White with #1C3A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3A85; }
p { color: rgb(28,58,133); }
H1.HeaderClassName
{
color: #1C3A85;
}
.AnyTagClassName
{
color: #1C3A85;
}
</style>
background-color css
<style>
a { background-color: #1C3A85; }
a { background-color: rgb(28,58,133); }
div.DivClassName
{
background-color: #1C3A85;
}
.BgClassName
{
background-color: #1C3A85;
}
</style>
border-color css
<style>
span { border-color: #1C3A85; }
span { border-color: rgb(28,58,133); }
td.TdClassName
{
border-color: #1C3A85;
}
.TagClassName
{
border-color: #1C3A85;
}
</style>