Shades of Regal Blue #18426C
Tints of Regal Blue #18426C
RGB
CMYK
RGB Variations
Color information
#18426C (or 0x18426C) is known color: Regal Blue. HEX triplet: 18, 42 and 6C. RGB value is (24,66,108). Sum of RGB (Red+Green+Blue) = 24+66+108=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #18426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18426C is #E7BD93. Grayscale: #3A3A3A. Windows color (decimal): -15187348 or 7094808. OLE color: 7094808.
HSL color Cylindrical-coordinate representation of color #18426C: hue angle of 210º 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 #18426C is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 66 | 108 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.58 |
| HSL | 210º | 0.64% | 0.26% | - |
| HSV(B) | 210º | 0.78% | 0.42% | - |
| XYZ | 5.03 | 5.17 | 14.92 | - |
| YUV | 58.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 108 | 0.78 | 0.39 | 0 | 0.58 | 210 | 0.64 | 0.26 |
| Hex | 18 | 42 | 6C | 4E | 27 | 0 | 3A | D2 | 40 | 1A |
| Octal | 30 | 102 | 154 | 116 | 47 | 0 | 72 | 322 | 100 | 32 |
| Binary | 11000 | 1000010 | 1101100 | 1001110 | 100111 | 0 | 111010 | 11010010 | 1000000 | 11010 |
Color Harmonies of #18426C
Complementary color
Monochromatic Colors of #18426C
Black with #18426C
Text Example
Text Example
White with #18426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18426C; }
p { color: rgb(24,66,108); }
H1.HeaderClassName
{
color: #18426C;
}
.AnyTagClassName
{
color: #18426C;
}
</style>
background-color css
<style>
a { background-color: #18426C; }
a { background-color: rgb(24,66,108); }
div.DivClassName
{
background-color: #18426C;
}
.BgClassName
{
background-color: #18426C;
}
</style>
border-color css
<style>
span { border-color: #18426C; }
span { border-color: rgb(24,66,108); }
td.TdClassName
{
border-color: #18426C;
}
.TagClassName
{
border-color: #18426C;
}
</style>