Shades of Resolution Blue #193778
Tints of Resolution Blue #193778
RGB
CMYK
RGB Variations
Color information
#193778 (or 0x193778) is known color: Resolution Blue. HEX triplet: 19, 37 and 78. RGB value is (25,55,120). Sum of RGB (Red+Green+Blue) = 25+55+120=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #193778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193778 is #E6C887. Grayscale: #353535. Windows color (decimal): -15124616 or 7878425. OLE color: 7878425.
HSL color Cylindrical-coordinate representation of color #193778: hue angle of 221.05º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193778 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 55 | 120 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.53 |
| HSL | 221.05º | 0.66% | 0.28% | - |
| HSV(B) | 221.05º | 0.79% | 0.47% | - |
| XYZ | 5.16 | 4.3 | 18.33 | - |
| YUV | 53.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 120 | 0.79 | 0.54 | 0 | 0.53 | 221.05 | 0.66 | 0.28 |
| Hex | 19 | 37 | 78 | 4F | 36 | 0 | 35 | DD | 42 | 1C |
| Octal | 31 | 67 | 170 | 117 | 66 | 0 | 65 | 335 | 102 | 34 |
| Binary | 11001 | 110111 | 1111000 | 1001111 | 110110 | 0 | 110101 | 11011101 | 1000010 | 11100 |
Color Harmonies of #193778
Complementary color
Monochromatic Colors of #193778
Black with #193778
Text Example
Text Example
White with #193778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193778; }
p { color: rgb(25,55,120); }
H1.HeaderClassName
{
color: #193778;
}
.AnyTagClassName
{
color: #193778;
}
</style>
background-color css
<style>
a { background-color: #193778; }
a { background-color: rgb(25,55,120); }
div.DivClassName
{
background-color: #193778;
}
.BgClassName
{
background-color: #193778;
}
</style>
border-color css
<style>
span { border-color: #193778; }
span { border-color: rgb(25,55,120); }
td.TdClassName
{
border-color: #193778;
}
.TagClassName
{
border-color: #193778;
}
</style>