Shades of Regal Blue #183656
Tints of Regal Blue #183656
RGB
CMYK
RGB Variations
Color information
#183656 (or 0x183656) is known color: Regal Blue. HEX triplet: 18, 36 and 56. RGB value is (24,54,86). Sum of RGB (Red+Green+Blue) = 24+54+86=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #183656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183656 is #E7C9A9. Grayscale: #303030. Windows color (decimal): -15190442 or 5649944. OLE color: 5649944.
HSL color Cylindrical-coordinate representation of color #183656: hue angle of 210.97º 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 #183656 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 54 | 86 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.66 |
| HSL | 210.97º | 0.56% | 0.22% | - |
| HSV(B) | 210.97º | 0.72% | 0.34% | - |
| XYZ | 3.38 | 3.5 | 9.3 | - |
| YUV | 48.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 86 | 0.72 | 0.37 | 0 | 0.66 | 210.97 | 0.56 | 0.22 |
| Hex | 18 | 36 | 56 | 48 | 25 | 0 | 42 | D3 | 38 | 16 |
| Octal | 30 | 66 | 126 | 110 | 45 | 0 | 102 | 323 | 70 | 26 |
| Binary | 11000 | 110110 | 1010110 | 1001000 | 100101 | 0 | 1000010 | 11010011 | 111000 | 10110 |
Color Harmonies of #183656
Complementary color
Monochromatic Colors of #183656
Black with #183656
Text Example
Text Example
White with #183656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183656; }
p { color: rgb(24,54,86); }
H1.HeaderClassName
{
color: #183656;
}
.AnyTagClassName
{
color: #183656;
}
</style>
background-color css
<style>
a { background-color: #183656; }
a { background-color: rgb(24,54,86); }
div.DivClassName
{
background-color: #183656;
}
.BgClassName
{
background-color: #183656;
}
</style>
border-color css
<style>
span { border-color: #183656; }
span { border-color: rgb(24,54,86); }
td.TdClassName
{
border-color: #183656;
}
.TagClassName
{
border-color: #183656;
}
</style>