Shades of Regal Blue #103F5E
Tints of Regal Blue #103F5E
RGB
CMYK
RGB Variations
Color information
#103F5E (or 0x103F5E) is known color: Regal Blue. HEX triplet: 10, 3F and 5E. RGB value is (16,63,94). Sum of RGB (Red+Green+Blue) = 16+63+94=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #103F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F5E is #EFC0A1. Grayscale: #343434. Windows color (decimal): -15712418 or 6176528. OLE color: 6176528.
HSL color Cylindrical-coordinate representation of color #103F5E: hue angle of 203.85º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103F5E is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 63 | 94 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.63 |
| HSL | 203.85º | 0.71% | 0.22% | - |
| HSV(B) | 203.85º | 0.83% | 0.37% | - |
| XYZ | 4.01 | 4.47 | 11.24 | - |
| YUV | 52.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 94 | 0.83 | 0.33 | 0 | 0.63 | 203.85 | 0.71 | 0.22 |
| Hex | 10 | 3F | 5E | 53 | 21 | 0 | 3F | CC | 47 | 16 |
| Octal | 20 | 77 | 136 | 123 | 41 | 0 | 77 | 314 | 107 | 26 |
| Binary | 10000 | 111111 | 1011110 | 1010011 | 100001 | 0 | 111111 | 11001100 | 1000111 | 10110 |
Color Harmonies of #103F5E
Complementary color
Monochromatic Colors of #103F5E
Black with #103F5E
Text Example
Text Example
White with #103F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F5E; }
p { color: rgb(16,63,94); }
H1.HeaderClassName
{
color: #103F5E;
}
.AnyTagClassName
{
color: #103F5E;
}
</style>
background-color css
<style>
a { background-color: #103F5E; }
a { background-color: rgb(16,63,94); }
div.DivClassName
{
background-color: #103F5E;
}
.BgClassName
{
background-color: #103F5E;
}
</style>
border-color css
<style>
span { border-color: #103F5E; }
span { border-color: rgb(16,63,94); }
td.TdClassName
{
border-color: #103F5E;
}
.TagClassName
{
border-color: #103F5E;
}
</style>