Shades of Regal Blue #133C52
Tints of Regal Blue #133C52
RGB
CMYK
RGB Variations
Color information
#133C52 (or 0x133C52) is known color: Regal Blue. HEX triplet: 13, 3C and 52. RGB value is (19,60,82). Sum of RGB (Red+Green+Blue) = 19+60+82=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #133C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C52 is #ECC3AD. Grayscale: #323232. Windows color (decimal): -15516590 or 5389331. OLE color: 5389331.
HSL color Cylindrical-coordinate representation of color #133C52: hue angle of 200.95º 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 #133C52 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 60 | 82 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.68 |
| HSL | 200.95º | 0.62% | 0.2% | - |
| HSV(B) | 200.95º | 0.77% | 0.32% | - |
| XYZ | 3.41 | 3.98 | 8.57 | - |
| YUV | 50.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 82 | 0.77 | 0.27 | 0 | 0.68 | 200.95 | 0.62 | 0.2 |
| Hex | 13 | 3C | 52 | 4D | 1B | 0 | 44 | C9 | 3E | 14 |
| Octal | 23 | 74 | 122 | 115 | 33 | 0 | 104 | 311 | 76 | 24 |
| Binary | 10011 | 111100 | 1010010 | 1001101 | 11011 | 0 | 1000100 | 11001001 | 111110 | 10100 |
Color Harmonies of #133C52
Complementary color
Monochromatic Colors of #133C52
Black with #133C52
Text Example
Text Example
White with #133C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C52; }
p { color: rgb(19,60,82); }
H1.HeaderClassName
{
color: #133C52;
}
.AnyTagClassName
{
color: #133C52;
}
</style>
background-color css
<style>
a { background-color: #133C52; }
a { background-color: rgb(19,60,82); }
div.DivClassName
{
background-color: #133C52;
}
.BgClassName
{
background-color: #133C52;
}
</style>
border-color css
<style>
span { border-color: #133C52; }
span { border-color: rgb(19,60,82); }
td.TdClassName
{
border-color: #133C52;
}
.TagClassName
{
border-color: #133C52;
}
</style>