Shades of Regal Blue #183755
Tints of Regal Blue #183755
RGB
CMYK
RGB Variations
Color information
#183755 (or 0x183755) is known color: Regal Blue. HEX triplet: 18, 37 and 55. RGB value is (24,55,85). Sum of RGB (Red+Green+Blue) = 24+55+85=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #183755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183755 is #E7C8AA. Grayscale: #303030. Windows color (decimal): -15190187 or 5584664. OLE color: 5584664.
HSL color Cylindrical-coordinate representation of color #183755: hue angle of 209.51º 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 #183755 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 55 | 85 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.67 |
| HSL | 209.51º | 0.56% | 0.21% | - |
| HSV(B) | 209.51º | 0.72% | 0.33% | - |
| XYZ | 3.38 | 3.58 | 9.11 | - |
| YUV | 49.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 85 | 0.72 | 0.35 | 0 | 0.67 | 209.51 | 0.56 | 0.21 |
| Hex | 18 | 37 | 55 | 48 | 23 | 0 | 43 | D2 | 38 | 15 |
| Octal | 30 | 67 | 125 | 110 | 43 | 0 | 103 | 322 | 70 | 25 |
| Binary | 11000 | 110111 | 1010101 | 1001000 | 100011 | 0 | 1000011 | 11010010 | 111000 | 10101 |
Color Harmonies of #183755
Complementary color
Monochromatic Colors of #183755
Black with #183755
Text Example
Text Example
White with #183755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183755; }
p { color: rgb(24,55,85); }
H1.HeaderClassName
{
color: #183755;
}
.AnyTagClassName
{
color: #183755;
}
</style>
background-color css
<style>
a { background-color: #183755; }
a { background-color: rgb(24,55,85); }
div.DivClassName
{
background-color: #183755;
}
.BgClassName
{
background-color: #183755;
}
</style>
border-color css
<style>
span { border-color: #183755; }
span { border-color: rgb(24,55,85); }
td.TdClassName
{
border-color: #183755;
}
.TagClassName
{
border-color: #183755;
}
</style>