Shades of Regal Blue #10405D
Tints of Regal Blue #10405D
RGB
CMYK
RGB Variations
Color information
#10405D (or 0x10405D) is known color: Regal Blue. HEX triplet: 10, 40 and 5D. RGB value is (16,64,93). Sum of RGB (Red+Green+Blue) = 16+64+93=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #10405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10405D is #EFBFA2. Grayscale: #343434. Windows color (decimal): -15712163 or 6111248. OLE color: 6111248.
HSL color Cylindrical-coordinate representation of color #10405D: hue angle of 202.6º degrees, saturation: 0.71, 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 #10405D is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 64 | 93 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.64 |
| HSL | 202.6º | 0.71% | 0.21% | - |
| HSV(B) | 202.6º | 0.83% | 0.36% | - |
| XYZ | 4.02 | 4.57 | 11.03 | - |
| YUV | 52.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 93 | 0.83 | 0.31 | 0 | 0.64 | 202.6 | 0.71 | 0.21 |
| Hex | 10 | 40 | 5D | 53 | 1F | 0 | 40 | CB | 47 | 15 |
| Octal | 20 | 100 | 135 | 123 | 37 | 0 | 100 | 313 | 107 | 25 |
| Binary | 10000 | 1000000 | 1011101 | 1010011 | 11111 | 0 | 1000000 | 11001011 | 1000111 | 10101 |
Color Harmonies of #10405D
Complementary color
Monochromatic Colors of #10405D
Black with #10405D
Text Example
Text Example
White with #10405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10405D; }
p { color: rgb(16,64,93); }
H1.HeaderClassName
{
color: #10405D;
}
.AnyTagClassName
{
color: #10405D;
}
</style>
background-color css
<style>
a { background-color: #10405D; }
a { background-color: rgb(16,64,93); }
div.DivClassName
{
background-color: #10405D;
}
.BgClassName
{
background-color: #10405D;
}
</style>
border-color css
<style>
span { border-color: #10405D; }
span { border-color: rgb(16,64,93); }
td.TdClassName
{
border-color: #10405D;
}
.TagClassName
{
border-color: #10405D;
}
</style>