Shades of Regal Blue #183961
Tints of Regal Blue #183961
RGB
CMYK
RGB Variations
Color information
#183961 (or 0x183961) is known color: Regal Blue. HEX triplet: 18, 39 and 61. RGB value is (24,57,97). Sum of RGB (Red+Green+Blue) = 24+57+97=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #183961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183961 is #E7C69E. Grayscale: #333333. Windows color (decimal): -15189663 or 6371608. OLE color: 6371608.
HSL color Cylindrical-coordinate representation of color #183961: hue angle of 212.88º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183961 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 57 | 97 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.62 |
| HSL | 212.88º | 0.6% | 0.24% | - |
| HSV(B) | 212.88º | 0.75% | 0.38% | - |
| XYZ | 4 | 3.98 | 11.87 | - |
| YUV | 51.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 97 | 0.75 | 0.41 | 0 | 0.62 | 212.88 | 0.6 | 0.24 |
| Hex | 18 | 39 | 61 | 4B | 29 | 0 | 3E | D5 | 3C | 18 |
| Octal | 30 | 71 | 141 | 113 | 51 | 0 | 76 | 325 | 74 | 30 |
| Binary | 11000 | 111001 | 1100001 | 1001011 | 101001 | 0 | 111110 | 11010101 | 111100 | 11000 |
Color Harmonies of #183961
Complementary color
Monochromatic Colors of #183961
Black with #183961
Text Example
Text Example
White with #183961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183961; }
p { color: rgb(24,57,97); }
H1.HeaderClassName
{
color: #183961;
}
.AnyTagClassName
{
color: #183961;
}
</style>
background-color css
<style>
a { background-color: #183961; }
a { background-color: rgb(24,57,97); }
div.DivClassName
{
background-color: #183961;
}
.BgClassName
{
background-color: #183961;
}
</style>
border-color css
<style>
span { border-color: #183961; }
span { border-color: rgb(24,57,97); }
td.TdClassName
{
border-color: #183961;
}
.TagClassName
{
border-color: #183961;
}
</style>