Shades of Regal Blue #114166
Tints of Regal Blue #114166
RGB
CMYK
RGB Variations
Color information
#114166 (or 0x114166) is known color: Regal Blue. HEX triplet: 11, 41 and 66. RGB value is (17,65,102). Sum of RGB (Red+Green+Blue) = 17+65+102=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #114166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114166 is #EEBE99. Grayscale: #363636. Windows color (decimal): -15646362 or 6701329. OLE color: 6701329.
HSL color Cylindrical-coordinate representation of color #114166: hue angle of 206.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114166 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 65 | 102 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.6 |
| HSL | 206.12º | 0.71% | 0.23% | - |
| HSV(B) | 206.12º | 0.83% | 0.4% | - |
| XYZ | 4.52 | 4.86 | 13.27 | - |
| YUV | 54.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 102 | 0.83 | 0.36 | 0 | 0.6 | 206.12 | 0.71 | 0.23 |
| Hex | 11 | 41 | 66 | 53 | 24 | 0 | 3C | CE | 47 | 17 |
| Octal | 21 | 101 | 146 | 123 | 44 | 0 | 74 | 316 | 107 | 27 |
| Binary | 10001 | 1000001 | 1100110 | 1010011 | 100100 | 0 | 111100 | 11001110 | 1000111 | 10111 |
Color Harmonies of #114166
Complementary color
Monochromatic Colors of #114166
Black with #114166
Text Example
Text Example
White with #114166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114166; }
p { color: rgb(17,65,102); }
H1.HeaderClassName
{
color: #114166;
}
.AnyTagClassName
{
color: #114166;
}
</style>
background-color css
<style>
a { background-color: #114166; }
a { background-color: rgb(17,65,102); }
div.DivClassName
{
background-color: #114166;
}
.BgClassName
{
background-color: #114166;
}
</style>
border-color css
<style>
span { border-color: #114166; }
span { border-color: rgb(17,65,102); }
td.TdClassName
{
border-color: #114166;
}
.TagClassName
{
border-color: #114166;
}
</style>