Shades of Regal Blue #103D57
Tints of Regal Blue #103D57
RGB
CMYK
RGB Variations
Color information
#103D57 (or 0x103D57) is known color: Regal Blue. HEX triplet: 10, 3D and 57. RGB value is (16,61,87). Sum of RGB (Red+Green+Blue) = 16+61+87=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #103D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D57 is #EFC2A8. Grayscale: #323232. Windows color (decimal): -15712937 or 5717264. OLE color: 5717264.
HSL color Cylindrical-coordinate representation of color #103D57: hue angle of 201.97º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103D57 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 61 | 87 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.66 |
| HSL | 201.97º | 0.69% | 0.2% | - |
| HSV(B) | 201.97º | 0.82% | 0.34% | - |
| XYZ | 3.6 | 4.14 | 9.63 | - |
| YUV | 50.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 87 | 0.82 | 0.30 | 0 | 0.66 | 201.97 | 0.69 | 0.2 |
| Hex | 10 | 3D | 57 | 52 | 1E | 0 | 42 | CA | 45 | 14 |
| Octal | 20 | 75 | 127 | 122 | 36 | 0 | 102 | 312 | 105 | 24 |
| Binary | 10000 | 111101 | 1010111 | 1010010 | 11110 | 0 | 1000010 | 11001010 | 1000101 | 10100 |
Color Harmonies of #103D57
Complementary color
Monochromatic Colors of #103D57
Black with #103D57
Text Example
Text Example
White with #103D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D57; }
p { color: rgb(16,61,87); }
H1.HeaderClassName
{
color: #103D57;
}
.AnyTagClassName
{
color: #103D57;
}
</style>
background-color css
<style>
a { background-color: #103D57; }
a { background-color: rgb(16,61,87); }
div.DivClassName
{
background-color: #103D57;
}
.BgClassName
{
background-color: #103D57;
}
</style>
border-color css
<style>
span { border-color: #103D57; }
span { border-color: rgb(16,61,87); }
td.TdClassName
{
border-color: #103D57;
}
.TagClassName
{
border-color: #103D57;
}
</style>