Shades of Regal Blue #133355
Tints of Regal Blue #133355
RGB
CMYK
RGB Variations
Color information
#133355 (or 0x133355) is known color: Regal Blue. HEX triplet: 13, 33 and 55. RGB value is (19,51,85). Sum of RGB (Red+Green+Blue) = 19+51+85=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #133355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133355 is #ECCCAA. Grayscale: #2D2D2D. Windows color (decimal): -15518891 or 5583635. OLE color: 5583635.
HSL color Cylindrical-coordinate representation of color #133355: hue angle of 210.91º 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 #133355 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 51 | 85 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.67 |
| HSL | 210.91º | 0.63% | 0.2% | - |
| HSV(B) | 210.91º | 0.78% | 0.33% | - |
| XYZ | 3.09 | 3.16 | 9.04 | - |
| YUV | 45.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 85 | 0.78 | 0.40 | 0 | 0.67 | 210.91 | 0.63 | 0.2 |
| Hex | 13 | 33 | 55 | 4E | 28 | 0 | 43 | D3 | 3F | 14 |
| Octal | 23 | 63 | 125 | 116 | 50 | 0 | 103 | 323 | 77 | 24 |
| Binary | 10011 | 110011 | 1010101 | 1001110 | 101000 | 0 | 1000011 | 11010011 | 111111 | 10100 |
Color Harmonies of #133355
Complementary color
Monochromatic Colors of #133355
Black with #133355
Text Example
Text Example
White with #133355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133355; }
p { color: rgb(19,51,85); }
H1.HeaderClassName
{
color: #133355;
}
.AnyTagClassName
{
color: #133355;
}
</style>
background-color css
<style>
a { background-color: #133355; }
a { background-color: rgb(19,51,85); }
div.DivClassName
{
background-color: #133355;
}
.BgClassName
{
background-color: #133355;
}
</style>
border-color css
<style>
span { border-color: #133355; }
span { border-color: rgb(19,51,85); }
td.TdClassName
{
border-color: #133355;
}
.TagClassName
{
border-color: #133355;
}
</style>