Shades of Regal Blue #104060
Tints of Regal Blue #104060
RGB
CMYK
RGB Variations
Color information
#104060 (or 0x104060) is known color: Regal Blue. HEX triplet: 10, 40 and 60. RGB value is (16,64,96). Sum of RGB (Red+Green+Blue) = 16+64+96=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #104060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104060 is #EFBF9F. Grayscale: #353535. Windows color (decimal): -15712160 or 6307856. OLE color: 6307856.
HSL color Cylindrical-coordinate representation of color #104060: hue angle of 204º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104060 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 64 | 96 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.62 |
| HSL | 204º | 0.71% | 0.22% | - |
| HSV(B) | 204º | 0.83% | 0.38% | - |
| XYZ | 4.16 | 4.62 | 11.74 | - |
| YUV | 53.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 96 | 0.83 | 0.33 | 0 | 0.62 | 204 | 0.71 | 0.22 |
| Hex | 10 | 40 | 60 | 53 | 21 | 0 | 3E | CC | 47 | 16 |
| Octal | 20 | 100 | 140 | 123 | 41 | 0 | 76 | 314 | 107 | 26 |
| Binary | 10000 | 1000000 | 1100000 | 1010011 | 100001 | 0 | 111110 | 11001100 | 1000111 | 10110 |
Color Harmonies of #104060
Complementary color
Monochromatic Colors of #104060
Black with #104060
Text Example
Text Example
White with #104060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104060; }
p { color: rgb(16,64,96); }
H1.HeaderClassName
{
color: #104060;
}
.AnyTagClassName
{
color: #104060;
}
</style>
background-color css
<style>
a { background-color: #104060; }
a { background-color: rgb(16,64,96); }
div.DivClassName
{
background-color: #104060;
}
.BgClassName
{
background-color: #104060;
}
</style>
border-color css
<style>
span { border-color: #104060; }
span { border-color: rgb(16,64,96); }
td.TdClassName
{
border-color: #104060;
}
.TagClassName
{
border-color: #104060;
}
</style>