Shades of Regal Blue #183454
Tints of Regal Blue #183454
RGB
CMYK
RGB Variations
Color information
#183454 (or 0x183454) is known color: Regal Blue. HEX triplet: 18, 34 and 54. RGB value is (24,52,84). Sum of RGB (Red+Green+Blue) = 24+52+84=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #183454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183454 is #E7CBAB. Grayscale: #2F2F2F. Windows color (decimal): -15190956 or 5518360. OLE color: 5518360.
HSL color Cylindrical-coordinate representation of color #183454: hue angle of 212º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183454 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 52 | 84 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.67 |
| HSL | 212º | 0.56% | 0.21% | - |
| HSV(B) | 212º | 0.71% | 0.33% | - |
| XYZ | 3.2 | 3.29 | 8.85 | - |
| YUV | 47.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 84 | 0.71 | 0.38 | 0 | 0.67 | 212 | 0.56 | 0.21 |
| Hex | 18 | 34 | 54 | 47 | 26 | 0 | 43 | D4 | 38 | 15 |
| Octal | 30 | 64 | 124 | 107 | 46 | 0 | 103 | 324 | 70 | 25 |
| Binary | 11000 | 110100 | 1010100 | 1000111 | 100110 | 0 | 1000011 | 11010100 | 111000 | 10101 |
Color Harmonies of #183454
Complementary color
Monochromatic Colors of #183454
Black with #183454
Text Example
Text Example
White with #183454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183454; }
p { color: rgb(24,52,84); }
H1.HeaderClassName
{
color: #183454;
}
.AnyTagClassName
{
color: #183454;
}
</style>
background-color css
<style>
a { background-color: #183454; }
a { background-color: rgb(24,52,84); }
div.DivClassName
{
background-color: #183454;
}
.BgClassName
{
background-color: #183454;
}
</style>
border-color css
<style>
span { border-color: #183454; }
span { border-color: rgb(24,52,84); }
td.TdClassName
{
border-color: #183454;
}
.TagClassName
{
border-color: #183454;
}
</style>