Shades of Regal Blue #13335A
Tints of Regal Blue #13335A
RGB
CMYK
RGB Variations
Color information
#13335A (or 0x13335A) is known color: Regal Blue. HEX triplet: 13, 33 and 5A. RGB value is (19,51,90). Sum of RGB (Red+Green+Blue) = 19+51+90=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #13335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13335A is #ECCCA5. Grayscale: #2D2D2D. Windows color (decimal): -15518886 or 5911315. OLE color: 5911315.
HSL color Cylindrical-coordinate representation of color #13335A: hue angle of 212.96º 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 #13335A is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 51 | 90 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.65 |
| HSL | 212.96º | 0.65% | 0.21% | - |
| HSV(B) | 212.96º | 0.79% | 0.35% | - |
| XYZ | 3.3 | 3.24 | 10.13 | - |
| YUV | 45.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 90 | 0.79 | 0.43 | 0 | 0.65 | 212.96 | 0.65 | 0.21 |
| Hex | 13 | 33 | 5A | 4F | 2B | 0 | 41 | D5 | 41 | 15 |
| Octal | 23 | 63 | 132 | 117 | 53 | 0 | 101 | 325 | 101 | 25 |
| Binary | 10011 | 110011 | 1011010 | 1001111 | 101011 | 0 | 1000001 | 11010101 | 1000001 | 10101 |
Color Harmonies of #13335A
Complementary color
Monochromatic Colors of #13335A
Black with #13335A
Text Example
Text Example
White with #13335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13335A; }
p { color: rgb(19,51,90); }
H1.HeaderClassName
{
color: #13335A;
}
.AnyTagClassName
{
color: #13335A;
}
</style>
background-color css
<style>
a { background-color: #13335A; }
a { background-color: rgb(19,51,90); }
div.DivClassName
{
background-color: #13335A;
}
.BgClassName
{
background-color: #13335A;
}
</style>
border-color css
<style>
span { border-color: #13335A; }
span { border-color: rgb(19,51,90); }
td.TdClassName
{
border-color: #13335A;
}
.TagClassName
{
border-color: #13335A;
}
</style>