Shades of Regal Blue #183458
Tints of Regal Blue #183458
RGB
CMYK
RGB Variations
Color information
#183458 (or 0x183458) is known color: Regal Blue. HEX triplet: 18, 34 and 58. RGB value is (24,52,88). Sum of RGB (Red+Green+Blue) = 24+52+88=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #183458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183458 is #E7CBA7. Grayscale: #2F2F2F. Windows color (decimal): -15190952 or 5780504. OLE color: 5780504.
HSL color Cylindrical-coordinate representation of color #183458: hue angle of 213.75º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #183458 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 52 | 88 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.65 |
| HSL | 213.75º | 0.57% | 0.22% | - |
| HSV(B) | 213.75º | 0.73% | 0.35% | - |
| XYZ | 3.37 | 3.35 | 9.7 | - |
| YUV | 47.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 88 | 0.73 | 0.41 | 0 | 0.65 | 213.75 | 0.57 | 0.22 |
| Hex | 18 | 34 | 58 | 49 | 29 | 0 | 41 | D6 | 39 | 16 |
| Octal | 30 | 64 | 130 | 111 | 51 | 0 | 101 | 326 | 71 | 26 |
| Binary | 11000 | 110100 | 1011000 | 1001001 | 101001 | 0 | 1000001 | 11010110 | 111001 | 10110 |
Color Harmonies of #183458
Complementary color
Monochromatic Colors of #183458
Black with #183458
Text Example
Text Example
White with #183458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183458; }
p { color: rgb(24,52,88); }
H1.HeaderClassName
{
color: #183458;
}
.AnyTagClassName
{
color: #183458;
}
</style>
background-color css
<style>
a { background-color: #183458; }
a { background-color: rgb(24,52,88); }
div.DivClassName
{
background-color: #183458;
}
.BgClassName
{
background-color: #183458;
}
</style>
border-color css
<style>
span { border-color: #183458; }
span { border-color: rgb(24,52,88); }
td.TdClassName
{
border-color: #183458;
}
.TagClassName
{
border-color: #183458;
}
</style>