Shades of Regal Blue #16446B
Tints of Regal Blue #16446B
RGB
CMYK
RGB Variations
Color information
#16446B (or 0x16446B) is known color: Regal Blue. HEX triplet: 16, 44 and 6B. RGB value is (22,68,107). Sum of RGB (Red+Green+Blue) = 22+68+107=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #16446B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16446B is #E9BB94. Grayscale: #3A3A3A. Windows color (decimal): -15317909 or 7029782. OLE color: 7029782.
HSL color Cylindrical-coordinate representation of color #16446B: hue angle of 207.53º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16446B is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 68 | 107 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.58 |
| HSL | 207.53º | 0.66% | 0.25% | - |
| HSV(B) | 207.53º | 0.79% | 0.42% | - |
| XYZ | 5.05 | 5.37 | 14.68 | - |
| YUV | 58.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 107 | 0.79 | 0.36 | 0 | 0.58 | 207.53 | 0.66 | 0.25 |
| Hex | 16 | 44 | 6B | 4F | 24 | 0 | 3A | D0 | 42 | 19 |
| Octal | 26 | 104 | 153 | 117 | 44 | 0 | 72 | 320 | 102 | 31 |
| Binary | 10110 | 1000100 | 1101011 | 1001111 | 100100 | 0 | 111010 | 11010000 | 1000010 | 11001 |
Color Harmonies of #16446B
Complementary color
Monochromatic Colors of #16446B
Black with #16446B
Text Example
Text Example
White with #16446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16446B; }
p { color: rgb(22,68,107); }
H1.HeaderClassName
{
color: #16446B;
}
.AnyTagClassName
{
color: #16446B;
}
</style>
background-color css
<style>
a { background-color: #16446B; }
a { background-color: rgb(22,68,107); }
div.DivClassName
{
background-color: #16446B;
}
.BgClassName
{
background-color: #16446B;
}
</style>
border-color css
<style>
span { border-color: #16446B; }
span { border-color: rgb(22,68,107); }
td.TdClassName
{
border-color: #16446B;
}
.TagClassName
{
border-color: #16446B;
}
</style>