Shades of Regal Blue #133651
Tints of Regal Blue #133651
RGB
CMYK
RGB Variations
Color information
#133651 (or 0x133651) is known color: Regal Blue. HEX triplet: 13, 36 and 51. RGB value is (19,54,81). Sum of RGB (Red+Green+Blue) = 19+54+81=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #133651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133651 is #ECC9AE. Grayscale: #2E2E2E. Windows color (decimal): -15518127 or 5322259. OLE color: 5322259.
HSL color Cylindrical-coordinate representation of color #133651: hue angle of 206.13º 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 #133651 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 54 | 81 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.68 |
| HSL | 206.13º | 0.62% | 0.2% | - |
| HSV(B) | 206.13º | 0.77% | 0.32% | - |
| XYZ | 3.07 | 3.37 | 8.27 | - |
| YUV | 46.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 81 | 0.77 | 0.33 | 0 | 0.68 | 206.13 | 0.62 | 0.2 |
| Hex | 13 | 36 | 51 | 4D | 21 | 0 | 44 | CE | 3E | 14 |
| Octal | 23 | 66 | 121 | 115 | 41 | 0 | 104 | 316 | 76 | 24 |
| Binary | 10011 | 110110 | 1010001 | 1001101 | 100001 | 0 | 1000100 | 11001110 | 111110 | 10100 |
Color Harmonies of #133651
Complementary color
Monochromatic Colors of #133651
Black with #133651
Text Example
Text Example
White with #133651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133651; }
p { color: rgb(19,54,81); }
H1.HeaderClassName
{
color: #133651;
}
.AnyTagClassName
{
color: #133651;
}
</style>
background-color css
<style>
a { background-color: #133651; }
a { background-color: rgb(19,54,81); }
div.DivClassName
{
background-color: #133651;
}
.BgClassName
{
background-color: #133651;
}
</style>
border-color css
<style>
span { border-color: #133651; }
span { border-color: rgb(19,54,81); }
td.TdClassName
{
border-color: #133651;
}
.TagClassName
{
border-color: #133651;
}
</style>