Shades of Regal Blue #133151
Tints of Regal Blue #133151
RGB
CMYK
RGB Variations
Color information
#133151 (or 0x133151) is known color: Regal Blue. HEX triplet: 13, 31 and 51. RGB value is (19,49,81). Sum of RGB (Red+Green+Blue) = 19+49+81=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #133151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133151 is #ECCEAE. Grayscale: #2B2B2B. Windows color (decimal): -15519407 or 5320979. OLE color: 5320979.
HSL color Cylindrical-coordinate representation of color #133151: hue angle of 210.97º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133151 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 49 | 81 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.68 |
| HSL | 210.97º | 0.62% | 0.2% | - |
| HSV(B) | 210.97º | 0.77% | 0.32% | - |
| XYZ | 2.85 | 2.93 | 8.2 | - |
| YUV | 43.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 81 | 0.77 | 0.40 | 0 | 0.68 | 210.97 | 0.62 | 0.2 |
| Hex | 13 | 31 | 51 | 4D | 28 | 0 | 44 | D3 | 3E | 14 |
| Octal | 23 | 61 | 121 | 115 | 50 | 0 | 104 | 323 | 76 | 24 |
| Binary | 10011 | 110001 | 1010001 | 1001101 | 101000 | 0 | 1000100 | 11010011 | 111110 | 10100 |
Color Harmonies of #133151
Complementary color
Monochromatic Colors of #133151
Black with #133151
Text Example
Text Example
White with #133151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133151; }
p { color: rgb(19,49,81); }
H1.HeaderClassName
{
color: #133151;
}
.AnyTagClassName
{
color: #133151;
}
</style>
background-color css
<style>
a { background-color: #133151; }
a { background-color: rgb(19,49,81); }
div.DivClassName
{
background-color: #133151;
}
.BgClassName
{
background-color: #133151;
}
</style>
border-color css
<style>
span { border-color: #133151; }
span { border-color: rgb(19,49,81); }
td.TdClassName
{
border-color: #133151;
}
.TagClassName
{
border-color: #133151;
}
</style>