Shades of Resolution Blue #1C377A
Tints of Resolution Blue #1C377A
RGB
CMYK
RGB Variations
Color information
#1C377A (or 0x1C377A) is known color: Resolution Blue. HEX triplet: 1C, 37 and 7A. RGB value is (28,55,122). Sum of RGB (Red+Green+Blue) = 28+55+122=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C377A is #E3C885. Grayscale: #363636. Windows color (decimal): -14928006 or 8009500. OLE color: 8009500.
HSL color Cylindrical-coordinate representation of color #1C377A: hue angle of 222.77º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C377A is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 55 | 122 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.52 |
| HSL | 222.77º | 0.63% | 0.29% | - |
| HSV(B) | 222.77º | 0.77% | 0.48% | - |
| XYZ | 5.36 | 4.38 | 18.98 | - |
| YUV | 54.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 122 | 0.77 | 0.55 | 0 | 0.52 | 222.77 | 0.63 | 0.29 |
| Hex | 1C | 37 | 7A | 4D | 37 | 0 | 34 | DF | 3F | 1D |
| Octal | 34 | 67 | 172 | 115 | 67 | 0 | 64 | 337 | 77 | 35 |
| Binary | 11100 | 110111 | 1111010 | 1001101 | 110111 | 0 | 110100 | 11011111 | 111111 | 11101 |
Color Harmonies of #1C377A
Complementary color
Monochromatic Colors of #1C377A
Black with #1C377A
Text Example
Text Example
White with #1C377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C377A; }
p { color: rgb(28,55,122); }
H1.HeaderClassName
{
color: #1C377A;
}
.AnyTagClassName
{
color: #1C377A;
}
</style>
background-color css
<style>
a { background-color: #1C377A; }
a { background-color: rgb(28,55,122); }
div.DivClassName
{
background-color: #1C377A;
}
.BgClassName
{
background-color: #1C377A;
}
</style>
border-color css
<style>
span { border-color: #1C377A; }
span { border-color: rgb(28,55,122); }
td.TdClassName
{
border-color: #1C377A;
}
.TagClassName
{
border-color: #1C377A;
}
</style>