Shades of Regal Blue #13345F
Tints of Regal Blue #13345F
RGB
CMYK
RGB Variations
Color information
#13345F (or 0x13345F) is known color: Regal Blue. HEX triplet: 13, 34 and 5F. RGB value is (19,52,95). Sum of RGB (Red+Green+Blue) = 19+52+95=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #13345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13345F is #ECCBA0. Grayscale: #2E2E2E. Windows color (decimal): -15518625 or 6239251. OLE color: 6239251.
HSL color Cylindrical-coordinate representation of color #13345F: hue angle of 213.95º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13345F is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 52 | 95 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.63 |
| HSL | 213.95º | 0.67% | 0.22% | - |
| HSV(B) | 213.95º | 0.8% | 0.37% | - |
| XYZ | 3.56 | 3.42 | 11.3 | - |
| YUV | 47.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 95 | 0.80 | 0.45 | 0 | 0.63 | 213.95 | 0.67 | 0.22 |
| Hex | 13 | 34 | 5F | 50 | 2D | 0 | 3F | D6 | 43 | 16 |
| Octal | 23 | 64 | 137 | 120 | 55 | 0 | 77 | 326 | 103 | 26 |
| Binary | 10011 | 110100 | 1011111 | 1010000 | 101101 | 0 | 111111 | 11010110 | 1000011 | 10110 |
Color Harmonies of #13345F
Complementary color
Monochromatic Colors of #13345F
Black with #13345F
Text Example
Text Example
White with #13345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13345F; }
p { color: rgb(19,52,95); }
H1.HeaderClassName
{
color: #13345F;
}
.AnyTagClassName
{
color: #13345F;
}
</style>
background-color css
<style>
a { background-color: #13345F; }
a { background-color: rgb(19,52,95); }
div.DivClassName
{
background-color: #13345F;
}
.BgClassName
{
background-color: #13345F;
}
</style>
border-color css
<style>
span { border-color: #13345F; }
span { border-color: rgb(19,52,95); }
td.TdClassName
{
border-color: #13345F;
}
.TagClassName
{
border-color: #13345F;
}
</style>