Shades of Resolution Blue #193584
Tints of Resolution Blue #193584
RGB
CMYK
RGB Variations
Color information
#193584 (or 0x193584) is known color: Resolution Blue. HEX triplet: 19, 35 and 84. RGB value is (25,53,132). Sum of RGB (Red+Green+Blue) = 25+53+132=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #193584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193584 is #E6CA7B. Grayscale: #353535. Windows color (decimal): -15125116 or 8664345. OLE color: 8664345.
HSL color Cylindrical-coordinate representation of color #193584: hue angle of 224.3º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193584 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 53 | 132 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.48 |
| HSL | 224.3º | 0.68% | 0.31% | - |
| HSV(B) | 224.3º | 0.81% | 0.52% | - |
| XYZ | 5.84 | 4.42 | 22.37 | - |
| YUV | 53.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 132 | 0.81 | 0.60 | 0 | 0.48 | 224.3 | 0.68 | 0.31 |
| Hex | 19 | 35 | 84 | 51 | 3C | 0 | 30 | E0 | 44 | 1F |
| Octal | 31 | 65 | 204 | 121 | 74 | 0 | 60 | 340 | 104 | 37 |
| Binary | 11001 | 110101 | 10000100 | 1010001 | 111100 | 0 | 110000 | 11100000 | 1000100 | 11111 |
Color Harmonies of #193584
Complementary color
Monochromatic Colors of #193584
Black with #193584
Text Example
Text Example
White with #193584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193584; }
p { color: rgb(25,53,132); }
H1.HeaderClassName
{
color: #193584;
}
.AnyTagClassName
{
color: #193584;
}
</style>
background-color css
<style>
a { background-color: #193584; }
a { background-color: rgb(25,53,132); }
div.DivClassName
{
background-color: #193584;
}
.BgClassName
{
background-color: #193584;
}
</style>
border-color css
<style>
span { border-color: #193584; }
span { border-color: rgb(25,53,132); }
td.TdClassName
{
border-color: #193584;
}
.TagClassName
{
border-color: #193584;
}
</style>