Shades of Resolution Blue #19317D
Tints of Resolution Blue #19317D
RGB
CMYK
RGB Variations
Color information
#19317D (or 0x19317D) is known color: Resolution Blue. HEX triplet: 19, 31 and 7D. RGB value is (25,49,125). Sum of RGB (Red+Green+Blue) = 25+49+125=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #19317D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19317D is #E6CE82. Grayscale: #323232. Windows color (decimal): -15126147 or 8204569. OLE color: 8204569.
HSL color Cylindrical-coordinate representation of color #19317D: hue angle of 225.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19317D is Cyan = 0.8, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 49 | 125 | - |
| CMYK | 0.8 | 0.61 | 0 | 0.51 |
| HSL | 225.6º | 0.67% | 0.29% | - |
| HSV(B) | 225.6º | 0.8% | 0.49% | - |
| XYZ | 5.2 | 3.88 | 19.88 | - |
| YUV | 50.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 125 | 0.8 | 0.61 | 0 | 0.51 | 225.6 | 0.67 | 0.29 |
| Hex | 19 | 31 | 7D | 50 | 3D | 0 | 33 | E2 | 43 | 1D |
| Octal | 31 | 61 | 175 | 120 | 75 | 0 | 63 | 342 | 103 | 35 |
| Binary | 11001 | 110001 | 1111101 | 1010000 | 111101 | 0 | 110011 | 11100010 | 1000011 | 11101 |
Color Harmonies of #19317D
Complementary color
Monochromatic Colors of #19317D
Black with #19317D
Text Example
Text Example
White with #19317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19317D; }
p { color: rgb(25,49,125); }
H1.HeaderClassName
{
color: #19317D;
}
.AnyTagClassName
{
color: #19317D;
}
</style>
background-color css
<style>
a { background-color: #19317D; }
a { background-color: rgb(25,49,125); }
div.DivClassName
{
background-color: #19317D;
}
.BgClassName
{
background-color: #19317D;
}
</style>
border-color css
<style>
span { border-color: #19317D; }
span { border-color: rgb(25,49,125); }
td.TdClassName
{
border-color: #19317D;
}
.TagClassName
{
border-color: #19317D;
}
</style>