Shades of Blue Gem #451D9A
Tints of Blue Gem #451D9A
RGB
CMYK
RGB Variations
Color information
#451D9A (or 0x451D9A) is known color: Blue Gem. HEX triplet: 45, 1D and 9A. RGB value is (69,29,154). Sum of RGB (Red+Green+Blue) = 69+29+154=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #451D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451D9A is #BAE265. Grayscale: #363636. Windows color (decimal): -12247654 or 10100037. OLE color: 10100037.
HSL color Cylindrical-coordinate representation of color #451D9A: hue angle of 259.2º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451D9A is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 29 | 154 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.40 |
| HSL | 259.2º | 0.68% | 0.36% | - |
| HSV(B) | 259.2º | 0.81% | 0.6% | - |
| XYZ | 8.73 | 4.48 | 30.98 | - |
| YUV | 55.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 154 | 0.55 | 0.81 | 0 | 0.40 | 259.2 | 0.68 | 0.36 |
| Hex | 45 | 1D | 9A | 37 | 51 | 0 | 28 | 103 | 44 | 24 |
| Octal | 105 | 35 | 232 | 67 | 121 | 0 | 50 | 403 | 104 | 44 |
| Binary | 1000101 | 11101 | 10011010 | 110111 | 1010001 | 0 | 101000 | 100000011 | 1000100 | 100100 |
Color Harmonies of #451D9A
Complementary color
Monochromatic Colors of #451D9A
Black with #451D9A
Text Example
Text Example
White with #451D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D9A; }
p { color: rgb(69,29,154); }
H1.HeaderClassName
{
color: #451D9A;
}
.AnyTagClassName
{
color: #451D9A;
}
</style>
background-color css
<style>
a { background-color: #451D9A; }
a { background-color: rgb(69,29,154); }
div.DivClassName
{
background-color: #451D9A;
}
.BgClassName
{
background-color: #451D9A;
}
</style>
border-color css
<style>
span { border-color: #451D9A; }
span { border-color: rgb(69,29,154); }
td.TdClassName
{
border-color: #451D9A;
}
.TagClassName
{
border-color: #451D9A;
}
</style>