Shades of Regal Blue #133861
Tints of Regal Blue #133861
RGB
CMYK
RGB Variations
Color information
#133861 (or 0x133861) is known color: Regal Blue. HEX triplet: 13, 38 and 61. RGB value is (19,56,97). Sum of RGB (Red+Green+Blue) = 19+56+97=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #133861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133861 is #ECC79E. Grayscale: #313131. Windows color (decimal): -15517599 or 6371347. OLE color: 6371347.
HSL color Cylindrical-coordinate representation of color #133861: hue angle of 211.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133861 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 56 | 97 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.62 |
| HSL | 211.54º | 0.67% | 0.23% | - |
| HSV(B) | 211.54º | 0.8% | 0.38% | - |
| XYZ | 3.84 | 3.83 | 11.85 | - |
| YUV | 49.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 97 | 0.80 | 0.42 | 0 | 0.62 | 211.54 | 0.67 | 0.23 |
| Hex | 13 | 38 | 61 | 50 | 2A | 0 | 3E | D4 | 43 | 17 |
| Octal | 23 | 70 | 141 | 120 | 52 | 0 | 76 | 324 | 103 | 27 |
| Binary | 10011 | 111000 | 1100001 | 1010000 | 101010 | 0 | 111110 | 11010100 | 1000011 | 10111 |
Color Harmonies of #133861
Complementary color
Monochromatic Colors of #133861
Black with #133861
Text Example
Text Example
White with #133861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133861; }
p { color: rgb(19,56,97); }
H1.HeaderClassName
{
color: #133861;
}
.AnyTagClassName
{
color: #133861;
}
</style>
background-color css
<style>
a { background-color: #133861; }
a { background-color: rgb(19,56,97); }
div.DivClassName
{
background-color: #133861;
}
.BgClassName
{
background-color: #133861;
}
</style>
border-color css
<style>
span { border-color: #133861; }
span { border-color: rgb(19,56,97); }
td.TdClassName
{
border-color: #133861;
}
.TagClassName
{
border-color: #133861;
}
</style>