Shades of Regal Blue #183B66
Tints of Regal Blue #183B66
RGB
CMYK
RGB Variations
Color information
#183B66 (or 0x183B66) is known color: Regal Blue. HEX triplet: 18, 3B and 66. RGB value is (24,59,102). Sum of RGB (Red+Green+Blue) = 24+59+102=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #183B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B66 is #E7C499. Grayscale: #353535. Windows color (decimal): -15189146 or 6699800. OLE color: 6699800.
HSL color Cylindrical-coordinate representation of color #183B66: hue angle of 213.08º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183B66 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 59 | 102 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.6 |
| HSL | 213.08º | 0.62% | 0.25% | - |
| HSV(B) | 213.08º | 0.76% | 0.4% | - |
| XYZ | 4.34 | 4.28 | 13.17 | - |
| YUV | 53.44 | 155.4 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 102 | 0.76 | 0.42 | 0 | 0.6 | 213.08 | 0.62 | 0.25 |
| Hex | 18 | 3B | 66 | 4C | 2A | 0 | 3C | D5 | 3E | 19 |
| Octal | 30 | 73 | 146 | 114 | 52 | 0 | 74 | 325 | 76 | 31 |
| Binary | 11000 | 111011 | 1100110 | 1001100 | 101010 | 0 | 111100 | 11010101 | 111110 | 11001 |
Color Harmonies of #183B66
Complementary color
Monochromatic Colors of #183B66
Black with #183B66
Text Example
Text Example
White with #183B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B66; }
p { color: rgb(24,59,102); }
H1.HeaderClassName
{
color: #183B66;
}
.AnyTagClassName
{
color: #183B66;
}
</style>
background-color css
<style>
a { background-color: #183B66; }
a { background-color: rgb(24,59,102); }
div.DivClassName
{
background-color: #183B66;
}
.BgClassName
{
background-color: #183B66;
}
</style>
border-color css
<style>
span { border-color: #183B66; }
span { border-color: rgb(24,59,102); }
td.TdClassName
{
border-color: #183B66;
}
.TagClassName
{
border-color: #183B66;
}
</style>