Shades of Regal Blue #104162
Tints of Regal Blue #104162
RGB
CMYK
RGB Variations
Color information
#104162 (or 0x104162) is known color: Regal Blue. HEX triplet: 10, 41 and 62. RGB value is (16,65,98). Sum of RGB (Red+Green+Blue) = 16+65+98=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #104162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104162 is #EFBE9D. Grayscale: #353535. Windows color (decimal): -15711902 or 6439184. OLE color: 6439184.
HSL color Cylindrical-coordinate representation of color #104162: hue angle of 204.15º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104162 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 65 | 98 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.62 |
| HSL | 204.15º | 0.72% | 0.22% | - |
| HSV(B) | 204.15º | 0.84% | 0.38% | - |
| XYZ | 4.31 | 4.77 | 12.25 | - |
| YUV | 54.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 98 | 0.84 | 0.34 | 0 | 0.62 | 204.15 | 0.72 | 0.22 |
| Hex | 10 | 41 | 62 | 54 | 22 | 0 | 3E | CC | 48 | 16 |
| Octal | 20 | 101 | 142 | 124 | 42 | 0 | 76 | 314 | 110 | 26 |
| Binary | 10000 | 1000001 | 1100010 | 1010100 | 100010 | 0 | 111110 | 11001100 | 1001000 | 10110 |
Color Harmonies of #104162
Complementary color
Monochromatic Colors of #104162
Black with #104162
Text Example
Text Example
White with #104162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104162; }
p { color: rgb(16,65,98); }
H1.HeaderClassName
{
color: #104162;
}
.AnyTagClassName
{
color: #104162;
}
</style>
background-color css
<style>
a { background-color: #104162; }
a { background-color: rgb(16,65,98); }
div.DivClassName
{
background-color: #104162;
}
.BgClassName
{
background-color: #104162;
}
</style>
border-color css
<style>
span { border-color: #104162; }
span { border-color: rgb(16,65,98); }
td.TdClassName
{
border-color: #104162;
}
.TagClassName
{
border-color: #104162;
}
</style>