Shades of Prussian Blue #163A6D
Tints of Prussian Blue #163A6D
RGB
CMYK
RGB Variations
Color information
#163A6D (or 0x163A6D) is known color: Prussian Blue. HEX triplet: 16, 3A and 6D. RGB value is (22,58,109). Sum of RGB (Red+Green+Blue) = 22+58+109=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #163A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A6D is #E9C592. Grayscale: #343434. Windows color (decimal): -15320467 or 7158294. OLE color: 7158294.
HSL color Cylindrical-coordinate representation of color #163A6D: hue angle of 215.17º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #163A6D is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 58 | 109 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.57 |
| HSL | 215.17º | 0.66% | 0.26% | - |
| HSV(B) | 215.17º | 0.8% | 0.43% | - |
| XYZ | 4.6 | 4.3 | 15.06 | - |
| YUV | 53.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 109 | 0.80 | 0.47 | 0 | 0.57 | 215.17 | 0.66 | 0.26 |
| Hex | 16 | 3A | 6D | 50 | 2F | 0 | 39 | D7 | 42 | 1A |
| Octal | 26 | 72 | 155 | 120 | 57 | 0 | 71 | 327 | 102 | 32 |
| Binary | 10110 | 111010 | 1101101 | 1010000 | 101111 | 0 | 111001 | 11010111 | 1000010 | 11010 |
Color Harmonies of #163A6D
Complementary color
Monochromatic Colors of #163A6D
Black with #163A6D
Text Example
Text Example
White with #163A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A6D; }
p { color: rgb(22,58,109); }
H1.HeaderClassName
{
color: #163A6D;
}
.AnyTagClassName
{
color: #163A6D;
}
</style>
background-color css
<style>
a { background-color: #163A6D; }
a { background-color: rgb(22,58,109); }
div.DivClassName
{
background-color: #163A6D;
}
.BgClassName
{
background-color: #163A6D;
}
</style>
border-color css
<style>
span { border-color: #163A6D; }
span { border-color: rgb(22,58,109); }
td.TdClassName
{
border-color: #163A6D;
}
.TagClassName
{
border-color: #163A6D;
}
</style>