Shades of Regal Blue #133856
Tints of Regal Blue #133856
RGB
CMYK
RGB Variations
Color information
#133856 (or 0x133856) is known color: Regal Blue. HEX triplet: 13, 38 and 56. RGB value is (19,56,86). Sum of RGB (Red+Green+Blue) = 19+56+86=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #133856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133856 is #ECC7A9. Grayscale: #303030. Windows color (decimal): -15517610 or 5650451. OLE color: 5650451.
HSL color Cylindrical-coordinate representation of color #133856: hue angle of 206.87º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133856 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 56 | 86 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.66 |
| HSL | 206.87º | 0.64% | 0.21% | - |
| HSV(B) | 206.87º | 0.78% | 0.34% | - |
| XYZ | 3.36 | 3.64 | 9.33 | - |
| YUV | 48.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 86 | 0.78 | 0.35 | 0 | 0.66 | 206.87 | 0.64 | 0.21 |
| Hex | 13 | 38 | 56 | 4E | 23 | 0 | 42 | CF | 40 | 15 |
| Octal | 23 | 70 | 126 | 116 | 43 | 0 | 102 | 317 | 100 | 25 |
| Binary | 10011 | 111000 | 1010110 | 1001110 | 100011 | 0 | 1000010 | 11001111 | 1000000 | 10101 |
Color Harmonies of #133856
Complementary color
Monochromatic Colors of #133856
Black with #133856
Text Example
Text Example
White with #133856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133856; }
p { color: rgb(19,56,86); }
H1.HeaderClassName
{
color: #133856;
}
.AnyTagClassName
{
color: #133856;
}
</style>
background-color css
<style>
a { background-color: #133856; }
a { background-color: rgb(19,56,86); }
div.DivClassName
{
background-color: #133856;
}
.BgClassName
{
background-color: #133856;
}
</style>
border-color css
<style>
span { border-color: #133856; }
span { border-color: rgb(19,56,86); }
td.TdClassName
{
border-color: #133856;
}
.TagClassName
{
border-color: #133856;
}
</style>