Shades of Regal Blue #183855
Tints of Regal Blue #183855
RGB
CMYK
RGB Variations
Color information
#183855 (or 0x183855) is known color: Regal Blue. HEX triplet: 18, 38 and 55. RGB value is (24,56,85). Sum of RGB (Red+Green+Blue) = 24+56+85=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #183855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183855 is #E7C7AA. Grayscale: #313131. Windows color (decimal): -15189931 or 5584920. OLE color: 5584920.
HSL color Cylindrical-coordinate representation of color #183855: hue angle of 208.52º 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 #183855 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 56 | 85 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.67 |
| HSL | 208.52º | 0.56% | 0.21% | - |
| HSV(B) | 208.52º | 0.72% | 0.33% | - |
| XYZ | 3.43 | 3.68 | 9.12 | - |
| YUV | 49.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 85 | 0.72 | 0.34 | 0 | 0.67 | 208.52 | 0.56 | 0.21 |
| Hex | 18 | 38 | 55 | 48 | 22 | 0 | 43 | D1 | 38 | 15 |
| Octal | 30 | 70 | 125 | 110 | 42 | 0 | 103 | 321 | 70 | 25 |
| Binary | 11000 | 111000 | 1010101 | 1001000 | 100010 | 0 | 1000011 | 11010001 | 111000 | 10101 |
Color Harmonies of #183855
Complementary color
Monochromatic Colors of #183855
Black with #183855
Text Example
Text Example
White with #183855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183855; }
p { color: rgb(24,56,85); }
H1.HeaderClassName
{
color: #183855;
}
.AnyTagClassName
{
color: #183855;
}
</style>
background-color css
<style>
a { background-color: #183855; }
a { background-color: rgb(24,56,85); }
div.DivClassName
{
background-color: #183855;
}
.BgClassName
{
background-color: #183855;
}
</style>
border-color css
<style>
span { border-color: #183855; }
span { border-color: rgb(24,56,85); }
td.TdClassName
{
border-color: #183855;
}
.TagClassName
{
border-color: #183855;
}
</style>