Shades of Regal Blue #133C54
Tints of Regal Blue #133C54
RGB
CMYK
RGB Variations
Color information
#133C54 (or 0x133C54) is known color: Regal Blue. HEX triplet: 13, 3C and 54. RGB value is (19,60,84). Sum of RGB (Red+Green+Blue) = 19+60+84=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #133C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C54 is #ECC3AB. Grayscale: #323232. Windows color (decimal): -15516588 or 5520403. OLE color: 5520403.
HSL color Cylindrical-coordinate representation of color #133C54: hue angle of 202.15º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133C54 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 60 | 84 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.67 |
| HSL | 202.15º | 0.63% | 0.2% | - |
| HSV(B) | 202.15º | 0.77% | 0.33% | - |
| XYZ | 3.48 | 4.01 | 8.98 | - |
| YUV | 50.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 84 | 0.77 | 0.29 | 0 | 0.67 | 202.15 | 0.63 | 0.2 |
| Hex | 13 | 3C | 54 | 4D | 1D | 0 | 43 | CA | 3F | 14 |
| Octal | 23 | 74 | 124 | 115 | 35 | 0 | 103 | 312 | 77 | 24 |
| Binary | 10011 | 111100 | 1010100 | 1001101 | 11101 | 0 | 1000011 | 11001010 | 111111 | 10100 |
Color Harmonies of #133C54
Complementary color
Monochromatic Colors of #133C54
Black with #133C54
Text Example
Text Example
White with #133C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C54; }
p { color: rgb(19,60,84); }
H1.HeaderClassName
{
color: #133C54;
}
.AnyTagClassName
{
color: #133C54;
}
</style>
background-color css
<style>
a { background-color: #133C54; }
a { background-color: rgb(19,60,84); }
div.DivClassName
{
background-color: #133C54;
}
.BgClassName
{
background-color: #133C54;
}
</style>
border-color css
<style>
span { border-color: #133C54; }
span { border-color: rgb(19,60,84); }
td.TdClassName
{
border-color: #133C54;
}
.TagClassName
{
border-color: #133C54;
}
</style>