Shades of Regal Blue #133D5F
Tints of Regal Blue #133D5F
RGB
CMYK
RGB Variations
Color information
#133D5F (or 0x133D5F) is known color: Regal Blue. HEX triplet: 13, 3D and 5F. RGB value is (19,61,95). Sum of RGB (Red+Green+Blue) = 19+61+95=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #133D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D5F is #ECC2A0. Grayscale: #343434. Windows color (decimal): -15516321 or 6241555. OLE color: 6241555.
HSL color Cylindrical-coordinate representation of color #133D5F: hue angle of 206.84º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133D5F is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 61 | 95 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.63 |
| HSL | 206.84º | 0.67% | 0.22% | - |
| HSV(B) | 206.84º | 0.8% | 0.37% | - |
| XYZ | 4 | 4.3 | 11.45 | - |
| YUV | 52.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 95 | 0.80 | 0.36 | 0 | 0.63 | 206.84 | 0.67 | 0.22 |
| Hex | 13 | 3D | 5F | 50 | 24 | 0 | 3F | CF | 43 | 16 |
| Octal | 23 | 75 | 137 | 120 | 44 | 0 | 77 | 317 | 103 | 26 |
| Binary | 10011 | 111101 | 1011111 | 1010000 | 100100 | 0 | 111111 | 11001111 | 1000011 | 10110 |
Color Harmonies of #133D5F
Complementary color
Monochromatic Colors of #133D5F
Black with #133D5F
Text Example
Text Example
White with #133D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D5F; }
p { color: rgb(19,61,95); }
H1.HeaderClassName
{
color: #133D5F;
}
.AnyTagClassName
{
color: #133D5F;
}
</style>
background-color css
<style>
a { background-color: #133D5F; }
a { background-color: rgb(19,61,95); }
div.DivClassName
{
background-color: #133D5F;
}
.BgClassName
{
background-color: #133D5F;
}
</style>
border-color css
<style>
span { border-color: #133D5F; }
span { border-color: rgb(19,61,95); }
td.TdClassName
{
border-color: #133D5F;
}
.TagClassName
{
border-color: #133D5F;
}
</style>