Shades of Resolution Blue #193776
Tints of Resolution Blue #193776
RGB
CMYK
RGB Variations
Color information
#193776 (or 0x193776) is known color: Resolution Blue. HEX triplet: 19, 37 and 76. RGB value is (25,55,118). Sum of RGB (Red+Green+Blue) = 25+55+118=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #193776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193776 is #E6C889. Grayscale: #343434. Windows color (decimal): -15124618 or 7747353. OLE color: 7747353.
HSL color Cylindrical-coordinate representation of color #193776: hue angle of 220.65º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193776 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 55 | 118 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.54 |
| HSL | 220.65º | 0.65% | 0.28% | - |
| HSV(B) | 220.65º | 0.79% | 0.46% | - |
| XYZ | 5.04 | 4.25 | 17.69 | - |
| YUV | 53.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 118 | 0.79 | 0.53 | 0 | 0.54 | 220.65 | 0.65 | 0.28 |
| Hex | 19 | 37 | 76 | 4F | 35 | 0 | 36 | DD | 41 | 1C |
| Octal | 31 | 67 | 166 | 117 | 65 | 0 | 66 | 335 | 101 | 34 |
| Binary | 11001 | 110111 | 1110110 | 1001111 | 110101 | 0 | 110110 | 11011101 | 1000001 | 11100 |
Color Harmonies of #193776
Complementary color
Monochromatic Colors of #193776
Black with #193776
Text Example
Text Example
White with #193776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193776; }
p { color: rgb(25,55,118); }
H1.HeaderClassName
{
color: #193776;
}
.AnyTagClassName
{
color: #193776;
}
</style>
background-color css
<style>
a { background-color: #193776; }
a { background-color: rgb(25,55,118); }
div.DivClassName
{
background-color: #193776;
}
.BgClassName
{
background-color: #193776;
}
</style>
border-color css
<style>
span { border-color: #193776; }
span { border-color: rgb(25,55,118); }
td.TdClassName
{
border-color: #193776;
}
.TagClassName
{
border-color: #193776;
}
</style>