Shades of Regal Blue #18446C
Tints of Regal Blue #18446C
RGB
CMYK
RGB Variations
Color information
#18446C (or 0x18446C) is known color: Regal Blue. HEX triplet: 18, 44 and 6C. RGB value is (24,68,108). Sum of RGB (Red+Green+Blue) = 24+68+108=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #18446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18446C is #E7BB93. Grayscale: #3B3B3B. Windows color (decimal): -15186836 or 7095320. OLE color: 7095320.
HSL color Cylindrical-coordinate representation of color #18446C: hue angle of 208.57º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18446C is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 68 | 108 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.58 |
| HSL | 208.57º | 0.64% | 0.26% | - |
| HSV(B) | 208.57º | 0.78% | 0.42% | - |
| XYZ | 5.15 | 5.41 | 14.96 | - |
| YUV | 59.4 | 155.42 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 108 | 0.78 | 0.37 | 0 | 0.58 | 208.57 | 0.64 | 0.26 |
| Hex | 18 | 44 | 6C | 4E | 25 | 0 | 3A | D1 | 40 | 1A |
| Octal | 30 | 104 | 154 | 116 | 45 | 0 | 72 | 321 | 100 | 32 |
| Binary | 11000 | 1000100 | 1101100 | 1001110 | 100101 | 0 | 111010 | 11010001 | 1000000 | 11010 |
Color Harmonies of #18446C
Complementary color
Monochromatic Colors of #18446C
Black with #18446C
Text Example
Text Example
White with #18446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18446C; }
p { color: rgb(24,68,108); }
H1.HeaderClassName
{
color: #18446C;
}
.AnyTagClassName
{
color: #18446C;
}
</style>
background-color css
<style>
a { background-color: #18446C; }
a { background-color: rgb(24,68,108); }
div.DivClassName
{
background-color: #18446C;
}
.BgClassName
{
background-color: #18446C;
}
</style>
border-color css
<style>
span { border-color: #18446C; }
span { border-color: rgb(24,68,108); }
td.TdClassName
{
border-color: #18446C;
}
.TagClassName
{
border-color: #18446C;
}
</style>