Shades of Regal Blue #13325C
Tints of Regal Blue #13325C
RGB
CMYK
RGB Variations
Color information
#13325C (or 0x13325C) is known color: Regal Blue. HEX triplet: 13, 32 and 5C. RGB value is (19,50,92). Sum of RGB (Red+Green+Blue) = 19+50+92=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #13325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13325C is #ECCDA3. Grayscale: #2D2D2D. Windows color (decimal): -15519140 or 6042131. OLE color: 6042131.
HSL color Cylindrical-coordinate representation of color #13325C: hue angle of 214.52º degrees, saturation: 0.66, 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 #13325C is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 50 | 92 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.64 |
| HSL | 214.52º | 0.66% | 0.22% | - |
| HSV(B) | 214.52º | 0.79% | 0.36% | - |
| XYZ | 3.34 | 3.19 | 10.57 | - |
| YUV | 45.52 | 154.23 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 92 | 0.79 | 0.46 | 0 | 0.64 | 214.52 | 0.66 | 0.22 |
| Hex | 13 | 32 | 5C | 4F | 2E | 0 | 40 | D7 | 42 | 16 |
| Octal | 23 | 62 | 134 | 117 | 56 | 0 | 100 | 327 | 102 | 26 |
| Binary | 10011 | 110010 | 1011100 | 1001111 | 101110 | 0 | 1000000 | 11010111 | 1000010 | 10110 |
Color Harmonies of #13325C
Complementary color
Monochromatic Colors of #13325C
Black with #13325C
Text Example
Text Example
White with #13325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13325C; }
p { color: rgb(19,50,92); }
H1.HeaderClassName
{
color: #13325C;
}
.AnyTagClassName
{
color: #13325C;
}
</style>
background-color css
<style>
a { background-color: #13325C; }
a { background-color: rgb(19,50,92); }
div.DivClassName
{
background-color: #13325C;
}
.BgClassName
{
background-color: #13325C;
}
</style>
border-color css
<style>
span { border-color: #13325C; }
span { border-color: rgb(19,50,92); }
td.TdClassName
{
border-color: #13325C;
}
.TagClassName
{
border-color: #13325C;
}
</style>