Shades of Regal Blue #18375C
Tints of Regal Blue #18375C
RGB
CMYK
RGB Variations
Color information
#18375C (or 0x18375C) is known color: Regal Blue. HEX triplet: 18, 37 and 5C. RGB value is (24,55,92). Sum of RGB (Red+Green+Blue) = 24+55+92=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #18375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18375C is #E7C8A3. Grayscale: #313131. Windows color (decimal): -15190180 or 6043416. OLE color: 6043416.
HSL color Cylindrical-coordinate representation of color #18375C: hue angle of 212.65º 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 #18375C is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 55 | 92 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.64 |
| HSL | 212.65º | 0.59% | 0.23% | - |
| HSV(B) | 212.65º | 0.74% | 0.36% | - |
| XYZ | 3.67 | 3.7 | 10.65 | - |
| YUV | 49.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 92 | 0.74 | 0.40 | 0 | 0.64 | 212.65 | 0.59 | 0.23 |
| Hex | 18 | 37 | 5C | 4A | 28 | 0 | 40 | D5 | 3B | 17 |
| Octal | 30 | 67 | 134 | 112 | 50 | 0 | 100 | 325 | 73 | 27 |
| Binary | 11000 | 110111 | 1011100 | 1001010 | 101000 | 0 | 1000000 | 11010101 | 111011 | 10111 |
Color Harmonies of #18375C
Complementary color
Monochromatic Colors of #18375C
Black with #18375C
Text Example
Text Example
White with #18375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18375C; }
p { color: rgb(24,55,92); }
H1.HeaderClassName
{
color: #18375C;
}
.AnyTagClassName
{
color: #18375C;
}
</style>
background-color css
<style>
a { background-color: #18375C; }
a { background-color: rgb(24,55,92); }
div.DivClassName
{
background-color: #18375C;
}
.BgClassName
{
background-color: #18375C;
}
</style>
border-color css
<style>
span { border-color: #18375C; }
span { border-color: rgb(24,55,92); }
td.TdClassName
{
border-color: #18375C;
}
.TagClassName
{
border-color: #18375C;
}
</style>