Shades of Regal Blue #133758
Tints of Regal Blue #133758
RGB
CMYK
RGB Variations
Color information
#133758 (or 0x133758) is known color: Regal Blue. HEX triplet: 13, 37 and 58. RGB value is (19,55,88). Sum of RGB (Red+Green+Blue) = 19+55+88=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #133758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133758 is #ECC8A7. Grayscale: #2F2F2F. Windows color (decimal): -15517864 or 5781267. OLE color: 5781267.
HSL color Cylindrical-coordinate representation of color #133758: hue angle of 208.7º 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 #133758 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 55 | 88 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.65 |
| HSL | 208.7º | 0.64% | 0.21% | - |
| HSV(B) | 208.7º | 0.78% | 0.35% | - |
| XYZ | 3.4 | 3.58 | 9.74 | - |
| YUV | 48 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 88 | 0.78 | 0.38 | 0 | 0.65 | 208.7 | 0.64 | 0.21 |
| Hex | 13 | 37 | 58 | 4E | 26 | 0 | 41 | D1 | 40 | 15 |
| Octal | 23 | 67 | 130 | 116 | 46 | 0 | 101 | 321 | 100 | 25 |
| Binary | 10011 | 110111 | 1011000 | 1001110 | 100110 | 0 | 1000001 | 11010001 | 1000000 | 10101 |
Color Harmonies of #133758
Complementary color
Monochromatic Colors of #133758
Black with #133758
Text Example
Text Example
White with #133758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133758; }
p { color: rgb(19,55,88); }
H1.HeaderClassName
{
color: #133758;
}
.AnyTagClassName
{
color: #133758;
}
</style>
background-color css
<style>
a { background-color: #133758; }
a { background-color: rgb(19,55,88); }
div.DivClassName
{
background-color: #133758;
}
.BgClassName
{
background-color: #133758;
}
</style>
border-color css
<style>
span { border-color: #133758; }
span { border-color: rgb(19,55,88); }
td.TdClassName
{
border-color: #133758;
}
.TagClassName
{
border-color: #133758;
}
</style>