Shades of Regal Blue #103E58
Tints of Regal Blue #103E58
RGB
CMYK
RGB Variations
Color information
#103E58 (or 0x103E58) is known color: Regal Blue. HEX triplet: 10, 3E and 58. RGB value is (16,62,88). Sum of RGB (Red+Green+Blue) = 16+62+88=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #103E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E58 is #EFC1A7. Grayscale: #333333. Windows color (decimal): -15712680 or 5783056. OLE color: 5783056.
HSL color Cylindrical-coordinate representation of color #103E58: hue angle of 201.67º 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 #103E58 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 62 | 88 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.65 |
| HSL | 201.67º | 0.69% | 0.2% | - |
| HSV(B) | 201.67º | 0.82% | 0.35% | - |
| XYZ | 3.7 | 4.26 | 9.86 | - |
| YUV | 51.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 88 | 0.82 | 0.30 | 0 | 0.65 | 201.67 | 0.69 | 0.2 |
| Hex | 10 | 3E | 58 | 52 | 1E | 0 | 41 | CA | 45 | 14 |
| Octal | 20 | 76 | 130 | 122 | 36 | 0 | 101 | 312 | 105 | 24 |
| Binary | 10000 | 111110 | 1011000 | 1010010 | 11110 | 0 | 1000001 | 11001010 | 1000101 | 10100 |
Color Harmonies of #103E58
Complementary color
Monochromatic Colors of #103E58
Black with #103E58
Text Example
Text Example
White with #103E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E58; }
p { color: rgb(16,62,88); }
H1.HeaderClassName
{
color: #103E58;
}
.AnyTagClassName
{
color: #103E58;
}
</style>
background-color css
<style>
a { background-color: #103E58; }
a { background-color: rgb(16,62,88); }
div.DivClassName
{
background-color: #103E58;
}
.BgClassName
{
background-color: #103E58;
}
</style>
border-color css
<style>
span { border-color: #103E58; }
span { border-color: rgb(16,62,88); }
td.TdClassName
{
border-color: #103E58;
}
.TagClassName
{
border-color: #103E58;
}
</style>