Shades of Resolution Blue #19367E
Tints of Resolution Blue #19367E
RGB
CMYK
RGB Variations
Color information
#19367E (or 0x19367E) is known color: Resolution Blue. HEX triplet: 19, 36 and 7E. RGB value is (25,54,126). Sum of RGB (Red+Green+Blue) = 25+54+126=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 126 (49.61% from 255 or 61.46% from 205); Max value from RGB is 126 - color contains mainly: blue. Hex color #19367E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19367E is #E6C981. Grayscale: #353535. Windows color (decimal): -15124866 or 8271385. OLE color: 8271385.
HSL color Cylindrical-coordinate representation of color #19367E: hue angle of 222.77º 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 #19367E is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 54 | 126 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.51 |
| HSL | 222.77º | 0.67% | 0.3% | - |
| HSV(B) | 222.77º | 0.8% | 0.49% | - |
| XYZ | 5.49 | 4.35 | 20.29 | - |
| YUV | 53.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 126 | 0.80 | 0.57 | 0 | 0.51 | 222.77 | 0.67 | 0.3 |
| Hex | 19 | 36 | 7E | 50 | 39 | 0 | 33 | DF | 43 | 1E |
| Octal | 31 | 66 | 176 | 120 | 71 | 0 | 63 | 337 | 103 | 36 |
| Binary | 11001 | 110110 | 1111110 | 1010000 | 111001 | 0 | 110011 | 11011111 | 1000011 | 11110 |
Color Harmonies of #19367E
Complementary color
Monochromatic Colors of #19367E
Black with #19367E
Text Example
Text Example
White with #19367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19367E; }
p { color: rgb(25,54,126); }
H1.HeaderClassName
{
color: #19367E;
}
.AnyTagClassName
{
color: #19367E;
}
</style>
background-color css
<style>
a { background-color: #19367E; }
a { background-color: rgb(25,54,126); }
div.DivClassName
{
background-color: #19367E;
}
.BgClassName
{
background-color: #19367E;
}
</style>
border-color css
<style>
span { border-color: #19367E; }
span { border-color: rgb(25,54,126); }
td.TdClassName
{
border-color: #19367E;
}
.TagClassName
{
border-color: #19367E;
}
</style>