Shades of Regal Blue #163F5F
Tints of Regal Blue #163F5F
RGB
CMYK
RGB Variations
Color information
#163F5F (or 0x163F5F) is known color: Regal Blue. HEX triplet: 16, 3F and 5F. RGB value is (22,63,95). Sum of RGB (Red+Green+Blue) = 22+63+95=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #163F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F5F is #E9C0A0. Grayscale: #363636. Windows color (decimal): -15319201 or 6242070. OLE color: 6242070.
HSL color Cylindrical-coordinate representation of color #163F5F: hue angle of 206.3º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163F5F is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 63 | 95 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.63 |
| HSL | 206.3º | 0.62% | 0.23% | - |
| HSV(B) | 206.3º | 0.77% | 0.37% | - |
| XYZ | 4.17 | 4.55 | 11.49 | - |
| YUV | 54.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 95 | 0.77 | 0.34 | 0 | 0.63 | 206.3 | 0.62 | 0.23 |
| Hex | 16 | 3F | 5F | 4D | 22 | 0 | 3F | CE | 3E | 17 |
| Octal | 26 | 77 | 137 | 115 | 42 | 0 | 77 | 316 | 76 | 27 |
| Binary | 10110 | 111111 | 1011111 | 1001101 | 100010 | 0 | 111111 | 11001110 | 111110 | 10111 |
Color Harmonies of #163F5F
Complementary color
Monochromatic Colors of #163F5F
Black with #163F5F
Text Example
Text Example
White with #163F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F5F; }
p { color: rgb(22,63,95); }
H1.HeaderClassName
{
color: #163F5F;
}
.AnyTagClassName
{
color: #163F5F;
}
</style>
background-color css
<style>
a { background-color: #163F5F; }
a { background-color: rgb(22,63,95); }
div.DivClassName
{
background-color: #163F5F;
}
.BgClassName
{
background-color: #163F5F;
}
</style>
border-color css
<style>
span { border-color: #163F5F; }
span { border-color: rgb(22,63,95); }
td.TdClassName
{
border-color: #163F5F;
}
.TagClassName
{
border-color: #163F5F;
}
</style>