Shades of Regal Blue #133D55
Tints of Regal Blue #133D55
RGB
CMYK
RGB Variations
Color information
#133D55 (or 0x133D55) is known color: Regal Blue. HEX triplet: 13, 3D and 55. RGB value is (19,61,85). Sum of RGB (Red+Green+Blue) = 19+61+85=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #133D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D55 is #ECC2AA. Grayscale: #333333. Windows color (decimal): -15516331 or 5586195. OLE color: 5586195.
HSL color Cylindrical-coordinate representation of color #133D55: hue angle of 201.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 #133D55 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 61 | 85 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.67 |
| HSL | 201.82º | 0.63% | 0.2% | - |
| HSV(B) | 201.82º | 0.78% | 0.33% | - |
| XYZ | 3.58 | 4.13 | 9.2 | - |
| YUV | 51.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 85 | 0.78 | 0.28 | 0 | 0.67 | 201.82 | 0.63 | 0.2 |
| Hex | 13 | 3D | 55 | 4E | 1C | 0 | 43 | CA | 3F | 14 |
| Octal | 23 | 75 | 125 | 116 | 34 | 0 | 103 | 312 | 77 | 24 |
| Binary | 10011 | 111101 | 1010101 | 1001110 | 11100 | 0 | 1000011 | 11001010 | 111111 | 10100 |
Color Harmonies of #133D55
Complementary color
Monochromatic Colors of #133D55
Black with #133D55
Text Example
Text Example
White with #133D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D55; }
p { color: rgb(19,61,85); }
H1.HeaderClassName
{
color: #133D55;
}
.AnyTagClassName
{
color: #133D55;
}
</style>
background-color css
<style>
a { background-color: #133D55; }
a { background-color: rgb(19,61,85); }
div.DivClassName
{
background-color: #133D55;
}
.BgClassName
{
background-color: #133D55;
}
</style>
border-color css
<style>
span { border-color: #133D55; }
span { border-color: rgb(19,61,85); }
td.TdClassName
{
border-color: #133D55;
}
.TagClassName
{
border-color: #133D55;
}
</style>