Shades of Regal Blue #18394F
Tints of Regal Blue #18394F
RGB
CMYK
RGB Variations
Color information
#18394F (or 0x18394F) is known color: Regal Blue. HEX triplet: 18, 39 and 4F. RGB value is (24,57,79). Sum of RGB (Red+Green+Blue) = 24+57+79=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #18394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18394F is #E7C6B0. Grayscale: #313131. Windows color (decimal): -15189681 or 5191960. OLE color: 5191960.
HSL color Cylindrical-coordinate representation of color #18394F: hue angle of 204º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18394F is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 57 | 79 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.69 |
| HSL | 204º | 0.53% | 0.2% | - |
| HSV(B) | 204º | 0.7% | 0.31% | - |
| XYZ | 3.25 | 3.68 | 7.94 | - |
| YUV | 49.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 79 | 0.70 | 0.28 | 0 | 0.69 | 204 | 0.53 | 0.2 |
| Hex | 18 | 39 | 4F | 46 | 1C | 0 | 45 | CC | 35 | 14 |
| Octal | 30 | 71 | 117 | 106 | 34 | 0 | 105 | 314 | 65 | 24 |
| Binary | 11000 | 111001 | 1001111 | 1000110 | 11100 | 0 | 1000101 | 11001100 | 110101 | 10100 |
Color Harmonies of #18394F
Complementary color
Monochromatic Colors of #18394F
Black with #18394F
Text Example
Text Example
White with #18394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18394F; }
p { color: rgb(24,57,79); }
H1.HeaderClassName
{
color: #18394F;
}
.AnyTagClassName
{
color: #18394F;
}
</style>
background-color css
<style>
a { background-color: #18394F; }
a { background-color: rgb(24,57,79); }
div.DivClassName
{
background-color: #18394F;
}
.BgClassName
{
background-color: #18394F;
}
</style>
border-color css
<style>
span { border-color: #18394F; }
span { border-color: rgb(24,57,79); }
td.TdClassName
{
border-color: #18394F;
}
.TagClassName
{
border-color: #18394F;
}
</style>