Shades of Regal Blue #133451
Tints of Regal Blue #133451
RGB
CMYK
RGB Variations
Color information
#133451 (or 0x133451) is known color: Regal Blue. HEX triplet: 13, 34 and 51. RGB value is (19,52,81). Sum of RGB (Red+Green+Blue) = 19+52+81=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #133451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133451 is #ECCBAE. Grayscale: #2D2D2D. Windows color (decimal): -15518639 or 5321747. OLE color: 5321747.
HSL color Cylindrical-coordinate representation of color #133451: hue angle of 208.06º 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 #133451 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 52 | 81 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.68 |
| HSL | 208.06º | 0.62% | 0.2% | - |
| HSV(B) | 208.06º | 0.77% | 0.32% | - |
| XYZ | 2.98 | 3.19 | 8.24 | - |
| YUV | 45.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 81 | 0.77 | 0.36 | 0 | 0.68 | 208.06 | 0.62 | 0.2 |
| Hex | 13 | 34 | 51 | 4D | 24 | 0 | 44 | D0 | 3E | 14 |
| Octal | 23 | 64 | 121 | 115 | 44 | 0 | 104 | 320 | 76 | 24 |
| Binary | 10011 | 110100 | 1010001 | 1001101 | 100100 | 0 | 1000100 | 11010000 | 111110 | 10100 |
Color Harmonies of #133451
Complementary color
Monochromatic Colors of #133451
Black with #133451
Text Example
Text Example
White with #133451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133451; }
p { color: rgb(19,52,81); }
H1.HeaderClassName
{
color: #133451;
}
.AnyTagClassName
{
color: #133451;
}
</style>
background-color css
<style>
a { background-color: #133451; }
a { background-color: rgb(19,52,81); }
div.DivClassName
{
background-color: #133451;
}
.BgClassName
{
background-color: #133451;
}
</style>
border-color css
<style>
span { border-color: #133451; }
span { border-color: rgb(19,52,81); }
td.TdClassName
{
border-color: #133451;
}
.TagClassName
{
border-color: #133451;
}
</style>