Shades of Tory Blue #415083
Tints of Tory Blue #415083
RGB
CMYK
RGB Variations
Color information
#415083 (or 0x415083) is known color: Tory Blue. HEX triplet: 41, 50 and 83. RGB value is (65,80,131). Sum of RGB (Red+Green+Blue) = 65+80+131=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #415083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415083 is #BEAF7C. Grayscale: #515151. Windows color (decimal): -12496765 or 8605761. OLE color: 8605761.
HSL color Cylindrical-coordinate representation of color #415083: hue angle of 226.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415083 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 80 | 131 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.49 |
| HSL | 226.36º | 0.34% | 0.38% | - |
| HSV(B) | 226.36º | 0.5% | 0.51% | - |
| XYZ | 9.15 | 8.5 | 22.63 | - |
| YUV | 81.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 131 | 0.50 | 0.39 | 0 | 0.49 | 226.36 | 0.34 | 0.38 |
| Hex | 41 | 50 | 83 | 32 | 27 | 0 | 31 | E2 | 22 | 26 |
| Octal | 101 | 120 | 203 | 62 | 47 | 0 | 61 | 342 | 42 | 46 |
| Binary | 1000001 | 1010000 | 10000011 | 110010 | 100111 | 0 | 110001 | 11100010 | 100010 | 100110 |
Color Harmonies of #415083
Complementary color
Monochromatic Colors of #415083
Black with #415083
Text Example
Text Example
White with #415083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415083; }
p { color: rgb(65,80,131); }
H1.HeaderClassName
{
color: #415083;
}
.AnyTagClassName
{
color: #415083;
}
</style>
background-color css
<style>
a { background-color: #415083; }
a { background-color: rgb(65,80,131); }
div.DivClassName
{
background-color: #415083;
}
.BgClassName
{
background-color: #415083;
}
</style>
border-color css
<style>
span { border-color: #415083; }
span { border-color: rgb(65,80,131); }
td.TdClassName
{
border-color: #415083;
}
.TagClassName
{
border-color: #415083;
}
</style>