Shades of Regal Blue #133D62
Tints of Regal Blue #133D62
RGB
CMYK
RGB Variations
Color information
#133D62 (or 0x133D62) is known color: Regal Blue. HEX triplet: 13, 3D and 62. RGB value is (19,61,98). Sum of RGB (Red+Green+Blue) = 19+61+98=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #133D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D62 is #ECC29D. Grayscale: #343434. Windows color (decimal): -15516318 or 6438163. OLE color: 6438163.
HSL color Cylindrical-coordinate representation of color #133D62: hue angle of 208.1º 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 #133D62 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 61 | 98 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.62 |
| HSL | 208.1º | 0.68% | 0.23% | - |
| HSV(B) | 208.1º | 0.81% | 0.38% | - |
| XYZ | 4.14 | 4.36 | 12.18 | - |
| YUV | 52.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 98 | 0.81 | 0.38 | 0 | 0.62 | 208.1 | 0.68 | 0.23 |
| Hex | 13 | 3D | 62 | 51 | 26 | 0 | 3E | D0 | 44 | 17 |
| Octal | 23 | 75 | 142 | 121 | 46 | 0 | 76 | 320 | 104 | 27 |
| Binary | 10011 | 111101 | 1100010 | 1010001 | 100110 | 0 | 111110 | 11010000 | 1000100 | 10111 |
Color Harmonies of #133D62
Complementary color
Monochromatic Colors of #133D62
Black with #133D62
Text Example
Text Example
White with #133D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D62; }
p { color: rgb(19,61,98); }
H1.HeaderClassName
{
color: #133D62;
}
.AnyTagClassName
{
color: #133D62;
}
</style>
background-color css
<style>
a { background-color: #133D62; }
a { background-color: rgb(19,61,98); }
div.DivClassName
{
background-color: #133D62;
}
.BgClassName
{
background-color: #133D62;
}
</style>
border-color css
<style>
span { border-color: #133D62; }
span { border-color: rgb(19,61,98); }
td.TdClassName
{
border-color: #133D62;
}
.TagClassName
{
border-color: #133D62;
}
</style>