Shades of Regal Blue #104063
Tints of Regal Blue #104063
RGB
CMYK
RGB Variations
Color information
#104063 (or 0x104063) is known color: Regal Blue. HEX triplet: 10, 40 and 63. RGB value is (16,64,99). Sum of RGB (Red+Green+Blue) = 16+64+99=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #104063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104063 is #EFBF9C. Grayscale: #353535. Windows color (decimal): -15712157 or 6504464. OLE color: 6504464.
HSL color Cylindrical-coordinate representation of color #104063: hue angle of 205.3º 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 #104063 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 64 | 99 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.61 |
| HSL | 205.3º | 0.72% | 0.23% | - |
| HSV(B) | 205.3º | 0.84% | 0.39% | - |
| XYZ | 4.3 | 4.68 | 12.48 | - |
| YUV | 53.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 99 | 0.84 | 0.35 | 0 | 0.61 | 205.3 | 0.72 | 0.23 |
| Hex | 10 | 40 | 63 | 54 | 23 | 0 | 3D | CD | 48 | 17 |
| Octal | 20 | 100 | 143 | 124 | 43 | 0 | 75 | 315 | 110 | 27 |
| Binary | 10000 | 1000000 | 1100011 | 1010100 | 100011 | 0 | 111101 | 11001101 | 1001000 | 10111 |
Color Harmonies of #104063
Complementary color
Monochromatic Colors of #104063
Black with #104063
Text Example
Text Example
White with #104063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104063; }
p { color: rgb(16,64,99); }
H1.HeaderClassName
{
color: #104063;
}
.AnyTagClassName
{
color: #104063;
}
</style>
background-color css
<style>
a { background-color: #104063; }
a { background-color: rgb(16,64,99); }
div.DivClassName
{
background-color: #104063;
}
.BgClassName
{
background-color: #104063;
}
</style>
border-color css
<style>
span { border-color: #104063; }
span { border-color: rgb(16,64,99); }
td.TdClassName
{
border-color: #104063;
}
.TagClassName
{
border-color: #104063;
}
</style>