Shades of Regal Blue #18426A
Tints of Regal Blue #18426A
RGB
CMYK
RGB Variations
Color information
#18426A (or 0x18426A) is known color: Regal Blue. HEX triplet: 18, 42 and 6A. RGB value is (24,66,106). Sum of RGB (Red+Green+Blue) = 24+66+106=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #18426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18426A is #E7BD95. Grayscale: #393939. Windows color (decimal): -15187350 or 6963736. OLE color: 6963736.
HSL color Cylindrical-coordinate representation of color #18426A: hue angle of 209.27º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18426A is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 66 | 106 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.58 |
| HSL | 209.27º | 0.63% | 0.25% | - |
| HSV(B) | 209.27º | 0.77% | 0.42% | - |
| XYZ | 4.93 | 5.13 | 14.37 | - |
| YUV | 58 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 106 | 0.77 | 0.38 | 0 | 0.58 | 209.27 | 0.63 | 0.25 |
| Hex | 18 | 42 | 6A | 4D | 26 | 0 | 3A | D1 | 3F | 19 |
| Octal | 30 | 102 | 152 | 115 | 46 | 0 | 72 | 321 | 77 | 31 |
| Binary | 11000 | 1000010 | 1101010 | 1001101 | 100110 | 0 | 111010 | 11010001 | 111111 | 11001 |
Color Harmonies of #18426A
Complementary color
Monochromatic Colors of #18426A
Black with #18426A
Text Example
Text Example
White with #18426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18426A; }
p { color: rgb(24,66,106); }
H1.HeaderClassName
{
color: #18426A;
}
.AnyTagClassName
{
color: #18426A;
}
</style>
background-color css
<style>
a { background-color: #18426A; }
a { background-color: rgb(24,66,106); }
div.DivClassName
{
background-color: #18426A;
}
.BgClassName
{
background-color: #18426A;
}
</style>
border-color css
<style>
span { border-color: #18426A; }
span { border-color: rgb(24,66,106); }
td.TdClassName
{
border-color: #18426A;
}
.TagClassName
{
border-color: #18426A;
}
</style>