Shades of Regal Blue #104265
Tints of Regal Blue #104265
RGB
CMYK
RGB Variations
Color information
#104265 (or 0x104265) is known color: Regal Blue. HEX triplet: 10, 42 and 65. RGB value is (16,66,101). Sum of RGB (Red+Green+Blue) = 16+66+101=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #104265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104265 is #EFBD9A. Grayscale: #363636. Windows color (decimal): -15711643 or 6636048. OLE color: 6636048.
HSL color Cylindrical-coordinate representation of color #104265: hue angle of 204.71º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104265 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 66 | 101 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.60 |
| HSL | 204.71º | 0.73% | 0.23% | - |
| HSV(B) | 204.71º | 0.84% | 0.4% | - |
| XYZ | 4.51 | 4.95 | 13.03 | - |
| YUV | 55.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 101 | 0.84 | 0.35 | 0 | 0.60 | 204.71 | 0.73 | 0.23 |
| Hex | 10 | 42 | 65 | 54 | 23 | 0 | 3C | CD | 49 | 17 |
| Octal | 20 | 102 | 145 | 124 | 43 | 0 | 74 | 315 | 111 | 27 |
| Binary | 10000 | 1000010 | 1100101 | 1010100 | 100011 | 0 | 111100 | 11001101 | 1001001 | 10111 |
Color Harmonies of #104265
Complementary color
Monochromatic Colors of #104265
Black with #104265
Text Example
Text Example
White with #104265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104265; }
p { color: rgb(16,66,101); }
H1.HeaderClassName
{
color: #104265;
}
.AnyTagClassName
{
color: #104265;
}
</style>
background-color css
<style>
a { background-color: #104265; }
a { background-color: rgb(16,66,101); }
div.DivClassName
{
background-color: #104265;
}
.BgClassName
{
background-color: #104265;
}
</style>
border-color css
<style>
span { border-color: #104265; }
span { border-color: rgb(16,66,101); }
td.TdClassName
{
border-color: #104265;
}
.TagClassName
{
border-color: #104265;
}
</style>