Shades of Regal Blue #183B57
Tints of Regal Blue #183B57
RGB
CMYK
RGB Variations
Color information
#183B57 (or 0x183B57) is known color: Regal Blue. HEX triplet: 18, 3B and 57. RGB value is (24,59,87). Sum of RGB (Red+Green+Blue) = 24+59+87=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #183B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B57 is #E7C4A8. Grayscale: #333333. Windows color (decimal): -15189161 or 5716760. OLE color: 5716760.
HSL color Cylindrical-coordinate representation of color #183B57: hue angle of 206.67º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183B57 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 59 | 87 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.66 |
| HSL | 206.67º | 0.57% | 0.22% | - |
| HSV(B) | 206.67º | 0.72% | 0.34% | - |
| XYZ | 3.66 | 4.01 | 9.6 | - |
| YUV | 51.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 87 | 0.72 | 0.32 | 0 | 0.66 | 206.67 | 0.57 | 0.22 |
| Hex | 18 | 3B | 57 | 48 | 20 | 0 | 42 | CF | 39 | 16 |
| Octal | 30 | 73 | 127 | 110 | 40 | 0 | 102 | 317 | 71 | 26 |
| Binary | 11000 | 111011 | 1010111 | 1001000 | 100000 | 0 | 1000010 | 11001111 | 111001 | 10110 |
Color Harmonies of #183B57
Complementary color
Monochromatic Colors of #183B57
Black with #183B57
Text Example
Text Example
White with #183B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B57; }
p { color: rgb(24,59,87); }
H1.HeaderClassName
{
color: #183B57;
}
.AnyTagClassName
{
color: #183B57;
}
</style>
background-color css
<style>
a { background-color: #183B57; }
a { background-color: rgb(24,59,87); }
div.DivClassName
{
background-color: #183B57;
}
.BgClassName
{
background-color: #183B57;
}
</style>
border-color css
<style>
span { border-color: #183B57; }
span { border-color: rgb(24,59,87); }
td.TdClassName
{
border-color: #183B57;
}
.TagClassName
{
border-color: #183B57;
}
</style>