Shades of Regal Blue #133752
Tints of Regal Blue #133752
RGB
CMYK
RGB Variations
Color information
#133752 (or 0x133752) is known color: Regal Blue. HEX triplet: 13, 37 and 52. RGB value is (19,55,82). Sum of RGB (Red+Green+Blue) = 19+55+82=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #133752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133752 is #ECC8AD. Grayscale: #2F2F2F. Windows color (decimal): -15517870 or 5388051. OLE color: 5388051.
HSL color Cylindrical-coordinate representation of color #133752: hue angle of 205.71º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133752 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 55 | 82 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.68 |
| HSL | 205.71º | 0.62% | 0.2% | - |
| HSV(B) | 205.71º | 0.77% | 0.32% | - |
| XYZ | 3.16 | 3.48 | 8.49 | - |
| YUV | 47.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 82 | 0.77 | 0.33 | 0 | 0.68 | 205.71 | 0.62 | 0.2 |
| Hex | 13 | 37 | 52 | 4D | 21 | 0 | 44 | CE | 3E | 14 |
| Octal | 23 | 67 | 122 | 115 | 41 | 0 | 104 | 316 | 76 | 24 |
| Binary | 10011 | 110111 | 1010010 | 1001101 | 100001 | 0 | 1000100 | 11001110 | 111110 | 10100 |
Color Harmonies of #133752
Complementary color
Monochromatic Colors of #133752
Black with #133752
Text Example
Text Example
White with #133752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133752; }
p { color: rgb(19,55,82); }
H1.HeaderClassName
{
color: #133752;
}
.AnyTagClassName
{
color: #133752;
}
</style>
background-color css
<style>
a { background-color: #133752; }
a { background-color: rgb(19,55,82); }
div.DivClassName
{
background-color: #133752;
}
.BgClassName
{
background-color: #133752;
}
</style>
border-color css
<style>
span { border-color: #133752; }
span { border-color: rgb(19,55,82); }
td.TdClassName
{
border-color: #133752;
}
.TagClassName
{
border-color: #133752;
}
</style>