Shades of Resolution Blue #19307D
Tints of Resolution Blue #19307D
RGB
CMYK
RGB Variations
Color information
#19307D (or 0x19307D) is known color: Resolution Blue. HEX triplet: 19, 30 and 7D. RGB value is (25,48,125). Sum of RGB (Red+Green+Blue) = 25+48+125=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #19307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19307D is #E6CF82. Grayscale: #313131. Windows color (decimal): -15126403 or 8204313. OLE color: 8204313.
HSL color Cylindrical-coordinate representation of color #19307D: hue angle of 226.2º 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 #19307D is Cyan = 0.8, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 48 | 125 | - |
| CMYK | 0.8 | 0.62 | 0 | 0.51 |
| HSL | 226.2º | 0.67% | 0.29% | - |
| HSV(B) | 226.2º | 0.8% | 0.49% | - |
| XYZ | 5.16 | 3.8 | 19.86 | - |
| YUV | 49.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 125 | 0.8 | 0.62 | 0 | 0.51 | 226.2 | 0.67 | 0.29 |
| Hex | 19 | 30 | 7D | 50 | 3E | 0 | 33 | E2 | 43 | 1D |
| Octal | 31 | 60 | 175 | 120 | 76 | 0 | 63 | 342 | 103 | 35 |
| Binary | 11001 | 110000 | 1111101 | 1010000 | 111110 | 0 | 110011 | 11100010 | 1000011 | 11101 |
Color Harmonies of #19307D
Complementary color
Monochromatic Colors of #19307D
Black with #19307D
Text Example
Text Example
White with #19307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19307D; }
p { color: rgb(25,48,125); }
H1.HeaderClassName
{
color: #19307D;
}
.AnyTagClassName
{
color: #19307D;
}
</style>
background-color css
<style>
a { background-color: #19307D; }
a { background-color: rgb(25,48,125); }
div.DivClassName
{
background-color: #19307D;
}
.BgClassName
{
background-color: #19307D;
}
</style>
border-color css
<style>
span { border-color: #19307D; }
span { border-color: rgb(25,48,125); }
td.TdClassName
{
border-color: #19307D;
}
.TagClassName
{
border-color: #19307D;
}
</style>