Shades of Resolution Blue #1C3477
Tints of Resolution Blue #1C3477
RGB
CMYK
RGB Variations
Color information
#1C3477 (or 0x1C3477) is known color: Resolution Blue. HEX triplet: 1C, 34 and 77. RGB value is (28,52,119). Sum of RGB (Red+Green+Blue) = 28+52+119=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C3477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3477 is #E3CB88. Grayscale: #343434. Windows color (decimal): -14928777 or 7812124. OLE color: 7812124.
HSL color Cylindrical-coordinate representation of color #1C3477: hue angle of 224.18º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C3477 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 52 | 119 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.53 |
| HSL | 224.18º | 0.62% | 0.29% | - |
| HSV(B) | 224.18º | 0.76% | 0.47% | - |
| XYZ | 5.04 | 4.03 | 17.97 | - |
| YUV | 52.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 119 | 0.76 | 0.56 | 0 | 0.53 | 224.18 | 0.62 | 0.29 |
| Hex | 1C | 34 | 77 | 4C | 38 | 0 | 35 | E0 | 3E | 1D |
| Octal | 34 | 64 | 167 | 114 | 70 | 0 | 65 | 340 | 76 | 35 |
| Binary | 11100 | 110100 | 1110111 | 1001100 | 111000 | 0 | 110101 | 11100000 | 111110 | 11101 |
Color Harmonies of #1C3477
Complementary color
Monochromatic Colors of #1C3477
Black with #1C3477
Text Example
Text Example
White with #1C3477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3477; }
p { color: rgb(28,52,119); }
H1.HeaderClassName
{
color: #1C3477;
}
.AnyTagClassName
{
color: #1C3477;
}
</style>
background-color css
<style>
a { background-color: #1C3477; }
a { background-color: rgb(28,52,119); }
div.DivClassName
{
background-color: #1C3477;
}
.BgClassName
{
background-color: #1C3477;
}
</style>
border-color css
<style>
span { border-color: #1C3477; }
span { border-color: rgb(28,52,119); }
td.TdClassName
{
border-color: #1C3477;
}
.TagClassName
{
border-color: #1C3477;
}
</style>