Shades of Regal Blue #133D5D
Tints of Regal Blue #133D5D
RGB
CMYK
RGB Variations
Color information
#133D5D (or 0x133D5D) is known color: Regal Blue. HEX triplet: 13, 3D and 5D. RGB value is (19,61,93). Sum of RGB (Red+Green+Blue) = 19+61+93=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #133D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D5D is #ECC2A2. Grayscale: #333333. Windows color (decimal): -15516323 or 6110483. OLE color: 6110483.
HSL color Cylindrical-coordinate representation of color #133D5D: hue angle of 205.95º 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 #133D5D is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 61 | 93 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.64 |
| HSL | 205.95º | 0.66% | 0.22% | - |
| HSV(B) | 205.95º | 0.8% | 0.36% | - |
| XYZ | 3.91 | 4.27 | 10.97 | - |
| YUV | 52.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 93 | 0.80 | 0.34 | 0 | 0.64 | 205.95 | 0.66 | 0.22 |
| Hex | 13 | 3D | 5D | 50 | 22 | 0 | 40 | CE | 42 | 16 |
| Octal | 23 | 75 | 135 | 120 | 42 | 0 | 100 | 316 | 102 | 26 |
| Binary | 10011 | 111101 | 1011101 | 1010000 | 100010 | 0 | 1000000 | 11001110 | 1000010 | 10110 |
Color Harmonies of #133D5D
Complementary color
Monochromatic Colors of #133D5D
Black with #133D5D
Text Example
Text Example
White with #133D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D5D; }
p { color: rgb(19,61,93); }
H1.HeaderClassName
{
color: #133D5D;
}
.AnyTagClassName
{
color: #133D5D;
}
</style>
background-color css
<style>
a { background-color: #133D5D; }
a { background-color: rgb(19,61,93); }
div.DivClassName
{
background-color: #133D5D;
}
.BgClassName
{
background-color: #133D5D;
}
</style>
border-color css
<style>
span { border-color: #133D5D; }
span { border-color: rgb(19,61,93); }
td.TdClassName
{
border-color: #133D5D;
}
.TagClassName
{
border-color: #133D5D;
}
</style>