Shades of Resolution Blue #1C387F
Tints of Resolution Blue #1C387F
RGB
CMYK
RGB Variations
Color information
#1C387F (or 0x1C387F) is known color: Resolution Blue. HEX triplet: 1C, 38 and 7F. RGB value is (28,56,127). Sum of RGB (Red+Green+Blue) = 28+56+127=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C387F is #E3C780. Grayscale: #373737. Windows color (decimal): -14927745 or 8337436. OLE color: 8337436.
HSL color Cylindrical-coordinate representation of color #1C387F: hue angle of 223.03º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C387F is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 56 | 127 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.50 |
| HSL | 223.03º | 0.64% | 0.3% | - |
| HSV(B) | 223.03º | 0.78% | 0.5% | - |
| XYZ | 5.72 | 4.61 | 20.67 | - |
| YUV | 55.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 127 | 0.78 | 0.56 | 0 | 0.50 | 223.03 | 0.64 | 0.3 |
| Hex | 1C | 38 | 7F | 4E | 38 | 0 | 32 | DF | 40 | 1E |
| Octal | 34 | 70 | 177 | 116 | 70 | 0 | 62 | 337 | 100 | 36 |
| Binary | 11100 | 111000 | 1111111 | 1001110 | 111000 | 0 | 110010 | 11011111 | 1000000 | 11110 |
Color Harmonies of #1C387F
Complementary color
Monochromatic Colors of #1C387F
Black with #1C387F
Text Example
Text Example
White with #1C387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C387F; }
p { color: rgb(28,56,127); }
H1.HeaderClassName
{
color: #1C387F;
}
.AnyTagClassName
{
color: #1C387F;
}
</style>
background-color css
<style>
a { background-color: #1C387F; }
a { background-color: rgb(28,56,127); }
div.DivClassName
{
background-color: #1C387F;
}
.BgClassName
{
background-color: #1C387F;
}
</style>
border-color css
<style>
span { border-color: #1C387F; }
span { border-color: rgb(28,56,127); }
td.TdClassName
{
border-color: #1C387F;
}
.TagClassName
{
border-color: #1C387F;
}
</style>