Shades of Regal Blue #114167
Tints of Regal Blue #114167
RGB
CMYK
RGB Variations
Color information
#114167 (or 0x114167) is known color: Regal Blue. HEX triplet: 11, 41 and 67. RGB value is (17,65,103). Sum of RGB (Red+Green+Blue) = 17+65+103=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #114167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114167 is #EEBE98. Grayscale: #363636. Windows color (decimal): -15646361 or 6766865. OLE color: 6766865.
HSL color Cylindrical-coordinate representation of color #114167: hue angle of 206.51º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114167 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 65 | 103 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.60 |
| HSL | 206.51º | 0.72% | 0.24% | - |
| HSV(B) | 206.51º | 0.83% | 0.4% | - |
| XYZ | 4.57 | 4.88 | 13.53 | - |
| YUV | 54.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 103 | 0.83 | 0.37 | 0 | 0.60 | 206.51 | 0.72 | 0.24 |
| Hex | 11 | 41 | 67 | 53 | 25 | 0 | 3C | CF | 48 | 18 |
| Octal | 21 | 101 | 147 | 123 | 45 | 0 | 74 | 317 | 110 | 30 |
| Binary | 10001 | 1000001 | 1100111 | 1010011 | 100101 | 0 | 111100 | 11001111 | 1001000 | 11000 |
Color Harmonies of #114167
Complementary color
Monochromatic Colors of #114167
Black with #114167
Text Example
Text Example
White with #114167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114167; }
p { color: rgb(17,65,103); }
H1.HeaderClassName
{
color: #114167;
}
.AnyTagClassName
{
color: #114167;
}
</style>
background-color css
<style>
a { background-color: #114167; }
a { background-color: rgb(17,65,103); }
div.DivClassName
{
background-color: #114167;
}
.BgClassName
{
background-color: #114167;
}
</style>
border-color css
<style>
span { border-color: #114167; }
span { border-color: rgb(17,65,103); }
td.TdClassName
{
border-color: #114167;
}
.TagClassName
{
border-color: #114167;
}
</style>