Shades of Regal Blue #133E5B
Tints of Regal Blue #133E5B
RGB
CMYK
RGB Variations
Color information
#133E5B (or 0x133E5B) is known color: Regal Blue. HEX triplet: 13, 3E and 5B. RGB value is (19,62,91). Sum of RGB (Red+Green+Blue) = 19+62+91=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #133E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E5B is #ECC1A4. Grayscale: #343434. Windows color (decimal): -15516069 or 5979667. OLE color: 5979667.
HSL color Cylindrical-coordinate representation of color #133E5B: hue angle of 204.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133E5B is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 62 | 91 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.64 |
| HSL | 204.17º | 0.65% | 0.22% | - |
| HSV(B) | 204.17º | 0.79% | 0.36% | - |
| XYZ | 3.88 | 4.34 | 10.53 | - |
| YUV | 52.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 91 | 0.79 | 0.32 | 0 | 0.64 | 204.17 | 0.65 | 0.22 |
| Hex | 13 | 3E | 5B | 4F | 20 | 0 | 40 | CC | 41 | 16 |
| Octal | 23 | 76 | 133 | 117 | 40 | 0 | 100 | 314 | 101 | 26 |
| Binary | 10011 | 111110 | 1011011 | 1001111 | 100000 | 0 | 1000000 | 11001100 | 1000001 | 10110 |
Color Harmonies of #133E5B
Complementary color
Monochromatic Colors of #133E5B
Black with #133E5B
Text Example
Text Example
White with #133E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E5B; }
p { color: rgb(19,62,91); }
H1.HeaderClassName
{
color: #133E5B;
}
.AnyTagClassName
{
color: #133E5B;
}
</style>
background-color css
<style>
a { background-color: #133E5B; }
a { background-color: rgb(19,62,91); }
div.DivClassName
{
background-color: #133E5B;
}
.BgClassName
{
background-color: #133E5B;
}
</style>
border-color css
<style>
span { border-color: #133E5B; }
span { border-color: rgb(19,62,91); }
td.TdClassName
{
border-color: #133E5B;
}
.TagClassName
{
border-color: #133E5B;
}
</style>