Shades of Regal Blue #183456
Tints of Regal Blue #183456
RGB
CMYK
RGB Variations
Color information
#183456 (or 0x183456) is known color: Regal Blue. HEX triplet: 18, 34 and 56. RGB value is (24,52,86). Sum of RGB (Red+Green+Blue) = 24+52+86=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #183456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183456 is #E7CBA9. Grayscale: #2F2F2F. Windows color (decimal): -15190954 or 5649432. OLE color: 5649432.
HSL color Cylindrical-coordinate representation of color #183456: hue angle of 212.9º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183456 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 52 | 86 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.66 |
| HSL | 212.9º | 0.56% | 0.22% | - |
| HSV(B) | 212.9º | 0.72% | 0.34% | - |
| XYZ | 3.28 | 3.32 | 9.27 | - |
| YUV | 47.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 86 | 0.72 | 0.40 | 0 | 0.66 | 212.9 | 0.56 | 0.22 |
| Hex | 18 | 34 | 56 | 48 | 28 | 0 | 42 | D5 | 38 | 16 |
| Octal | 30 | 64 | 126 | 110 | 50 | 0 | 102 | 325 | 70 | 26 |
| Binary | 11000 | 110100 | 1010110 | 1001000 | 101000 | 0 | 1000010 | 11010101 | 111000 | 10110 |
Color Harmonies of #183456
Complementary color
Monochromatic Colors of #183456
Black with #183456
Text Example
Text Example
White with #183456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183456; }
p { color: rgb(24,52,86); }
H1.HeaderClassName
{
color: #183456;
}
.AnyTagClassName
{
color: #183456;
}
</style>
background-color css
<style>
a { background-color: #183456; }
a { background-color: rgb(24,52,86); }
div.DivClassName
{
background-color: #183456;
}
.BgClassName
{
background-color: #183456;
}
</style>
border-color css
<style>
span { border-color: #183456; }
span { border-color: rgb(24,52,86); }
td.TdClassName
{
border-color: #183456;
}
.TagClassName
{
border-color: #183456;
}
</style>