Shades of Regal Blue #103B5C
Tints of Regal Blue #103B5C
RGB
CMYK
RGB Variations
Color information
#103B5C (or 0x103B5C) is known color: Regal Blue. HEX triplet: 10, 3B and 5C. RGB value is (16,59,92). Sum of RGB (Red+Green+Blue) = 16+59+92=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #103B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B5C is #EFC4A3. Grayscale: #313131. Windows color (decimal): -15713444 or 6044432. OLE color: 6044432.
HSL color Cylindrical-coordinate representation of color #103B5C: hue angle of 206.05º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103B5C is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 59 | 92 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.64 |
| HSL | 206.05º | 0.7% | 0.21% | - |
| HSV(B) | 206.05º | 0.83% | 0.36% | - |
| XYZ | 3.71 | 4.01 | 10.7 | - |
| YUV | 49.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 92 | 0.83 | 0.36 | 0 | 0.64 | 206.05 | 0.7 | 0.21 |
| Hex | 10 | 3B | 5C | 53 | 24 | 0 | 40 | CE | 46 | 15 |
| Octal | 20 | 73 | 134 | 123 | 44 | 0 | 100 | 316 | 106 | 25 |
| Binary | 10000 | 111011 | 1011100 | 1010011 | 100100 | 0 | 1000000 | 11001110 | 1000110 | 10101 |
Color Harmonies of #103B5C
Complementary color
Monochromatic Colors of #103B5C
Black with #103B5C
Text Example
Text Example
White with #103B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B5C; }
p { color: rgb(16,59,92); }
H1.HeaderClassName
{
color: #103B5C;
}
.AnyTagClassName
{
color: #103B5C;
}
</style>
background-color css
<style>
a { background-color: #103B5C; }
a { background-color: rgb(16,59,92); }
div.DivClassName
{
background-color: #103B5C;
}
.BgClassName
{
background-color: #103B5C;
}
</style>
border-color css
<style>
span { border-color: #103B5C; }
span { border-color: rgb(16,59,92); }
td.TdClassName
{
border-color: #103B5C;
}
.TagClassName
{
border-color: #103B5C;
}
</style>