Shades of Resolution Blue #193685
Tints of Resolution Blue #193685
RGB
CMYK
RGB Variations
Color information
#193685 (or 0x193685) is known color: Resolution Blue. HEX triplet: 19, 36 and 85. RGB value is (25,54,133). Sum of RGB (Red+Green+Blue) = 25+54+133=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #193685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193685 is #E6C97A. Grayscale: #353535. Windows color (decimal): -15124859 or 8730137. OLE color: 8730137.
HSL color Cylindrical-coordinate representation of color #193685: hue angle of 223.89º 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 #193685 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 54 | 133 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.48 |
| HSL | 223.89º | 0.68% | 0.31% | - |
| HSV(B) | 223.89º | 0.81% | 0.52% | - |
| XYZ | 5.95 | 4.54 | 22.75 | - |
| YUV | 54.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 133 | 0.81 | 0.59 | 0 | 0.48 | 223.89 | 0.68 | 0.31 |
| Hex | 19 | 36 | 85 | 51 | 3B | 0 | 30 | E0 | 44 | 1F |
| Octal | 31 | 66 | 205 | 121 | 73 | 0 | 60 | 340 | 104 | 37 |
| Binary | 11001 | 110110 | 10000101 | 1010001 | 111011 | 0 | 110000 | 11100000 | 1000100 | 11111 |
Color Harmonies of #193685
Complementary color
Monochromatic Colors of #193685
Black with #193685
Text Example
Text Example
White with #193685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193685; }
p { color: rgb(25,54,133); }
H1.HeaderClassName
{
color: #193685;
}
.AnyTagClassName
{
color: #193685;
}
</style>
background-color css
<style>
a { background-color: #193685; }
a { background-color: rgb(25,54,133); }
div.DivClassName
{
background-color: #193685;
}
.BgClassName
{
background-color: #193685;
}
</style>
border-color css
<style>
span { border-color: #193685; }
span { border-color: rgb(25,54,133); }
td.TdClassName
{
border-color: #193685;
}
.TagClassName
{
border-color: #193685;
}
</style>