Shades of Regal Blue #133B55
Tints of Regal Blue #133B55
RGB
CMYK
RGB Variations
Color information
#133B55 (or 0x133B55) is known color: Regal Blue. HEX triplet: 13, 3B and 55. RGB value is (19,59,85). Sum of RGB (Red+Green+Blue) = 19+59+85=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #133B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B55 is #ECC4AA. Grayscale: #313131. Windows color (decimal): -15516843 or 5585683. OLE color: 5585683.
HSL color Cylindrical-coordinate representation of color #133B55: hue angle of 203.64º 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 #133B55 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 59 | 85 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.67 |
| HSL | 203.64º | 0.63% | 0.2% | - |
| HSV(B) | 203.64º | 0.78% | 0.33% | - |
| XYZ | 3.47 | 3.92 | 9.17 | - |
| YUV | 50 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 85 | 0.78 | 0.31 | 0 | 0.67 | 203.64 | 0.63 | 0.2 |
| Hex | 13 | 3B | 55 | 4E | 1F | 0 | 43 | CC | 3F | 14 |
| Octal | 23 | 73 | 125 | 116 | 37 | 0 | 103 | 314 | 77 | 24 |
| Binary | 10011 | 111011 | 1010101 | 1001110 | 11111 | 0 | 1000011 | 11001100 | 111111 | 10100 |
Color Harmonies of #133B55
Complementary color
Monochromatic Colors of #133B55
Black with #133B55
Text Example
Text Example
White with #133B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B55; }
p { color: rgb(19,59,85); }
H1.HeaderClassName
{
color: #133B55;
}
.AnyTagClassName
{
color: #133B55;
}
</style>
background-color css
<style>
a { background-color: #133B55; }
a { background-color: rgb(19,59,85); }
div.DivClassName
{
background-color: #133B55;
}
.BgClassName
{
background-color: #133B55;
}
</style>
border-color css
<style>
span { border-color: #133B55; }
span { border-color: rgb(19,59,85); }
td.TdClassName
{
border-color: #133B55;
}
.TagClassName
{
border-color: #133B55;
}
</style>