Shades of Regal Blue #114268
Tints of Regal Blue #114268
RGB
CMYK
RGB Variations
Color information
#114268 (or 0x114268) is known color: Regal Blue. HEX triplet: 11, 42 and 68. RGB value is (17,66,104). Sum of RGB (Red+Green+Blue) = 17+66+104=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #114268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114268 is #EEBD97. Grayscale: #373737. Windows color (decimal): -15646104 or 6832657. OLE color: 6832657.
HSL color Cylindrical-coordinate representation of color #114268: hue angle of 206.21º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114268 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 66 | 104 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.59 |
| HSL | 206.21º | 0.72% | 0.24% | - |
| HSV(B) | 206.21º | 0.84% | 0.41% | - |
| XYZ | 4.68 | 5.02 | 13.82 | - |
| YUV | 55.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 104 | 0.84 | 0.37 | 0 | 0.59 | 206.21 | 0.72 | 0.24 |
| Hex | 11 | 42 | 68 | 54 | 25 | 0 | 3B | CE | 48 | 18 |
| Octal | 21 | 102 | 150 | 124 | 45 | 0 | 73 | 316 | 110 | 30 |
| Binary | 10001 | 1000010 | 1101000 | 1010100 | 100101 | 0 | 111011 | 11001110 | 1001000 | 11000 |
Color Harmonies of #114268
Complementary color
Monochromatic Colors of #114268
Black with #114268
Text Example
Text Example
White with #114268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114268; }
p { color: rgb(17,66,104); }
H1.HeaderClassName
{
color: #114268;
}
.AnyTagClassName
{
color: #114268;
}
</style>
background-color css
<style>
a { background-color: #114268; }
a { background-color: rgb(17,66,104); }
div.DivClassName
{
background-color: #114268;
}
.BgClassName
{
background-color: #114268;
}
</style>
border-color css
<style>
span { border-color: #114268; }
span { border-color: rgb(17,66,104); }
td.TdClassName
{
border-color: #114268;
}
.TagClassName
{
border-color: #114268;
}
</style>