Shades of Resolution Blue #193180
Tints of Resolution Blue #193180
RGB
CMYK
RGB Variations
Color information
#193180 (or 0x193180) is known color: Resolution Blue. HEX triplet: 19, 31 and 80. RGB value is (25,49,128). Sum of RGB (Red+Green+Blue) = 25+49+128=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #193180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193180 is #E6CE7F. Grayscale: #323232. Windows color (decimal): -15126144 or 8401177. OLE color: 8401177.
HSL color Cylindrical-coordinate representation of color #193180: hue angle of 226.02º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193180 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 49 | 128 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.50 |
| HSL | 226.02º | 0.67% | 0.3% | - |
| HSV(B) | 226.02º | 0.8% | 0.5% | - |
| XYZ | 5.4 | 3.96 | 20.9 | - |
| YUV | 50.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 128 | 0.80 | 0.62 | 0 | 0.50 | 226.02 | 0.67 | 0.3 |
| Hex | 19 | 31 | 80 | 50 | 3E | 0 | 32 | E2 | 43 | 1E |
| Octal | 31 | 61 | 200 | 120 | 76 | 0 | 62 | 342 | 103 | 36 |
| Binary | 11001 | 110001 | 10000000 | 1010000 | 111110 | 0 | 110010 | 11100010 | 1000011 | 11110 |
Color Harmonies of #193180
Complementary color
Monochromatic Colors of #193180
Black with #193180
Text Example
Text Example
White with #193180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193180; }
p { color: rgb(25,49,128); }
H1.HeaderClassName
{
color: #193180;
}
.AnyTagClassName
{
color: #193180;
}
</style>
background-color css
<style>
a { background-color: #193180; }
a { background-color: rgb(25,49,128); }
div.DivClassName
{
background-color: #193180;
}
.BgClassName
{
background-color: #193180;
}
</style>
border-color css
<style>
span { border-color: #193180; }
span { border-color: rgb(25,49,128); }
td.TdClassName
{
border-color: #193180;
}
.TagClassName
{
border-color: #193180;
}
</style>