Shades of Resolution Blue #193282
Tints of Resolution Blue #193282
RGB
CMYK
RGB Variations
Color information
#193282 (or 0x193282) is known color: Resolution Blue. HEX triplet: 19, 32 and 82. RGB value is (25,50,130). Sum of RGB (Red+Green+Blue) = 25+50+130=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #193282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193282 is #E6CD7D. Grayscale: #333333. Windows color (decimal): -15125886 or 8532505. OLE color: 8532505.
HSL color Cylindrical-coordinate representation of color #193282: hue angle of 225.71º 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 #193282 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 50 | 130 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.49 |
| HSL | 225.71º | 0.68% | 0.3% | - |
| HSV(B) | 225.71º | 0.81% | 0.51% | - |
| XYZ | 5.57 | 4.1 | 21.62 | - |
| YUV | 51.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 130 | 0.81 | 0.62 | 0 | 0.49 | 225.71 | 0.68 | 0.3 |
| Hex | 19 | 32 | 82 | 51 | 3E | 0 | 31 | E2 | 44 | 1E |
| Octal | 31 | 62 | 202 | 121 | 76 | 0 | 61 | 342 | 104 | 36 |
| Binary | 11001 | 110010 | 10000010 | 1010001 | 111110 | 0 | 110001 | 11100010 | 1000100 | 11110 |
Color Harmonies of #193282
Complementary color
Monochromatic Colors of #193282
Black with #193282
Text Example
Text Example
White with #193282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193282; }
p { color: rgb(25,50,130); }
H1.HeaderClassName
{
color: #193282;
}
.AnyTagClassName
{
color: #193282;
}
</style>
background-color css
<style>
a { background-color: #193282; }
a { background-color: rgb(25,50,130); }
div.DivClassName
{
background-color: #193282;
}
.BgClassName
{
background-color: #193282;
}
</style>
border-color css
<style>
span { border-color: #193282; }
span { border-color: rgb(25,50,130); }
td.TdClassName
{
border-color: #193282;
}
.TagClassName
{
border-color: #193282;
}
</style>