Shades of Regal Blue #183A5B
Tints of Regal Blue #183A5B
RGB
CMYK
RGB Variations
Color information
#183A5B (or 0x183A5B) is known color: Regal Blue. HEX triplet: 18, 3A and 5B. RGB value is (24,58,91). Sum of RGB (Red+Green+Blue) = 24+58+91=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #183A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A5B is #E7C5A4. Grayscale: #333333. Windows color (decimal): -15189413 or 5978648. OLE color: 5978648.
HSL color Cylindrical-coordinate representation of color #183A5B: hue angle of 209.55º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #183A5B is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 58 | 91 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.64 |
| HSL | 209.55º | 0.58% | 0.23% | - |
| HSV(B) | 209.55º | 0.74% | 0.36% | - |
| XYZ | 3.78 | 3.98 | 10.47 | - |
| YUV | 51.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 91 | 0.74 | 0.36 | 0 | 0.64 | 209.55 | 0.58 | 0.23 |
| Hex | 18 | 3A | 5B | 4A | 24 | 0 | 40 | D2 | 3A | 17 |
| Octal | 30 | 72 | 133 | 112 | 44 | 0 | 100 | 322 | 72 | 27 |
| Binary | 11000 | 111010 | 1011011 | 1001010 | 100100 | 0 | 1000000 | 11010010 | 111010 | 10111 |
Color Harmonies of #183A5B
Complementary color
Monochromatic Colors of #183A5B
Black with #183A5B
Text Example
Text Example
White with #183A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A5B; }
p { color: rgb(24,58,91); }
H1.HeaderClassName
{
color: #183A5B;
}
.AnyTagClassName
{
color: #183A5B;
}
</style>
background-color css
<style>
a { background-color: #183A5B; }
a { background-color: rgb(24,58,91); }
div.DivClassName
{
background-color: #183A5B;
}
.BgClassName
{
background-color: #183A5B;
}
</style>
border-color css
<style>
span { border-color: #183A5B; }
span { border-color: rgb(24,58,91); }
td.TdClassName
{
border-color: #183A5B;
}
.TagClassName
{
border-color: #183A5B;
}
</style>