Shades of Regal Blue #133B51
Tints of Regal Blue #133B51
RGB
CMYK
RGB Variations
Color information
#133B51 (or 0x133B51) is known color: Regal Blue. HEX triplet: 13, 3B and 51. RGB value is (19,59,81). Sum of RGB (Red+Green+Blue) = 19+59+81=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #133B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B51 is #ECC4AE. Grayscale: #313131. Windows color (decimal): -15516847 or 5323539. OLE color: 5323539.
HSL color Cylindrical-coordinate representation of color #133B51: hue angle of 201.29º 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 #133B51 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 59 | 81 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.68 |
| HSL | 201.29º | 0.62% | 0.2% | - |
| HSV(B) | 201.29º | 0.77% | 0.32% | - |
| XYZ | 3.32 | 3.86 | 8.35 | - |
| YUV | 49.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 81 | 0.77 | 0.27 | 0 | 0.68 | 201.29 | 0.62 | 0.2 |
| Hex | 13 | 3B | 51 | 4D | 1B | 0 | 44 | C9 | 3E | 14 |
| Octal | 23 | 73 | 121 | 115 | 33 | 0 | 104 | 311 | 76 | 24 |
| Binary | 10011 | 111011 | 1010001 | 1001101 | 11011 | 0 | 1000100 | 11001001 | 111110 | 10100 |
Color Harmonies of #133B51
Complementary color
Monochromatic Colors of #133B51
Black with #133B51
Text Example
Text Example
White with #133B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B51; }
p { color: rgb(19,59,81); }
H1.HeaderClassName
{
color: #133B51;
}
.AnyTagClassName
{
color: #133B51;
}
</style>
background-color css
<style>
a { background-color: #133B51; }
a { background-color: rgb(19,59,81); }
div.DivClassName
{
background-color: #133B51;
}
.BgClassName
{
background-color: #133B51;
}
</style>
border-color css
<style>
span { border-color: #133B51; }
span { border-color: rgb(19,59,81); }
td.TdClassName
{
border-color: #133B51;
}
.TagClassName
{
border-color: #133B51;
}
</style>