Shades of Resolution Blue #19347C
Tints of Resolution Blue #19347C
RGB
CMYK
RGB Variations
Color information
#19347C (or 0x19347C) is known color: Resolution Blue. HEX triplet: 19, 34 and 7C. RGB value is (25,52,124). Sum of RGB (Red+Green+Blue) = 25+52+124=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #19347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19347C is #E6CB83. Grayscale: #333333. Windows color (decimal): -15125380 or 8139801. OLE color: 8139801.
HSL color Cylindrical-coordinate representation of color #19347C: hue angle of 223.64º degrees, saturation: 0.66, 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 #19347C is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 52 | 124 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.51 |
| HSL | 223.64º | 0.66% | 0.29% | - |
| HSV(B) | 223.64º | 0.8% | 0.49% | - |
| XYZ | 5.27 | 4.12 | 19.59 | - |
| YUV | 52.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 124 | 0.80 | 0.58 | 0 | 0.51 | 223.64 | 0.66 | 0.29 |
| Hex | 19 | 34 | 7C | 50 | 3A | 0 | 33 | E0 | 42 | 1D |
| Octal | 31 | 64 | 174 | 120 | 72 | 0 | 63 | 340 | 102 | 35 |
| Binary | 11001 | 110100 | 1111100 | 1010000 | 111010 | 0 | 110011 | 11100000 | 1000010 | 11101 |
Color Harmonies of #19347C
Complementary color
Monochromatic Colors of #19347C
Black with #19347C
Text Example
Text Example
White with #19347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19347C; }
p { color: rgb(25,52,124); }
H1.HeaderClassName
{
color: #19347C;
}
.AnyTagClassName
{
color: #19347C;
}
</style>
background-color css
<style>
a { background-color: #19347C; }
a { background-color: rgb(25,52,124); }
div.DivClassName
{
background-color: #19347C;
}
.BgClassName
{
background-color: #19347C;
}
</style>
border-color css
<style>
span { border-color: #19347C; }
span { border-color: rgb(25,52,124); }
td.TdClassName
{
border-color: #19347C;
}
.TagClassName
{
border-color: #19347C;
}
</style>