Shades of Regal Blue #133A5A
Tints of Regal Blue #133A5A
RGB
CMYK
RGB Variations
Color information
#133A5A (or 0x133A5A) is known color: Regal Blue. HEX triplet: 13, 3A and 5A. RGB value is (19,58,90). Sum of RGB (Red+Green+Blue) = 19+58+90=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #133A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A5A is #ECC5A5. Grayscale: #313131. Windows color (decimal): -15517094 or 5913107. OLE color: 5913107.
HSL color Cylindrical-coordinate representation of color #133A5A: hue angle of 207.04º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133A5A is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 58 | 90 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.65 |
| HSL | 207.04º | 0.65% | 0.21% | - |
| HSV(B) | 207.04º | 0.79% | 0.35% | - |
| XYZ | 3.63 | 3.9 | 10.24 | - |
| YUV | 49.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 90 | 0.79 | 0.36 | 0 | 0.65 | 207.04 | 0.65 | 0.21 |
| Hex | 13 | 3A | 5A | 4F | 24 | 0 | 41 | CF | 41 | 15 |
| Octal | 23 | 72 | 132 | 117 | 44 | 0 | 101 | 317 | 101 | 25 |
| Binary | 10011 | 111010 | 1011010 | 1001111 | 100100 | 0 | 1000001 | 11001111 | 1000001 | 10101 |
Color Harmonies of #133A5A
Complementary color
Monochromatic Colors of #133A5A
Black with #133A5A
Text Example
Text Example
White with #133A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A5A; }
p { color: rgb(19,58,90); }
H1.HeaderClassName
{
color: #133A5A;
}
.AnyTagClassName
{
color: #133A5A;
}
</style>
background-color css
<style>
a { background-color: #133A5A; }
a { background-color: rgb(19,58,90); }
div.DivClassName
{
background-color: #133A5A;
}
.BgClassName
{
background-color: #133A5A;
}
</style>
border-color css
<style>
span { border-color: #133A5A; }
span { border-color: rgb(19,58,90); }
td.TdClassName
{
border-color: #133A5A;
}
.TagClassName
{
border-color: #133A5A;
}
</style>