Shades of Resolution Blue #19317E
Tints of Resolution Blue #19317E
RGB
CMYK
RGB Variations
Color information
#19317E (or 0x19317E) is known color: Resolution Blue. HEX triplet: 19, 31 and 7E. RGB value is (25,49,126). Sum of RGB (Red+Green+Blue) = 25+49+126=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 126 (49.61% from 255 or 63% from 200); Max value from RGB is 126 - color contains mainly: blue. Hex color #19317E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19317E is #E6CE81. Grayscale: #323232. Windows color (decimal): -15126146 or 8270105. OLE color: 8270105.
HSL color Cylindrical-coordinate representation of color #19317E: hue angle of 225.74º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19317E is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 49 | 126 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.51 |
| HSL | 225.74º | 0.67% | 0.3% | - |
| HSV(B) | 225.74º | 0.8% | 0.49% | - |
| XYZ | 5.27 | 3.91 | 20.22 | - |
| YUV | 50.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 126 | 0.80 | 0.61 | 0 | 0.51 | 225.74 | 0.67 | 0.3 |
| Hex | 19 | 31 | 7E | 50 | 3D | 0 | 33 | E2 | 43 | 1E |
| Octal | 31 | 61 | 176 | 120 | 75 | 0 | 63 | 342 | 103 | 36 |
| Binary | 11001 | 110001 | 1111110 | 1010000 | 111101 | 0 | 110011 | 11100010 | 1000011 | 11110 |
Color Harmonies of #19317E
Complementary color
Monochromatic Colors of #19317E
Black with #19317E
Text Example
Text Example
White with #19317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19317E; }
p { color: rgb(25,49,126); }
H1.HeaderClassName
{
color: #19317E;
}
.AnyTagClassName
{
color: #19317E;
}
</style>
background-color css
<style>
a { background-color: #19317E; }
a { background-color: rgb(25,49,126); }
div.DivClassName
{
background-color: #19317E;
}
.BgClassName
{
background-color: #19317E;
}
</style>
border-color css
<style>
span { border-color: #19317E; }
span { border-color: rgb(25,49,126); }
td.TdClassName
{
border-color: #19317E;
}
.TagClassName
{
border-color: #19317E;
}
</style>