Shades of Prussian Blue #10315D
Tints of Prussian Blue #10315D
RGB
CMYK
RGB Variations
Color information
#10315D (or 0x10315D) is known color: Prussian Blue. HEX triplet: 10, 31 and 5D. RGB value is (16,49,93). Sum of RGB (Red+Green+Blue) = 16+49+93=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #10315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10315D is #EFCEA2. Grayscale: #2B2B2B. Windows color (decimal): -15716003 or 6107408. OLE color: 6107408.
HSL color Cylindrical-coordinate representation of color #10315D: hue angle of 214.29º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10315D is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 49 | 93 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.64 |
| HSL | 214.29º | 0.71% | 0.21% | - |
| HSV(B) | 214.29º | 0.83% | 0.36% | - |
| XYZ | 3.29 | 3.1 | 10.78 | - |
| YUV | 44.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 93 | 0.83 | 0.47 | 0 | 0.64 | 214.29 | 0.71 | 0.21 |
| Hex | 10 | 31 | 5D | 53 | 2F | 0 | 40 | D6 | 47 | 15 |
| Octal | 20 | 61 | 135 | 123 | 57 | 0 | 100 | 326 | 107 | 25 |
| Binary | 10000 | 110001 | 1011101 | 1010011 | 101111 | 0 | 1000000 | 11010110 | 1000111 | 10101 |
Color Harmonies of #10315D
Complementary color
Monochromatic Colors of #10315D
Black with #10315D
Text Example
Text Example
White with #10315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10315D; }
p { color: rgb(16,49,93); }
H1.HeaderClassName
{
color: #10315D;
}
.AnyTagClassName
{
color: #10315D;
}
</style>
background-color css
<style>
a { background-color: #10315D; }
a { background-color: rgb(16,49,93); }
div.DivClassName
{
background-color: #10315D;
}
.BgClassName
{
background-color: #10315D;
}
</style>
border-color css
<style>
span { border-color: #10315D; }
span { border-color: rgb(16,49,93); }
td.TdClassName
{
border-color: #10315D;
}
.TagClassName
{
border-color: #10315D;
}
</style>