Shades of Regal Blue #183A55
Tints of Regal Blue #183A55
RGB
CMYK
RGB Variations
Color information
#183A55 (or 0x183A55) is known color: Regal Blue. HEX triplet: 18, 3A and 55. RGB value is (24,58,85). Sum of RGB (Red+Green+Blue) = 24+58+85=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #183A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A55 is #E7C5AA. Grayscale: #323232. Windows color (decimal): -15189419 or 5585432. OLE color: 5585432.
HSL color Cylindrical-coordinate representation of color #183A55: hue angle of 206.56º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183A55 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 58 | 85 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.67 |
| HSL | 206.56º | 0.56% | 0.21% | - |
| HSV(B) | 206.56º | 0.72% | 0.33% | - |
| XYZ | 3.53 | 3.88 | 9.16 | - |
| YUV | 50.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 85 | 0.72 | 0.32 | 0 | 0.67 | 206.56 | 0.56 | 0.21 |
| Hex | 18 | 3A | 55 | 48 | 20 | 0 | 43 | CF | 38 | 15 |
| Octal | 30 | 72 | 125 | 110 | 40 | 0 | 103 | 317 | 70 | 25 |
| Binary | 11000 | 111010 | 1010101 | 1001000 | 100000 | 0 | 1000011 | 11001111 | 111000 | 10101 |
Color Harmonies of #183A55
Complementary color
Monochromatic Colors of #183A55
Black with #183A55
Text Example
Text Example
White with #183A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A55; }
p { color: rgb(24,58,85); }
H1.HeaderClassName
{
color: #183A55;
}
.AnyTagClassName
{
color: #183A55;
}
</style>
background-color css
<style>
a { background-color: #183A55; }
a { background-color: rgb(24,58,85); }
div.DivClassName
{
background-color: #183A55;
}
.BgClassName
{
background-color: #183A55;
}
</style>
border-color css
<style>
span { border-color: #183A55; }
span { border-color: rgb(24,58,85); }
td.TdClassName
{
border-color: #183A55;
}
.TagClassName
{
border-color: #183A55;
}
</style>