Shades of Regal Blue #103D60
Tints of Regal Blue #103D60
RGB
CMYK
RGB Variations
Color information
#103D60 (or 0x103D60) is known color: Regal Blue. HEX triplet: 10, 3D and 60. RGB value is (16,61,96). Sum of RGB (Red+Green+Blue) = 16+61+96=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #103D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D60 is #EFC29F. Grayscale: #333333. Windows color (decimal): -15712928 or 6307088. OLE color: 6307088.
HSL color Cylindrical-coordinate representation of color #103D60: hue angle of 206.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103D60 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 61 | 96 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.62 |
| HSL | 206.25º | 0.71% | 0.22% | - |
| HSV(B) | 206.25º | 0.83% | 0.38% | - |
| XYZ | 3.99 | 4.29 | 11.68 | - |
| YUV | 51.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 96 | 0.83 | 0.36 | 0 | 0.62 | 206.25 | 0.71 | 0.22 |
| Hex | 10 | 3D | 60 | 53 | 24 | 0 | 3E | CE | 47 | 16 |
| Octal | 20 | 75 | 140 | 123 | 44 | 0 | 76 | 316 | 107 | 26 |
| Binary | 10000 | 111101 | 1100000 | 1010011 | 100100 | 0 | 111110 | 11001110 | 1000111 | 10110 |
Color Harmonies of #103D60
Complementary color
Monochromatic Colors of #103D60
Black with #103D60
Text Example
Text Example
White with #103D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D60; }
p { color: rgb(16,61,96); }
H1.HeaderClassName
{
color: #103D60;
}
.AnyTagClassName
{
color: #103D60;
}
</style>
background-color css
<style>
a { background-color: #103D60; }
a { background-color: rgb(16,61,96); }
div.DivClassName
{
background-color: #103D60;
}
.BgClassName
{
background-color: #103D60;
}
</style>
border-color css
<style>
span { border-color: #103D60; }
span { border-color: rgb(16,61,96); }
td.TdClassName
{
border-color: #103D60;
}
.TagClassName
{
border-color: #103D60;
}
</style>