Shades of Regal Blue #133654
Tints of Regal Blue #133654
RGB
CMYK
RGB Variations
Color information
#133654 (or 0x133654) is known color: Regal Blue. HEX triplet: 13, 36 and 54. RGB value is (19,54,84). Sum of RGB (Red+Green+Blue) = 19+54+84=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #133654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133654 is #ECC9AB. Grayscale: #2E2E2E. Windows color (decimal): -15518124 or 5518867. OLE color: 5518867.
HSL color Cylindrical-coordinate representation of color #133654: hue angle of 207.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133654 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 54 | 84 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.67 |
| HSL | 207.69º | 0.63% | 0.2% | - |
| HSV(B) | 207.69º | 0.77% | 0.33% | - |
| XYZ | 3.19 | 3.42 | 8.88 | - |
| YUV | 46.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 84 | 0.77 | 0.36 | 0 | 0.67 | 207.69 | 0.63 | 0.2 |
| Hex | 13 | 36 | 54 | 4D | 24 | 0 | 43 | D0 | 3F | 14 |
| Octal | 23 | 66 | 124 | 115 | 44 | 0 | 103 | 320 | 77 | 24 |
| Binary | 10011 | 110110 | 1010100 | 1001101 | 100100 | 0 | 1000011 | 11010000 | 111111 | 10100 |
Color Harmonies of #133654
Complementary color
Monochromatic Colors of #133654
Black with #133654
Text Example
Text Example
White with #133654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133654; }
p { color: rgb(19,54,84); }
H1.HeaderClassName
{
color: #133654;
}
.AnyTagClassName
{
color: #133654;
}
</style>
background-color css
<style>
a { background-color: #133654; }
a { background-color: rgb(19,54,84); }
div.DivClassName
{
background-color: #133654;
}
.BgClassName
{
background-color: #133654;
}
</style>
border-color css
<style>
span { border-color: #133654; }
span { border-color: rgb(19,54,84); }
td.TdClassName
{
border-color: #133654;
}
.TagClassName
{
border-color: #133654;
}
</style>