Shades of Regal Blue #133858
Tints of Regal Blue #133858
RGB
CMYK
RGB Variations
Color information
#133858 (or 0x133858) is known color: Regal Blue. HEX triplet: 13, 38 and 58. RGB value is (19,56,88). Sum of RGB (Red+Green+Blue) = 19+56+88=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #133858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133858 is #ECC7A7. Grayscale: #303030. Windows color (decimal): -15517608 or 5781523. OLE color: 5781523.
HSL color Cylindrical-coordinate representation of color #133858: hue angle of 207.83º 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 #133858 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 56 | 88 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.65 |
| HSL | 207.83º | 0.64% | 0.21% | - |
| HSV(B) | 207.83º | 0.78% | 0.35% | - |
| XYZ | 3.44 | 3.67 | 9.76 | - |
| YUV | 48.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 88 | 0.78 | 0.36 | 0 | 0.65 | 207.83 | 0.64 | 0.21 |
| Hex | 13 | 38 | 58 | 4E | 24 | 0 | 41 | D0 | 40 | 15 |
| Octal | 23 | 70 | 130 | 116 | 44 | 0 | 101 | 320 | 100 | 25 |
| Binary | 10011 | 111000 | 1011000 | 1001110 | 100100 | 0 | 1000001 | 11010000 | 1000000 | 10101 |
Color Harmonies of #133858
Complementary color
Monochromatic Colors of #133858
Black with #133858
Text Example
Text Example
White with #133858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133858; }
p { color: rgb(19,56,88); }
H1.HeaderClassName
{
color: #133858;
}
.AnyTagClassName
{
color: #133858;
}
</style>
background-color css
<style>
a { background-color: #133858; }
a { background-color: rgb(19,56,88); }
div.DivClassName
{
background-color: #133858;
}
.BgClassName
{
background-color: #133858;
}
</style>
border-color css
<style>
span { border-color: #133858; }
span { border-color: rgb(19,56,88); }
td.TdClassName
{
border-color: #133858;
}
.TagClassName
{
border-color: #133858;
}
</style>