Shades of Regal Blue #133C62
Tints of Regal Blue #133C62
RGB
CMYK
RGB Variations
Color information
#133C62 (or 0x133C62) is known color: Regal Blue. HEX triplet: 13, 3C and 62. RGB value is (19,60,98). Sum of RGB (Red+Green+Blue) = 19+60+98=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #133C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C62 is #ECC39D. Grayscale: #333333. Windows color (decimal): -15516574 or 6437907. OLE color: 6437907.
HSL color Cylindrical-coordinate representation of color #133C62: hue angle of 208.86º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133C62 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 60 | 98 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.62 |
| HSL | 208.86º | 0.68% | 0.23% | - |
| HSV(B) | 208.86º | 0.81% | 0.38% | - |
| XYZ | 4.09 | 4.25 | 12.16 | - |
| YUV | 52.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 98 | 0.81 | 0.39 | 0 | 0.62 | 208.86 | 0.68 | 0.23 |
| Hex | 13 | 3C | 62 | 51 | 27 | 0 | 3E | D1 | 44 | 17 |
| Octal | 23 | 74 | 142 | 121 | 47 | 0 | 76 | 321 | 104 | 27 |
| Binary | 10011 | 111100 | 1100010 | 1010001 | 100111 | 0 | 111110 | 11010001 | 1000100 | 10111 |
Color Harmonies of #133C62
Complementary color
Monochromatic Colors of #133C62
Black with #133C62
Text Example
Text Example
White with #133C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C62; }
p { color: rgb(19,60,98); }
H1.HeaderClassName
{
color: #133C62;
}
.AnyTagClassName
{
color: #133C62;
}
</style>
background-color css
<style>
a { background-color: #133C62; }
a { background-color: rgb(19,60,98); }
div.DivClassName
{
background-color: #133C62;
}
.BgClassName
{
background-color: #133C62;
}
</style>
border-color css
<style>
span { border-color: #133C62; }
span { border-color: rgb(19,60,98); }
td.TdClassName
{
border-color: #133C62;
}
.TagClassName
{
border-color: #133C62;
}
</style>