Shades of Regal Blue #133255
Tints of Regal Blue #133255
RGB
CMYK
RGB Variations
Color information
#133255 (or 0x133255) is known color: Regal Blue. HEX triplet: 13, 32 and 55. RGB value is (19,50,85). Sum of RGB (Red+Green+Blue) = 19+50+85=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #133255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133255 is #ECCDAA. Grayscale: #2C2C2C. Windows color (decimal): -15519147 or 5583379. OLE color: 5583379.
HSL color Cylindrical-coordinate representation of color #133255: hue angle of 211.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133255 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 50 | 85 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.67 |
| HSL | 211.82º | 0.63% | 0.2% | - |
| HSV(B) | 211.82º | 0.78% | 0.33% | - |
| XYZ | 3.05 | 3.08 | 9.03 | - |
| YUV | 44.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 85 | 0.78 | 0.41 | 0 | 0.67 | 211.82 | 0.63 | 0.2 |
| Hex | 13 | 32 | 55 | 4E | 29 | 0 | 43 | D4 | 3F | 14 |
| Octal | 23 | 62 | 125 | 116 | 51 | 0 | 103 | 324 | 77 | 24 |
| Binary | 10011 | 110010 | 1010101 | 1001110 | 101001 | 0 | 1000011 | 11010100 | 111111 | 10100 |
Color Harmonies of #133255
Complementary color
Monochromatic Colors of #133255
Black with #133255
Text Example
Text Example
White with #133255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133255; }
p { color: rgb(19,50,85); }
H1.HeaderClassName
{
color: #133255;
}
.AnyTagClassName
{
color: #133255;
}
</style>
background-color css
<style>
a { background-color: #133255; }
a { background-color: rgb(19,50,85); }
div.DivClassName
{
background-color: #133255;
}
.BgClassName
{
background-color: #133255;
}
</style>
border-color css
<style>
span { border-color: #133255; }
span { border-color: rgb(19,50,85); }
td.TdClassName
{
border-color: #133255;
}
.TagClassName
{
border-color: #133255;
}
</style>