Shades of Resolution Blue #193682
Tints of Resolution Blue #193682
RGB
CMYK
RGB Variations
Color information
#193682 (or 0x193682) is known color: Resolution Blue. HEX triplet: 19, 36 and 82. RGB value is (25,54,130). Sum of RGB (Red+Green+Blue) = 25+54+130=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #193682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193682 is #E6C97D. Grayscale: #353535. Windows color (decimal): -15124862 or 8533529. OLE color: 8533529.
HSL color Cylindrical-coordinate representation of color #193682: hue angle of 223.43º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193682 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 54 | 130 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.49 |
| HSL | 223.43º | 0.68% | 0.3% | - |
| HSV(B) | 223.43º | 0.81% | 0.51% | - |
| XYZ | 5.75 | 4.46 | 21.68 | - |
| YUV | 53.99 | 170.89 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 130 | 0.81 | 0.58 | 0 | 0.49 | 223.43 | 0.68 | 0.3 |
| Hex | 19 | 36 | 82 | 51 | 3A | 0 | 31 | DF | 44 | 1E |
| Octal | 31 | 66 | 202 | 121 | 72 | 0 | 61 | 337 | 104 | 36 |
| Binary | 11001 | 110110 | 10000010 | 1010001 | 111010 | 0 | 110001 | 11011111 | 1000100 | 11110 |
Color Harmonies of #193682
Complementary color
Monochromatic Colors of #193682
Black with #193682
Text Example
Text Example
White with #193682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193682; }
p { color: rgb(25,54,130); }
H1.HeaderClassName
{
color: #193682;
}
.AnyTagClassName
{
color: #193682;
}
</style>
background-color css
<style>
a { background-color: #193682; }
a { background-color: rgb(25,54,130); }
div.DivClassName
{
background-color: #193682;
}
.BgClassName
{
background-color: #193682;
}
</style>
border-color css
<style>
span { border-color: #193682; }
span { border-color: rgb(25,54,130); }
td.TdClassName
{
border-color: #193682;
}
.TagClassName
{
border-color: #193682;
}
</style>