Shades of Resolution Blue #193677
Tints of Resolution Blue #193677
RGB
CMYK
RGB Variations
Color information
#193677 (or 0x193677) is known color: Resolution Blue. HEX triplet: 19, 36 and 77. RGB value is (25,54,119). Sum of RGB (Red+Green+Blue) = 25+54+119=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #193677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193677 is #E6C988. Grayscale: #343434. Windows color (decimal): -15124873 or 7812633. OLE color: 7812633.
HSL color Cylindrical-coordinate representation of color #193677: hue angle of 221.49º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193677 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 54 | 119 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.53 |
| HSL | 221.49º | 0.65% | 0.28% | - |
| HSV(B) | 221.49º | 0.79% | 0.47% | - |
| XYZ | 5.05 | 4.18 | 17.99 | - |
| YUV | 52.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 119 | 0.79 | 0.55 | 0 | 0.53 | 221.49 | 0.65 | 0.28 |
| Hex | 19 | 36 | 77 | 4F | 37 | 0 | 35 | DD | 41 | 1C |
| Octal | 31 | 66 | 167 | 117 | 67 | 0 | 65 | 335 | 101 | 34 |
| Binary | 11001 | 110110 | 1110111 | 1001111 | 110111 | 0 | 110101 | 11011101 | 1000001 | 11100 |
Color Harmonies of #193677
Complementary color
Monochromatic Colors of #193677
Black with #193677
Text Example
Text Example
White with #193677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193677; }
p { color: rgb(25,54,119); }
H1.HeaderClassName
{
color: #193677;
}
.AnyTagClassName
{
color: #193677;
}
</style>
background-color css
<style>
a { background-color: #193677; }
a { background-color: rgb(25,54,119); }
div.DivClassName
{
background-color: #193677;
}
.BgClassName
{
background-color: #193677;
}
</style>
border-color css
<style>
span { border-color: #193677; }
span { border-color: rgb(25,54,119); }
td.TdClassName
{
border-color: #193677;
}
.TagClassName
{
border-color: #193677;
}
</style>