Shades of Tory Blue #25499F
Tints of Tory Blue #25499F
RGB
CMYK
RGB Variations
Color information
#25499F (or 0x25499F) is known color: Tory Blue. HEX triplet: 25, 49 and 9F. RGB value is (37,73,159). Sum of RGB (Red+Green+Blue) = 37+73+159=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #25499F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25499F is #DAB660. Grayscale: #474747. Windows color (decimal): -14333537 or 10438949. OLE color: 10438949.
HSL color Cylindrical-coordinate representation of color #25499F: hue angle of 222.3º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25499F is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 73 | 159 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.38 |
| HSL | 222.3º | 0.62% | 0.38% | - |
| HSV(B) | 222.3º | 0.77% | 0.62% | - |
| XYZ | 9.4 | 7.66 | 33.78 | - |
| YUV | 72.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 159 | 0.77 | 0.54 | 0 | 0.38 | 222.3 | 0.62 | 0.38 |
| Hex | 25 | 49 | 9F | 4D | 36 | 0 | 26 | DE | 3E | 26 |
| Octal | 45 | 111 | 237 | 115 | 66 | 0 | 46 | 336 | 76 | 46 |
| Binary | 100101 | 1001001 | 10011111 | 1001101 | 110110 | 0 | 100110 | 11011110 | 111110 | 100110 |
Color Harmonies of #25499F
Complementary color
Monochromatic Colors of #25499F
Black with #25499F
Text Example
Text Example
White with #25499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25499F; }
p { color: rgb(37,73,159); }
H1.HeaderClassName
{
color: #25499F;
}
.AnyTagClassName
{
color: #25499F;
}
</style>
background-color css
<style>
a { background-color: #25499F; }
a { background-color: rgb(37,73,159); }
div.DivClassName
{
background-color: #25499F;
}
.BgClassName
{
background-color: #25499F;
}
</style>
border-color css
<style>
span { border-color: #25499F; }
span { border-color: rgb(37,73,159); }
td.TdClassName
{
border-color: #25499F;
}
.TagClassName
{
border-color: #25499F;
}
</style>