Shades of Regal Blue #183F66
Tints of Regal Blue #183F66
RGB
CMYK
RGB Variations
Color information
#183F66 (or 0x183F66) is known color: Regal Blue. HEX triplet: 18, 3F and 66. RGB value is (24,63,102). Sum of RGB (Red+Green+Blue) = 24+63+102=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #183F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F66 is #E7C099. Grayscale: #373737. Windows color (decimal): -15188122 or 6700824. OLE color: 6700824.
HSL color Cylindrical-coordinate representation of color #183F66: hue angle of 210º 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 #183F66 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 63 | 102 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.6 |
| HSL | 210º | 0.62% | 0.25% | - |
| HSV(B) | 210º | 0.76% | 0.4% | - |
| XYZ | 4.55 | 4.71 | 13.24 | - |
| YUV | 55.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 102 | 0.76 | 0.38 | 0 | 0.6 | 210 | 0.62 | 0.25 |
| Hex | 18 | 3F | 66 | 4C | 26 | 0 | 3C | D2 | 3E | 19 |
| Octal | 30 | 77 | 146 | 114 | 46 | 0 | 74 | 322 | 76 | 31 |
| Binary | 11000 | 111111 | 1100110 | 1001100 | 100110 | 0 | 111100 | 11010010 | 111110 | 11001 |
Color Harmonies of #183F66
Complementary color
Monochromatic Colors of #183F66
Black with #183F66
Text Example
Text Example
White with #183F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F66; }
p { color: rgb(24,63,102); }
H1.HeaderClassName
{
color: #183F66;
}
.AnyTagClassName
{
color: #183F66;
}
</style>
background-color css
<style>
a { background-color: #183F66; }
a { background-color: rgb(24,63,102); }
div.DivClassName
{
background-color: #183F66;
}
.BgClassName
{
background-color: #183F66;
}
</style>
border-color css
<style>
span { border-color: #183F66; }
span { border-color: rgb(24,63,102); }
td.TdClassName
{
border-color: #183F66;
}
.TagClassName
{
border-color: #183F66;
}
</style>