Shades of Regal Blue #183B51
Tints of Regal Blue #183B51
RGB
CMYK
RGB Variations
Color information
#183B51 (or 0x183B51) is known color: Regal Blue. HEX triplet: 18, 3B and 51. RGB value is (24,59,81). Sum of RGB (Red+Green+Blue) = 24+59+81=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #183B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B51 is #E7C4AE. Grayscale: #323232. Windows color (decimal): -15189167 or 5323544. OLE color: 5323544.
HSL color Cylindrical-coordinate representation of color #183B51: hue angle of 203.16º 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 #183B51 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 59 | 81 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.68 |
| HSL | 203.16º | 0.54% | 0.21% | - |
| HSV(B) | 203.16º | 0.7% | 0.32% | - |
| XYZ | 3.43 | 3.92 | 8.36 | - |
| YUV | 51.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 81 | 0.70 | 0.27 | 0 | 0.68 | 203.16 | 0.54 | 0.21 |
| Hex | 18 | 3B | 51 | 46 | 1B | 0 | 44 | CB | 36 | 15 |
| Octal | 30 | 73 | 121 | 106 | 33 | 0 | 104 | 313 | 66 | 25 |
| Binary | 11000 | 111011 | 1010001 | 1000110 | 11011 | 0 | 1000100 | 11001011 | 110110 | 10101 |
Color Harmonies of #183B51
Complementary color
Monochromatic Colors of #183B51
Black with #183B51
Text Example
Text Example
White with #183B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B51; }
p { color: rgb(24,59,81); }
H1.HeaderClassName
{
color: #183B51;
}
.AnyTagClassName
{
color: #183B51;
}
</style>
background-color css
<style>
a { background-color: #183B51; }
a { background-color: rgb(24,59,81); }
div.DivClassName
{
background-color: #183B51;
}
.BgClassName
{
background-color: #183B51;
}
</style>
border-color css
<style>
span { border-color: #183B51; }
span { border-color: rgb(24,59,81); }
td.TdClassName
{
border-color: #183B51;
}
.TagClassName
{
border-color: #183B51;
}
</style>