Shades of Regal Blue #103653
Tints of Regal Blue #103653
RGB
CMYK
RGB Variations
Color information
#103653 (or 0x103653) is known color: Regal Blue. HEX triplet: 10, 36 and 53. RGB value is (16,54,83). Sum of RGB (Red+Green+Blue) = 16+54+83=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #103653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103653 is #EFC9AC. Grayscale: #2D2D2D. Windows color (decimal): -15714733 or 5453328. OLE color: 5453328.
HSL color Cylindrical-coordinate representation of color #103653: hue angle of 205.97º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103653 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 54 | 83 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.67 |
| HSL | 205.97º | 0.68% | 0.19% | - |
| HSV(B) | 205.97º | 0.81% | 0.33% | - |
| XYZ | 3.09 | 3.37 | 8.67 | - |
| YUV | 45.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 83 | 0.81 | 0.35 | 0 | 0.67 | 205.97 | 0.68 | 0.19 |
| Hex | 10 | 36 | 53 | 51 | 23 | 0 | 43 | CE | 44 | 13 |
| Octal | 20 | 66 | 123 | 121 | 43 | 0 | 103 | 316 | 104 | 23 |
| Binary | 10000 | 110110 | 1010011 | 1010001 | 100011 | 0 | 1000011 | 11001110 | 1000100 | 10011 |
Color Harmonies of #103653
Complementary color
Monochromatic Colors of #103653
Black with #103653
Text Example
Text Example
White with #103653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103653; }
p { color: rgb(16,54,83); }
H1.HeaderClassName
{
color: #103653;
}
.AnyTagClassName
{
color: #103653;
}
</style>
background-color css
<style>
a { background-color: #103653; }
a { background-color: rgb(16,54,83); }
div.DivClassName
{
background-color: #103653;
}
.BgClassName
{
background-color: #103653;
}
</style>
border-color css
<style>
span { border-color: #103653; }
span { border-color: rgb(16,54,83); }
td.TdClassName
{
border-color: #103653;
}
.TagClassName
{
border-color: #103653;
}
</style>