Shades of Regal Blue #13385A
Tints of Regal Blue #13385A
RGB
CMYK
RGB Variations
Color information
#13385A (or 0x13385A) is known color: Regal Blue. HEX triplet: 13, 38 and 5A. RGB value is (19,56,90). Sum of RGB (Red+Green+Blue) = 19+56+90=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #13385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13385A is #ECC7A5. Grayscale: #303030. Windows color (decimal): -15517606 or 5912595. OLE color: 5912595.
HSL color Cylindrical-coordinate representation of color #13385A: hue angle of 208.73º 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 #13385A is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 56 | 90 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.65 |
| HSL | 208.73º | 0.65% | 0.21% | - |
| HSV(B) | 208.73º | 0.79% | 0.35% | - |
| XYZ | 3.53 | 3.7 | 10.2 | - |
| YUV | 48.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 90 | 0.79 | 0.38 | 0 | 0.65 | 208.73 | 0.65 | 0.21 |
| Hex | 13 | 38 | 5A | 4F | 26 | 0 | 41 | D1 | 41 | 15 |
| Octal | 23 | 70 | 132 | 117 | 46 | 0 | 101 | 321 | 101 | 25 |
| Binary | 10011 | 111000 | 1011010 | 1001111 | 100110 | 0 | 1000001 | 11010001 | 1000001 | 10101 |
Color Harmonies of #13385A
Complementary color
Monochromatic Colors of #13385A
Black with #13385A
Text Example
Text Example
White with #13385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13385A; }
p { color: rgb(19,56,90); }
H1.HeaderClassName
{
color: #13385A;
}
.AnyTagClassName
{
color: #13385A;
}
</style>
background-color css
<style>
a { background-color: #13385A; }
a { background-color: rgb(19,56,90); }
div.DivClassName
{
background-color: #13385A;
}
.BgClassName
{
background-color: #13385A;
}
</style>
border-color css
<style>
span { border-color: #13385A; }
span { border-color: rgb(19,56,90); }
td.TdClassName
{
border-color: #13385A;
}
.TagClassName
{
border-color: #13385A;
}
</style>