Shades of Regal Blue #183A57
Tints of Regal Blue #183A57
RGB
CMYK
RGB Variations
Color information
#183A57 (or 0x183A57) is known color: Regal Blue. HEX triplet: 18, 3A and 57. RGB value is (24,58,87). Sum of RGB (Red+Green+Blue) = 24+58+87=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #183A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A57 is #E7C5A8. Grayscale: #323232. Windows color (decimal): -15189417 or 5716504. OLE color: 5716504.
HSL color Cylindrical-coordinate representation of color #183A57: hue angle of 207.62º 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 #183A57 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 58 | 87 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.66 |
| HSL | 207.62º | 0.57% | 0.22% | - |
| HSV(B) | 207.62º | 0.72% | 0.34% | - |
| XYZ | 3.61 | 3.91 | 9.58 | - |
| YUV | 51.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 87 | 0.72 | 0.33 | 0 | 0.66 | 207.62 | 0.57 | 0.22 |
| Hex | 18 | 3A | 57 | 48 | 21 | 0 | 42 | D0 | 39 | 16 |
| Octal | 30 | 72 | 127 | 110 | 41 | 0 | 102 | 320 | 71 | 26 |
| Binary | 11000 | 111010 | 1010111 | 1001000 | 100001 | 0 | 1000010 | 11010000 | 111001 | 10110 |
Color Harmonies of #183A57
Complementary color
Monochromatic Colors of #183A57
Black with #183A57
Text Example
Text Example
White with #183A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A57; }
p { color: rgb(24,58,87); }
H1.HeaderClassName
{
color: #183A57;
}
.AnyTagClassName
{
color: #183A57;
}
</style>
background-color css
<style>
a { background-color: #183A57; }
a { background-color: rgb(24,58,87); }
div.DivClassName
{
background-color: #183A57;
}
.BgClassName
{
background-color: #183A57;
}
</style>
border-color css
<style>
span { border-color: #183A57; }
span { border-color: rgb(24,58,87); }
td.TdClassName
{
border-color: #183A57;
}
.TagClassName
{
border-color: #183A57;
}
</style>