Shades of Regal Blue #133254
Tints of Regal Blue #133254
RGB
CMYK
RGB Variations
Color information
#133254 (or 0x133254) is known color: Regal Blue. HEX triplet: 13, 32 and 54. RGB value is (19,50,84). Sum of RGB (Red+Green+Blue) = 19+50+84=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #133254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133254 is #ECCDAB. Grayscale: #2C2C2C. Windows color (decimal): -15519148 or 5517843. OLE color: 5517843.
HSL color Cylindrical-coordinate representation of color #133254: hue angle of 211.38º 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 #133254 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 50 | 84 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.67 |
| HSL | 211.38º | 0.63% | 0.2% | - |
| HSV(B) | 211.38º | 0.77% | 0.33% | - |
| XYZ | 3.01 | 3.06 | 8.82 | - |
| YUV | 44.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 84 | 0.77 | 0.40 | 0 | 0.67 | 211.38 | 0.63 | 0.2 |
| Hex | 13 | 32 | 54 | 4D | 28 | 0 | 43 | D3 | 3F | 14 |
| Octal | 23 | 62 | 124 | 115 | 50 | 0 | 103 | 323 | 77 | 24 |
| Binary | 10011 | 110010 | 1010100 | 1001101 | 101000 | 0 | 1000011 | 11010011 | 111111 | 10100 |
Color Harmonies of #133254
Complementary color
Monochromatic Colors of #133254
Black with #133254
Text Example
Text Example
White with #133254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133254; }
p { color: rgb(19,50,84); }
H1.HeaderClassName
{
color: #133254;
}
.AnyTagClassName
{
color: #133254;
}
</style>
background-color css
<style>
a { background-color: #133254; }
a { background-color: rgb(19,50,84); }
div.DivClassName
{
background-color: #133254;
}
.BgClassName
{
background-color: #133254;
}
</style>
border-color css
<style>
span { border-color: #133254; }
span { border-color: rgb(19,50,84); }
td.TdClassName
{
border-color: #133254;
}
.TagClassName
{
border-color: #133254;
}
</style>