Shades of Regal Blue #10415F
Tints of Regal Blue #10415F
RGB
CMYK
RGB Variations
Color information
#10415F (or 0x10415F) is known color: Regal Blue. HEX triplet: 10, 41 and 5F. RGB value is (16,65,95). Sum of RGB (Red+Green+Blue) = 16+65+95=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #10415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10415F is #EFBEA0. Grayscale: #353535. Windows color (decimal): -15711905 or 6242576. OLE color: 6242576.
HSL color Cylindrical-coordinate representation of color #10415F: hue angle of 202.78º 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 #10415F is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 65 | 95 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.63 |
| HSL | 202.78º | 0.71% | 0.22% | - |
| HSV(B) | 202.78º | 0.83% | 0.37% | - |
| XYZ | 4.17 | 4.72 | 11.52 | - |
| YUV | 53.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 95 | 0.83 | 0.32 | 0 | 0.63 | 202.78 | 0.71 | 0.22 |
| Hex | 10 | 41 | 5F | 53 | 20 | 0 | 3F | CB | 47 | 16 |
| Octal | 20 | 101 | 137 | 123 | 40 | 0 | 77 | 313 | 107 | 26 |
| Binary | 10000 | 1000001 | 1011111 | 1010011 | 100000 | 0 | 111111 | 11001011 | 1000111 | 10110 |
Color Harmonies of #10415F
Complementary color
Monochromatic Colors of #10415F
Black with #10415F
Text Example
Text Example
White with #10415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10415F; }
p { color: rgb(16,65,95); }
H1.HeaderClassName
{
color: #10415F;
}
.AnyTagClassName
{
color: #10415F;
}
</style>
background-color css
<style>
a { background-color: #10415F; }
a { background-color: rgb(16,65,95); }
div.DivClassName
{
background-color: #10415F;
}
.BgClassName
{
background-color: #10415F;
}
</style>
border-color css
<style>
span { border-color: #10415F; }
span { border-color: rgb(16,65,95); }
td.TdClassName
{
border-color: #10415F;
}
.TagClassName
{
border-color: #10415F;
}
</style>