Shades of Regal Blue #133A62
Tints of Regal Blue #133A62
RGB
CMYK
RGB Variations
Color information
#133A62 (or 0x133A62) is known color: Regal Blue. HEX triplet: 13, 3A and 62. RGB value is (19,58,98). Sum of RGB (Red+Green+Blue) = 19+58+98=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #133A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A62 is #ECC59D. Grayscale: #323232. Windows color (decimal): -15517086 or 6437395. OLE color: 6437395.
HSL color Cylindrical-coordinate representation of color #133A62: hue angle of 210.38º 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 #133A62 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 58 | 98 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.62 |
| HSL | 210.38º | 0.68% | 0.23% | - |
| HSV(B) | 210.38º | 0.81% | 0.38% | - |
| XYZ | 3.99 | 4.05 | 12.13 | - |
| YUV | 50.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 98 | 0.81 | 0.41 | 0 | 0.62 | 210.38 | 0.68 | 0.23 |
| Hex | 13 | 3A | 62 | 51 | 29 | 0 | 3E | D2 | 44 | 17 |
| Octal | 23 | 72 | 142 | 121 | 51 | 0 | 76 | 322 | 104 | 27 |
| Binary | 10011 | 111010 | 1100010 | 1010001 | 101001 | 0 | 111110 | 11010010 | 1000100 | 10111 |
Color Harmonies of #133A62
Complementary color
Monochromatic Colors of #133A62
Black with #133A62
Text Example
Text Example
White with #133A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A62; }
p { color: rgb(19,58,98); }
H1.HeaderClassName
{
color: #133A62;
}
.AnyTagClassName
{
color: #133A62;
}
</style>
background-color css
<style>
a { background-color: #133A62; }
a { background-color: rgb(19,58,98); }
div.DivClassName
{
background-color: #133A62;
}
.BgClassName
{
background-color: #133A62;
}
</style>
border-color css
<style>
span { border-color: #133A62; }
span { border-color: rgb(19,58,98); }
td.TdClassName
{
border-color: #133A62;
}
.TagClassName
{
border-color: #133A62;
}
</style>