Shades of Regal Blue #183B50
Tints of Regal Blue #183B50
RGB
CMYK
RGB Variations
Color information
#183B50 (or 0x183B50) is known color: Regal Blue. HEX triplet: 18, 3B and 50. RGB value is (24,59,80). Sum of RGB (Red+Green+Blue) = 24+59+80=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #183B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B50 is #E7C4AF. Grayscale: #323232. Windows color (decimal): -15189168 or 5258008. OLE color: 5258008.
HSL color Cylindrical-coordinate representation of color #183B50: hue angle of 202.5º 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 #183B50 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 59 | 80 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.69 |
| HSL | 202.5º | 0.54% | 0.2% | - |
| HSV(B) | 202.5º | 0.7% | 0.31% | - |
| XYZ | 3.39 | 3.9 | 8.16 | - |
| YUV | 50.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 80 | 0.70 | 0.26 | 0 | 0.69 | 202.5 | 0.54 | 0.2 |
| Hex | 18 | 3B | 50 | 46 | 1A | 0 | 45 | CA | 36 | 14 |
| Octal | 30 | 73 | 120 | 106 | 32 | 0 | 105 | 312 | 66 | 24 |
| Binary | 11000 | 111011 | 1010000 | 1000110 | 11010 | 0 | 1000101 | 11001010 | 110110 | 10100 |
Color Harmonies of #183B50
Complementary color
Monochromatic Colors of #183B50
Black with #183B50
Text Example
Text Example
White with #183B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B50; }
p { color: rgb(24,59,80); }
H1.HeaderClassName
{
color: #183B50;
}
.AnyTagClassName
{
color: #183B50;
}
</style>
background-color css
<style>
a { background-color: #183B50; }
a { background-color: rgb(24,59,80); }
div.DivClassName
{
background-color: #183B50;
}
.BgClassName
{
background-color: #183B50;
}
</style>
border-color css
<style>
span { border-color: #183B50; }
span { border-color: rgb(24,59,80); }
td.TdClassName
{
border-color: #183B50;
}
.TagClassName
{
border-color: #183B50;
}
</style>