Shades of Regal Blue #13405A
Tints of Regal Blue #13405A
RGB
CMYK
RGB Variations
Color information
#13405A (or 0x13405A) is known color: Regal Blue. HEX triplet: 13, 40 and 5A. RGB value is (19,64,90). Sum of RGB (Red+Green+Blue) = 19+64+90=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #13405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13405A is #ECBFA5. Grayscale: #353535. Windows color (decimal): -15515558 or 5914643. OLE color: 5914643.
HSL color Cylindrical-coordinate representation of color #13405A: hue angle of 201.97º 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 #13405A is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 64 | 90 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.65 |
| HSL | 201.97º | 0.65% | 0.21% | - |
| HSV(B) | 201.97º | 0.79% | 0.35% | - |
| XYZ | 3.95 | 4.54 | 10.34 | - |
| YUV | 53.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 90 | 0.79 | 0.29 | 0 | 0.65 | 201.97 | 0.65 | 0.21 |
| Hex | 13 | 40 | 5A | 4F | 1D | 0 | 41 | CA | 41 | 15 |
| Octal | 23 | 100 | 132 | 117 | 35 | 0 | 101 | 312 | 101 | 25 |
| Binary | 10011 | 1000000 | 1011010 | 1001111 | 11101 | 0 | 1000001 | 11001010 | 1000001 | 10101 |
Color Harmonies of #13405A
Complementary color
Monochromatic Colors of #13405A
Black with #13405A
Text Example
Text Example
White with #13405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13405A; }
p { color: rgb(19,64,90); }
H1.HeaderClassName
{
color: #13405A;
}
.AnyTagClassName
{
color: #13405A;
}
</style>
background-color css
<style>
a { background-color: #13405A; }
a { background-color: rgb(19,64,90); }
div.DivClassName
{
background-color: #13405A;
}
.BgClassName
{
background-color: #13405A;
}
</style>
border-color css
<style>
span { border-color: #13405A; }
span { border-color: rgb(19,64,90); }
td.TdClassName
{
border-color: #13405A;
}
.TagClassName
{
border-color: #13405A;
}
</style>