Shades of Regal Blue #183151
Tints of Regal Blue #183151
RGB
CMYK
RGB Variations
Color information
#183151 (or 0x183151) is known color: Regal Blue. HEX triplet: 18, 31 and 51. RGB value is (24,49,81). Sum of RGB (Red+Green+Blue) = 24+49+81=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #183151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183151 is #E7CEAE. Grayscale: #2D2D2D. Windows color (decimal): -15191727 or 5320984. OLE color: 5320984.
HSL color Cylindrical-coordinate representation of color #183151: hue angle of 213.68º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183151 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 49 | 81 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.68 |
| HSL | 213.68º | 0.54% | 0.21% | - |
| HSV(B) | 213.68º | 0.7% | 0.32% | - |
| XYZ | 2.96 | 2.98 | 8.2 | - |
| YUV | 45.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 81 | 0.70 | 0.40 | 0 | 0.68 | 213.68 | 0.54 | 0.21 |
| Hex | 18 | 31 | 51 | 46 | 28 | 0 | 44 | D6 | 36 | 15 |
| Octal | 30 | 61 | 121 | 106 | 50 | 0 | 104 | 326 | 66 | 25 |
| Binary | 11000 | 110001 | 1010001 | 1000110 | 101000 | 0 | 1000100 | 11010110 | 110110 | 10101 |
Color Harmonies of #183151
Complementary color
Monochromatic Colors of #183151
Black with #183151
Text Example
Text Example
White with #183151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183151; }
p { color: rgb(24,49,81); }
H1.HeaderClassName
{
color: #183151;
}
.AnyTagClassName
{
color: #183151;
}
</style>
background-color css
<style>
a { background-color: #183151; }
a { background-color: rgb(24,49,81); }
div.DivClassName
{
background-color: #183151;
}
.BgClassName
{
background-color: #183151;
}
</style>
border-color css
<style>
span { border-color: #183151; }
span { border-color: rgb(24,49,81); }
td.TdClassName
{
border-color: #183151;
}
.TagClassName
{
border-color: #183151;
}
</style>