Shades of Regal Blue #163258
Tints of Regal Blue #163258
RGB
CMYK
RGB Variations
Color information
#163258 (or 0x163258) is known color: Regal Blue. HEX triplet: 16, 32 and 58. RGB value is (22,50,88). Sum of RGB (Red+Green+Blue) = 22+50+88=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #163258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163258 is #E9CDA7. Grayscale: #2D2D2D. Windows color (decimal): -15322536 or 5779990. OLE color: 5779990.
HSL color Cylindrical-coordinate representation of color #163258: hue angle of 214.55º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163258 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 50 | 88 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.65 |
| HSL | 214.55º | 0.6% | 0.22% | - |
| HSV(B) | 214.55º | 0.75% | 0.35% | - |
| XYZ | 3.23 | 3.16 | 9.67 | - |
| YUV | 45.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 88 | 0.75 | 0.43 | 0 | 0.65 | 214.55 | 0.6 | 0.22 |
| Hex | 16 | 32 | 58 | 4B | 2B | 0 | 41 | D7 | 3C | 16 |
| Octal | 26 | 62 | 130 | 113 | 53 | 0 | 101 | 327 | 74 | 26 |
| Binary | 10110 | 110010 | 1011000 | 1001011 | 101011 | 0 | 1000001 | 11010111 | 111100 | 10110 |
Color Harmonies of #163258
Complementary color
Monochromatic Colors of #163258
Black with #163258
Text Example
Text Example
White with #163258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163258; }
p { color: rgb(22,50,88); }
H1.HeaderClassName
{
color: #163258;
}
.AnyTagClassName
{
color: #163258;
}
</style>
background-color css
<style>
a { background-color: #163258; }
a { background-color: rgb(22,50,88); }
div.DivClassName
{
background-color: #163258;
}
.BgClassName
{
background-color: #163258;
}
</style>
border-color css
<style>
span { border-color: #163258; }
span { border-color: rgb(22,50,88); }
td.TdClassName
{
border-color: #163258;
}
.TagClassName
{
border-color: #163258;
}
</style>