Shades of Regal Blue #103A58
Tints of Regal Blue #103A58
RGB
CMYK
RGB Variations
Color information
#103A58 (or 0x103A58) is known color: Regal Blue. HEX triplet: 10, 3A and 58. RGB value is (16,58,88). Sum of RGB (Red+Green+Blue) = 16+58+88=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #103A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A58 is #EFC5A7. Grayscale: #303030. Windows color (decimal): -15713704 or 5782032. OLE color: 5782032.
HSL color Cylindrical-coordinate representation of color #103A58: hue angle of 205º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103A58 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 58 | 88 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.65 |
| HSL | 205º | 0.69% | 0.2% | - |
| HSV(B) | 205º | 0.82% | 0.35% | - |
| XYZ | 3.49 | 3.84 | 9.79 | - |
| YUV | 48.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 88 | 0.82 | 0.34 | 0 | 0.65 | 205 | 0.69 | 0.2 |
| Hex | 10 | 3A | 58 | 52 | 22 | 0 | 41 | CD | 45 | 14 |
| Octal | 20 | 72 | 130 | 122 | 42 | 0 | 101 | 315 | 105 | 24 |
| Binary | 10000 | 111010 | 1011000 | 1010010 | 100010 | 0 | 1000001 | 11001101 | 1000101 | 10100 |
Color Harmonies of #103A58
Complementary color
Monochromatic Colors of #103A58
Black with #103A58
Text Example
Text Example
White with #103A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A58; }
p { color: rgb(16,58,88); }
H1.HeaderClassName
{
color: #103A58;
}
.AnyTagClassName
{
color: #103A58;
}
</style>
background-color css
<style>
a { background-color: #103A58; }
a { background-color: rgb(16,58,88); }
div.DivClassName
{
background-color: #103A58;
}
.BgClassName
{
background-color: #103A58;
}
</style>
border-color css
<style>
span { border-color: #103A58; }
span { border-color: rgb(16,58,88); }
td.TdClassName
{
border-color: #103A58;
}
.TagClassName
{
border-color: #103A58;
}
</style>