Shades of Regal Blue #103655
Tints of Regal Blue #103655
RGB
CMYK
RGB Variations
Color information
#103655 (or 0x103655) is known color: Regal Blue. HEX triplet: 10, 36 and 55. RGB value is (16,54,85). Sum of RGB (Red+Green+Blue) = 16+54+85=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #103655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103655 is #EFC9AA. Grayscale: #2E2E2E. Windows color (decimal): -15714731 or 5584400. OLE color: 5584400.
HSL color Cylindrical-coordinate representation of color #103655: hue angle of 206.96º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103655 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 54 | 85 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.67 |
| HSL | 206.96º | 0.68% | 0.2% | - |
| HSV(B) | 206.96º | 0.81% | 0.33% | - |
| XYZ | 3.17 | 3.4 | 9.08 | - |
| YUV | 46.17 | 149.91 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 85 | 0.81 | 0.36 | 0 | 0.67 | 206.96 | 0.68 | 0.2 |
| Hex | 10 | 36 | 55 | 51 | 24 | 0 | 43 | CF | 44 | 14 |
| Octal | 20 | 66 | 125 | 121 | 44 | 0 | 103 | 317 | 104 | 24 |
| Binary | 10000 | 110110 | 1010101 | 1010001 | 100100 | 0 | 1000011 | 11001111 | 1000100 | 10100 |
Color Harmonies of #103655
Complementary color
Monochromatic Colors of #103655
Black with #103655
Text Example
Text Example
White with #103655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103655; }
p { color: rgb(16,54,85); }
H1.HeaderClassName
{
color: #103655;
}
.AnyTagClassName
{
color: #103655;
}
</style>
background-color css
<style>
a { background-color: #103655; }
a { background-color: rgb(16,54,85); }
div.DivClassName
{
background-color: #103655;
}
.BgClassName
{
background-color: #103655;
}
</style>
border-color css
<style>
span { border-color: #103655; }
span { border-color: rgb(16,54,85); }
td.TdClassName
{
border-color: #103655;
}
.TagClassName
{
border-color: #103655;
}
</style>