Shades of Regal Blue #18365C
Tints of Regal Blue #18365C
RGB
CMYK
RGB Variations
Color information
#18365C (or 0x18365C) is known color: Regal Blue. HEX triplet: 18, 36 and 5C. RGB value is (24,54,92). Sum of RGB (Red+Green+Blue) = 24+54+92=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #18365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18365C is #E7C9A3. Grayscale: #313131. Windows color (decimal): -15190436 or 6043160. OLE color: 6043160.
HSL color Cylindrical-coordinate representation of color #18365C: hue angle of 213.53º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18365C is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 54 | 92 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.64 |
| HSL | 213.53º | 0.59% | 0.23% | - |
| HSV(B) | 213.53º | 0.74% | 0.36% | - |
| XYZ | 3.63 | 3.61 | 10.63 | - |
| YUV | 49.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 92 | 0.74 | 0.41 | 0 | 0.64 | 213.53 | 0.59 | 0.23 |
| Hex | 18 | 36 | 5C | 4A | 29 | 0 | 40 | D6 | 3B | 17 |
| Octal | 30 | 66 | 134 | 112 | 51 | 0 | 100 | 326 | 73 | 27 |
| Binary | 11000 | 110110 | 1011100 | 1001010 | 101001 | 0 | 1000000 | 11010110 | 111011 | 10111 |
Color Harmonies of #18365C
Complementary color
Monochromatic Colors of #18365C
Black with #18365C
Text Example
Text Example
White with #18365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18365C; }
p { color: rgb(24,54,92); }
H1.HeaderClassName
{
color: #18365C;
}
.AnyTagClassName
{
color: #18365C;
}
</style>
background-color css
<style>
a { background-color: #18365C; }
a { background-color: rgb(24,54,92); }
div.DivClassName
{
background-color: #18365C;
}
.BgClassName
{
background-color: #18365C;
}
</style>
border-color css
<style>
span { border-color: #18365C; }
span { border-color: rgb(24,54,92); }
td.TdClassName
{
border-color: #18365C;
}
.TagClassName
{
border-color: #18365C;
}
</style>