Shades of Regal Blue #18365A
Tints of Regal Blue #18365A
RGB
CMYK
RGB Variations
Color information
#18365A (or 0x18365A) is known color: Regal Blue. HEX triplet: 18, 36 and 5A. RGB value is (24,54,90). Sum of RGB (Red+Green+Blue) = 24+54+90=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #18365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18365A is #E7C9A5. Grayscale: #303030. Windows color (decimal): -15190438 or 5912088. OLE color: 5912088.
HSL color Cylindrical-coordinate representation of color #18365A: hue angle of 212.73º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18365A is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 54 | 90 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.65 |
| HSL | 212.73º | 0.58% | 0.22% | - |
| HSV(B) | 212.73º | 0.73% | 0.35% | - |
| XYZ | 3.54 | 3.57 | 10.18 | - |
| YUV | 49.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 90 | 0.73 | 0.40 | 0 | 0.65 | 212.73 | 0.58 | 0.22 |
| Hex | 18 | 36 | 5A | 49 | 28 | 0 | 41 | D5 | 3A | 16 |
| Octal | 30 | 66 | 132 | 111 | 50 | 0 | 101 | 325 | 72 | 26 |
| Binary | 11000 | 110110 | 1011010 | 1001001 | 101000 | 0 | 1000001 | 11010101 | 111010 | 10110 |
Color Harmonies of #18365A
Complementary color
Monochromatic Colors of #18365A
Black with #18365A
Text Example
Text Example
White with #18365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18365A; }
p { color: rgb(24,54,90); }
H1.HeaderClassName
{
color: #18365A;
}
.AnyTagClassName
{
color: #18365A;
}
</style>
background-color css
<style>
a { background-color: #18365A; }
a { background-color: rgb(24,54,90); }
div.DivClassName
{
background-color: #18365A;
}
.BgClassName
{
background-color: #18365A;
}
</style>
border-color css
<style>
span { border-color: #18365A; }
span { border-color: rgb(24,54,90); }
td.TdClassName
{
border-color: #18365A;
}
.TagClassName
{
border-color: #18365A;
}
</style>