Shades of Regal Blue #183955
Tints of Regal Blue #183955
RGB
CMYK
RGB Variations
Color information
#183955 (or 0x183955) is known color: Regal Blue. HEX triplet: 18, 39 and 55. RGB value is (24,57,85). Sum of RGB (Red+Green+Blue) = 24+57+85=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #183955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183955 is #E7C6AA. Grayscale: #323232. Windows color (decimal): -15189675 or 5585176. OLE color: 5585176.
HSL color Cylindrical-coordinate representation of color #183955: hue angle of 207.54º 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 #183955 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 57 | 85 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.67 |
| HSL | 207.54º | 0.56% | 0.21% | - |
| HSV(B) | 207.54º | 0.72% | 0.33% | - |
| XYZ | 3.48 | 3.78 | 9.14 | - |
| YUV | 50.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 85 | 0.72 | 0.33 | 0 | 0.67 | 207.54 | 0.56 | 0.21 |
| Hex | 18 | 39 | 55 | 48 | 21 | 0 | 43 | D0 | 38 | 15 |
| Octal | 30 | 71 | 125 | 110 | 41 | 0 | 103 | 320 | 70 | 25 |
| Binary | 11000 | 111001 | 1010101 | 1001000 | 100001 | 0 | 1000011 | 11010000 | 111000 | 10101 |
Color Harmonies of #183955
Complementary color
Monochromatic Colors of #183955
Black with #183955
Text Example
Text Example
White with #183955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183955; }
p { color: rgb(24,57,85); }
H1.HeaderClassName
{
color: #183955;
}
.AnyTagClassName
{
color: #183955;
}
</style>
background-color css
<style>
a { background-color: #183955; }
a { background-color: rgb(24,57,85); }
div.DivClassName
{
background-color: #183955;
}
.BgClassName
{
background-color: #183955;
}
</style>
border-color css
<style>
span { border-color: #183955; }
span { border-color: rgb(24,57,85); }
td.TdClassName
{
border-color: #183955;
}
.TagClassName
{
border-color: #183955;
}
</style>