Shades of Blue Gem #451FA0
Tints of Blue Gem #451FA0
RGB
CMYK
RGB Variations
Color information
#451FA0 (or 0x451FA0) is known color: Blue Gem. HEX triplet: 45, 1F and A0. RGB value is (69,31,160). Sum of RGB (Red+Green+Blue) = 69+31+160=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 160 (62.89% from 255 or 61.54% from 260); Max value from RGB is 160 - color contains mainly: blue. Hex color #451FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451FA0 is #BAE05F. Grayscale: #383838. Windows color (decimal): -12247136 or 10493765. OLE color: 10493765.
HSL color Cylindrical-coordinate representation of color #451FA0: hue angle of 257.67º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451FA0 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 31 | 160 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.37 |
| HSL | 257.67º | 0.68% | 0.37% | - |
| HSV(B) | 257.67º | 0.81% | 0.63% | - |
| XYZ | 9.29 | 4.78 | 33.69 | - |
| YUV | 57.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 160 | 0.57 | 0.81 | 0 | 0.37 | 257.67 | 0.68 | 0.37 |
| Hex | 45 | 1F | A0 | 39 | 51 | 0 | 25 | 102 | 44 | 25 |
| Octal | 105 | 37 | 240 | 71 | 121 | 0 | 45 | 402 | 104 | 45 |
| Binary | 1000101 | 11111 | 10100000 | 111001 | 1010001 | 0 | 100101 | 100000010 | 1000100 | 100101 |
Color Harmonies of #451FA0
Complementary color
Monochromatic Colors of #451FA0
Black with #451FA0
Text Example
Text Example
White with #451FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FA0; }
p { color: rgb(69,31,160); }
H1.HeaderClassName
{
color: #451FA0;
}
.AnyTagClassName
{
color: #451FA0;
}
</style>
background-color css
<style>
a { background-color: #451FA0; }
a { background-color: rgb(69,31,160); }
div.DivClassName
{
background-color: #451FA0;
}
.BgClassName
{
background-color: #451FA0;
}
</style>
border-color css
<style>
span { border-color: #451FA0; }
span { border-color: rgb(69,31,160); }
td.TdClassName
{
border-color: #451FA0;
}
.TagClassName
{
border-color: #451FA0;
}
</style>