Shades of Regal Blue #16405C
Tints of Regal Blue #16405C
RGB
CMYK
RGB Variations
Color information
#16405C (or 0x16405C) is known color: Regal Blue. HEX triplet: 16, 40 and 5C. RGB value is (22,64,92). Sum of RGB (Red+Green+Blue) = 22+64+92=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #16405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16405C is #E9BFA3. Grayscale: #363636. Windows color (decimal): -15318948 or 6045718. OLE color: 6045718.
HSL color Cylindrical-coordinate representation of color #16405C: hue angle of 204º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16405C is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 64 | 92 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.64 |
| HSL | 204º | 0.61% | 0.22% | - |
| HSV(B) | 204º | 0.76% | 0.36% | - |
| XYZ | 4.1 | 4.61 | 10.8 | - |
| YUV | 54.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 92 | 0.76 | 0.30 | 0 | 0.64 | 204 | 0.61 | 0.22 |
| Hex | 16 | 40 | 5C | 4C | 1E | 0 | 40 | CC | 3D | 16 |
| Octal | 26 | 100 | 134 | 114 | 36 | 0 | 100 | 314 | 75 | 26 |
| Binary | 10110 | 1000000 | 1011100 | 1001100 | 11110 | 0 | 1000000 | 11001100 | 111101 | 10110 |
Color Harmonies of #16405C
Complementary color
Monochromatic Colors of #16405C
Black with #16405C
Text Example
Text Example
White with #16405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16405C; }
p { color: rgb(22,64,92); }
H1.HeaderClassName
{
color: #16405C;
}
.AnyTagClassName
{
color: #16405C;
}
</style>
background-color css
<style>
a { background-color: #16405C; }
a { background-color: rgb(22,64,92); }
div.DivClassName
{
background-color: #16405C;
}
.BgClassName
{
background-color: #16405C;
}
</style>
border-color css
<style>
span { border-color: #16405C; }
span { border-color: rgb(22,64,92); }
td.TdClassName
{
border-color: #16405C;
}
.TagClassName
{
border-color: #16405C;
}
</style>