Shades of Regal Blue #183962
Tints of Regal Blue #183962
RGB
CMYK
RGB Variations
Color information
#183962 (or 0x183962) is known color: Regal Blue. HEX triplet: 18, 39 and 62. RGB value is (24,57,98). Sum of RGB (Red+Green+Blue) = 24+57+98=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #183962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183962 is #E7C69D. Grayscale: #333333. Windows color (decimal): -15189662 or 6437144. OLE color: 6437144.
HSL color Cylindrical-coordinate representation of color #183962: hue angle of 213.24º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183962 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 57 | 98 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.62 |
| HSL | 213.24º | 0.61% | 0.24% | - |
| HSV(B) | 213.24º | 0.76% | 0.38% | - |
| XYZ | 4.04 | 4 | 12.11 | - |
| YUV | 51.81 | 154.07 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 98 | 0.76 | 0.42 | 0 | 0.62 | 213.24 | 0.61 | 0.24 |
| Hex | 18 | 39 | 62 | 4C | 2A | 0 | 3E | D5 | 3D | 18 |
| Octal | 30 | 71 | 142 | 114 | 52 | 0 | 76 | 325 | 75 | 30 |
| Binary | 11000 | 111001 | 1100010 | 1001100 | 101010 | 0 | 111110 | 11010101 | 111101 | 11000 |
Color Harmonies of #183962
Complementary color
Monochromatic Colors of #183962
Black with #183962
Text Example
Text Example
White with #183962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183962; }
p { color: rgb(24,57,98); }
H1.HeaderClassName
{
color: #183962;
}
.AnyTagClassName
{
color: #183962;
}
</style>
background-color css
<style>
a { background-color: #183962; }
a { background-color: rgb(24,57,98); }
div.DivClassName
{
background-color: #183962;
}
.BgClassName
{
background-color: #183962;
}
</style>
border-color css
<style>
span { border-color: #183962; }
span { border-color: rgb(24,57,98); }
td.TdClassName
{
border-color: #183962;
}
.TagClassName
{
border-color: #183962;
}
</style>