Shades of Regal Blue #133959
Tints of Regal Blue #133959
RGB
CMYK
RGB Variations
Color information
#133959 (or 0x133959) is known color: Regal Blue. HEX triplet: 13, 39 and 59. RGB value is (19,57,89). Sum of RGB (Red+Green+Blue) = 19+57+89=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #133959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133959 is #ECC6A6. Grayscale: #313131. Windows color (decimal): -15517351 or 5847315. OLE color: 5847315.
HSL color Cylindrical-coordinate representation of color #133959: hue angle of 207.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133959 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 57 | 89 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.65 |
| HSL | 207.43º | 0.65% | 0.21% | - |
| HSV(B) | 207.43º | 0.79% | 0.35% | - |
| XYZ | 3.53 | 3.79 | 10 | - |
| YUV | 49.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 89 | 0.79 | 0.36 | 0 | 0.65 | 207.43 | 0.65 | 0.21 |
| Hex | 13 | 39 | 59 | 4F | 24 | 0 | 41 | CF | 41 | 15 |
| Octal | 23 | 71 | 131 | 117 | 44 | 0 | 101 | 317 | 101 | 25 |
| Binary | 10011 | 111001 | 1011001 | 1001111 | 100100 | 0 | 1000001 | 11001111 | 1000001 | 10101 |
Color Harmonies of #133959
Complementary color
Monochromatic Colors of #133959
Black with #133959
Text Example
Text Example
White with #133959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133959; }
p { color: rgb(19,57,89); }
H1.HeaderClassName
{
color: #133959;
}
.AnyTagClassName
{
color: #133959;
}
</style>
background-color css
<style>
a { background-color: #133959; }
a { background-color: rgb(19,57,89); }
div.DivClassName
{
background-color: #133959;
}
.BgClassName
{
background-color: #133959;
}
</style>
border-color css
<style>
span { border-color: #133959; }
span { border-color: rgb(19,57,89); }
td.TdClassName
{
border-color: #133959;
}
.TagClassName
{
border-color: #133959;
}
</style>