Shades of Regal Blue #183250
Tints of Regal Blue #183250
RGB
CMYK
RGB Variations
Color information
#183250 (or 0x183250) is known color: Regal Blue. HEX triplet: 18, 32 and 50. RGB value is (24,50,80). Sum of RGB (Red+Green+Blue) = 24+50+80=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #183250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183250 is #E7CDAF. Grayscale: #2D2D2D. Windows color (decimal): -15191472 or 5255704. OLE color: 5255704.
HSL color Cylindrical-coordinate representation of color #183250: hue angle of 212.14º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183250 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 50 | 80 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.69 |
| HSL | 212.14º | 0.54% | 0.2% | - |
| HSV(B) | 212.14º | 0.7% | 0.31% | - |
| XYZ | 2.97 | 3.05 | 8.02 | - |
| YUV | 45.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 80 | 0.70 | 0.37 | 0 | 0.69 | 212.14 | 0.54 | 0.2 |
| Hex | 18 | 32 | 50 | 46 | 25 | 0 | 45 | D4 | 36 | 14 |
| Octal | 30 | 62 | 120 | 106 | 45 | 0 | 105 | 324 | 66 | 24 |
| Binary | 11000 | 110010 | 1010000 | 1000110 | 100101 | 0 | 1000101 | 11010100 | 110110 | 10100 |
Color Harmonies of #183250
Complementary color
Monochromatic Colors of #183250
Black with #183250
Text Example
Text Example
White with #183250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183250; }
p { color: rgb(24,50,80); }
H1.HeaderClassName
{
color: #183250;
}
.AnyTagClassName
{
color: #183250;
}
</style>
background-color css
<style>
a { background-color: #183250; }
a { background-color: rgb(24,50,80); }
div.DivClassName
{
background-color: #183250;
}
.BgClassName
{
background-color: #183250;
}
</style>
border-color css
<style>
span { border-color: #183250; }
span { border-color: rgb(24,50,80); }
td.TdClassName
{
border-color: #183250;
}
.TagClassName
{
border-color: #183250;
}
</style>