Shades of Regal Blue #104263
Tints of Regal Blue #104263
RGB
CMYK
RGB Variations
Color information
#104263 (or 0x104263) is known color: Regal Blue. HEX triplet: 10, 42 and 63. RGB value is (16,66,99). Sum of RGB (Red+Green+Blue) = 16+66+99=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #104263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104263 is #EFBD9C. Grayscale: #363636. Windows color (decimal): -15711645 or 6504976. OLE color: 6504976.
HSL color Cylindrical-coordinate representation of color #104263: hue angle of 203.86º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104263 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 66 | 99 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.61 |
| HSL | 203.86º | 0.72% | 0.23% | - |
| HSV(B) | 203.86º | 0.84% | 0.39% | - |
| XYZ | 4.41 | 4.91 | 12.52 | - |
| YUV | 54.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 99 | 0.84 | 0.33 | 0 | 0.61 | 203.86 | 0.72 | 0.23 |
| Hex | 10 | 42 | 63 | 54 | 21 | 0 | 3D | CC | 48 | 17 |
| Octal | 20 | 102 | 143 | 124 | 41 | 0 | 75 | 314 | 110 | 27 |
| Binary | 10000 | 1000010 | 1100011 | 1010100 | 100001 | 0 | 111101 | 11001100 | 1001000 | 10111 |
Color Harmonies of #104263
Complementary color
Monochromatic Colors of #104263
Black with #104263
Text Example
Text Example
White with #104263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104263; }
p { color: rgb(16,66,99); }
H1.HeaderClassName
{
color: #104263;
}
.AnyTagClassName
{
color: #104263;
}
</style>
background-color css
<style>
a { background-color: #104263; }
a { background-color: rgb(16,66,99); }
div.DivClassName
{
background-color: #104263;
}
.BgClassName
{
background-color: #104263;
}
</style>
border-color css
<style>
span { border-color: #104263; }
span { border-color: rgb(16,66,99); }
td.TdClassName
{
border-color: #104263;
}
.TagClassName
{
border-color: #104263;
}
</style>