Shades of Regal Blue #133B5A
Tints of Regal Blue #133B5A
RGB
CMYK
RGB Variations
Color information
#133B5A (or 0x133B5A) is known color: Regal Blue. HEX triplet: 13, 3B and 5A. RGB value is (19,59,90). Sum of RGB (Red+Green+Blue) = 19+59+90=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #133B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B5A is #ECC4A5. Grayscale: #323232. Windows color (decimal): -15516838 or 5913363. OLE color: 5913363.
HSL color Cylindrical-coordinate representation of color #133B5A: hue angle of 206.2º 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 #133B5A is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 59 | 90 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.65 |
| HSL | 206.2º | 0.65% | 0.21% | - |
| HSV(B) | 206.2º | 0.79% | 0.35% | - |
| XYZ | 3.68 | 4 | 10.25 | - |
| YUV | 50.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 90 | 0.79 | 0.34 | 0 | 0.65 | 206.2 | 0.65 | 0.21 |
| Hex | 13 | 3B | 5A | 4F | 22 | 0 | 41 | CE | 41 | 15 |
| Octal | 23 | 73 | 132 | 117 | 42 | 0 | 101 | 316 | 101 | 25 |
| Binary | 10011 | 111011 | 1011010 | 1001111 | 100010 | 0 | 1000001 | 11001110 | 1000001 | 10101 |
Color Harmonies of #133B5A
Complementary color
Monochromatic Colors of #133B5A
Black with #133B5A
Text Example
Text Example
White with #133B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B5A; }
p { color: rgb(19,59,90); }
H1.HeaderClassName
{
color: #133B5A;
}
.AnyTagClassName
{
color: #133B5A;
}
</style>
background-color css
<style>
a { background-color: #133B5A; }
a { background-color: rgb(19,59,90); }
div.DivClassName
{
background-color: #133B5A;
}
.BgClassName
{
background-color: #133B5A;
}
</style>
border-color css
<style>
span { border-color: #133B5A; }
span { border-color: rgb(19,59,90); }
td.TdClassName
{
border-color: #133B5A;
}
.TagClassName
{
border-color: #133B5A;
}
</style>