Shades of Regal Blue #133A5D
Tints of Regal Blue #133A5D
RGB
CMYK
RGB Variations
Color information
#133A5D (or 0x133A5D) is known color: Regal Blue. HEX triplet: 13, 3A and 5D. RGB value is (19,58,93). Sum of RGB (Red+Green+Blue) = 19+58+93=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #133A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A5D is #ECC5A2. Grayscale: #323232. Windows color (decimal): -15517091 or 6109715. OLE color: 6109715.
HSL color Cylindrical-coordinate representation of color #133A5D: hue angle of 208.38º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133A5D is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 58 | 93 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.64 |
| HSL | 208.38º | 0.66% | 0.22% | - |
| HSV(B) | 208.38º | 0.8% | 0.36% | - |
| XYZ | 3.76 | 3.95 | 10.92 | - |
| YUV | 50.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 93 | 0.80 | 0.38 | 0 | 0.64 | 208.38 | 0.66 | 0.22 |
| Hex | 13 | 3A | 5D | 50 | 26 | 0 | 40 | D0 | 42 | 16 |
| Octal | 23 | 72 | 135 | 120 | 46 | 0 | 100 | 320 | 102 | 26 |
| Binary | 10011 | 111010 | 1011101 | 1010000 | 100110 | 0 | 1000000 | 11010000 | 1000010 | 10110 |
Color Harmonies of #133A5D
Complementary color
Monochromatic Colors of #133A5D
Black with #133A5D
Text Example
Text Example
White with #133A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A5D; }
p { color: rgb(19,58,93); }
H1.HeaderClassName
{
color: #133A5D;
}
.AnyTagClassName
{
color: #133A5D;
}
</style>
background-color css
<style>
a { background-color: #133A5D; }
a { background-color: rgb(19,58,93); }
div.DivClassName
{
background-color: #133A5D;
}
.BgClassName
{
background-color: #133A5D;
}
</style>
border-color css
<style>
span { border-color: #133A5D; }
span { border-color: rgb(19,58,93); }
td.TdClassName
{
border-color: #133A5D;
}
.TagClassName
{
border-color: #133A5D;
}
</style>