Shades of Regal Blue #133B61
Tints of Regal Blue #133B61
RGB
CMYK
RGB Variations
Color information
#133B61 (or 0x133B61) is known color: Regal Blue. HEX triplet: 13, 3B and 61. RGB value is (19,59,97). Sum of RGB (Red+Green+Blue) = 19+59+97=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #133B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B61 is #ECC49E. Grayscale: #333333. Windows color (decimal): -15516831 or 6372115. OLE color: 6372115.
HSL color Cylindrical-coordinate representation of color #133B61: hue angle of 209.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133B61 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 59 | 97 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.62 |
| HSL | 209.23º | 0.67% | 0.23% | - |
| HSV(B) | 209.23º | 0.8% | 0.38% | - |
| XYZ | 3.99 | 4.13 | 11.9 | - |
| YUV | 51.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 97 | 0.80 | 0.39 | 0 | 0.62 | 209.23 | 0.67 | 0.23 |
| Hex | 13 | 3B | 61 | 50 | 27 | 0 | 3E | D1 | 43 | 17 |
| Octal | 23 | 73 | 141 | 120 | 47 | 0 | 76 | 321 | 103 | 27 |
| Binary | 10011 | 111011 | 1100001 | 1010000 | 100111 | 0 | 111110 | 11010001 | 1000011 | 10111 |
Color Harmonies of #133B61
Complementary color
Monochromatic Colors of #133B61
Black with #133B61
Text Example
Text Example
White with #133B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B61; }
p { color: rgb(19,59,97); }
H1.HeaderClassName
{
color: #133B61;
}
.AnyTagClassName
{
color: #133B61;
}
</style>
background-color css
<style>
a { background-color: #133B61; }
a { background-color: rgb(19,59,97); }
div.DivClassName
{
background-color: #133B61;
}
.BgClassName
{
background-color: #133B61;
}
</style>
border-color css
<style>
span { border-color: #133B61; }
span { border-color: rgb(19,59,97); }
td.TdClassName
{
border-color: #133B61;
}
.TagClassName
{
border-color: #133B61;
}
</style>