Shades of Regal Blue #133855
Tints of Regal Blue #133855
RGB
CMYK
RGB Variations
Color information
#133855 (or 0x133855) is known color: Regal Blue. HEX triplet: 13, 38 and 55. RGB value is (19,56,85). Sum of RGB (Red+Green+Blue) = 19+56+85=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #133855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133855 is #ECC7AA. Grayscale: #303030. Windows color (decimal): -15517611 or 5584915. OLE color: 5584915.
HSL color Cylindrical-coordinate representation of color #133855: hue angle of 206.36º 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 #133855 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 56 | 85 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.67 |
| HSL | 206.36º | 0.63% | 0.2% | - |
| HSV(B) | 206.36º | 0.78% | 0.33% | - |
| XYZ | 3.32 | 3.62 | 9.12 | - |
| YUV | 48.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 85 | 0.78 | 0.34 | 0 | 0.67 | 206.36 | 0.63 | 0.2 |
| Hex | 13 | 38 | 55 | 4E | 22 | 0 | 43 | CE | 3F | 14 |
| Octal | 23 | 70 | 125 | 116 | 42 | 0 | 103 | 316 | 77 | 24 |
| Binary | 10011 | 111000 | 1010101 | 1001110 | 100010 | 0 | 1000011 | 11001110 | 111111 | 10100 |
Color Harmonies of #133855
Complementary color
Monochromatic Colors of #133855
Black with #133855
Text Example
Text Example
White with #133855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133855; }
p { color: rgb(19,56,85); }
H1.HeaderClassName
{
color: #133855;
}
.AnyTagClassName
{
color: #133855;
}
</style>
background-color css
<style>
a { background-color: #133855; }
a { background-color: rgb(19,56,85); }
div.DivClassName
{
background-color: #133855;
}
.BgClassName
{
background-color: #133855;
}
</style>
border-color css
<style>
span { border-color: #133855; }
span { border-color: rgb(19,56,85); }
td.TdClassName
{
border-color: #133855;
}
.TagClassName
{
border-color: #133855;
}
</style>