Shades of Regal Blue #133458
Tints of Regal Blue #133458
RGB
CMYK
RGB Variations
Color information
#133458 (or 0x133458) is known color: Regal Blue. HEX triplet: 13, 34 and 58. RGB value is (19,52,88). Sum of RGB (Red+Green+Blue) = 19+52+88=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #133458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133458 is #ECCBA7. Grayscale: #2E2E2E. Windows color (decimal): -15518632 or 5780499. OLE color: 5780499.
HSL color Cylindrical-coordinate representation of color #133458: hue angle of 211.3º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133458 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 52 | 88 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.65 |
| HSL | 211.3º | 0.64% | 0.21% | - |
| HSV(B) | 211.3º | 0.78% | 0.35% | - |
| XYZ | 3.26 | 3.3 | 9.7 | - |
| YUV | 46.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 88 | 0.78 | 0.41 | 0 | 0.65 | 211.3 | 0.64 | 0.21 |
| Hex | 13 | 34 | 58 | 4E | 29 | 0 | 41 | D3 | 40 | 15 |
| Octal | 23 | 64 | 130 | 116 | 51 | 0 | 101 | 323 | 100 | 25 |
| Binary | 10011 | 110100 | 1011000 | 1001110 | 101001 | 0 | 1000001 | 11010011 | 1000000 | 10101 |
Color Harmonies of #133458
Complementary color
Monochromatic Colors of #133458
Black with #133458
Text Example
Text Example
White with #133458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133458; }
p { color: rgb(19,52,88); }
H1.HeaderClassName
{
color: #133458;
}
.AnyTagClassName
{
color: #133458;
}
</style>
background-color css
<style>
a { background-color: #133458; }
a { background-color: rgb(19,52,88); }
div.DivClassName
{
background-color: #133458;
}
.BgClassName
{
background-color: #133458;
}
</style>
border-color css
<style>
span { border-color: #133458; }
span { border-color: rgb(19,52,88); }
td.TdClassName
{
border-color: #133458;
}
.TagClassName
{
border-color: #133458;
}
</style>