Shades of Regal Blue #114366
Tints of Regal Blue #114366
RGB
CMYK
RGB Variations
Color information
#114366 (or 0x114366) is known color: Regal Blue. HEX triplet: 11, 43 and 66. RGB value is (17,67,102). Sum of RGB (Red+Green+Blue) = 17+67+102=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #114366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114366 is #EEBC99. Grayscale: #373737. Windows color (decimal): -15645850 or 6701841. OLE color: 6701841.
HSL color Cylindrical-coordinate representation of color #114366: hue angle of 204.71º 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 #114366 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 67 | 102 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.6 |
| HSL | 204.71º | 0.71% | 0.23% | - |
| HSV(B) | 204.71º | 0.83% | 0.4% | - |
| XYZ | 4.64 | 5.09 | 13.31 | - |
| YUV | 56.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 102 | 0.83 | 0.34 | 0 | 0.6 | 204.71 | 0.71 | 0.23 |
| Hex | 11 | 43 | 66 | 53 | 22 | 0 | 3C | CD | 47 | 17 |
| Octal | 21 | 103 | 146 | 123 | 42 | 0 | 74 | 315 | 107 | 27 |
| Binary | 10001 | 1000011 | 1100110 | 1010011 | 100010 | 0 | 111100 | 11001101 | 1000111 | 10111 |
Color Harmonies of #114366
Complementary color
Monochromatic Colors of #114366
Black with #114366
Text Example
Text Example
White with #114366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114366; }
p { color: rgb(17,67,102); }
H1.HeaderClassName
{
color: #114366;
}
.AnyTagClassName
{
color: #114366;
}
</style>
background-color css
<style>
a { background-color: #114366; }
a { background-color: rgb(17,67,102); }
div.DivClassName
{
background-color: #114366;
}
.BgClassName
{
background-color: #114366;
}
</style>
border-color css
<style>
span { border-color: #114366; }
span { border-color: rgb(17,67,102); }
td.TdClassName
{
border-color: #114366;
}
.TagClassName
{
border-color: #114366;
}
</style>