Shades of Prussian Blue #10315C
Tints of Prussian Blue #10315C
RGB
CMYK
RGB Variations
Color information
#10315C (or 0x10315C) is known color: Prussian Blue. HEX triplet: 10, 31 and 5C. RGB value is (16,49,92). Sum of RGB (Red+Green+Blue) = 16+49+92=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #10315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10315C is #EFCEA3. Grayscale: #2B2B2B. Windows color (decimal): -15716004 or 6041872. OLE color: 6041872.
HSL color Cylindrical-coordinate representation of color #10315C: hue angle of 213.95º degrees, saturation: 0.7, 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 #10315C is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 49 | 92 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.64 |
| HSL | 213.95º | 0.7% | 0.21% | - |
| HSV(B) | 213.95º | 0.83% | 0.36% | - |
| XYZ | 3.24 | 3.08 | 10.55 | - |
| YUV | 44.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 92 | 0.83 | 0.47 | 0 | 0.64 | 213.95 | 0.7 | 0.21 |
| Hex | 10 | 31 | 5C | 53 | 2F | 0 | 40 | D6 | 46 | 15 |
| Octal | 20 | 61 | 134 | 123 | 57 | 0 | 100 | 326 | 106 | 25 |
| Binary | 10000 | 110001 | 1011100 | 1010011 | 101111 | 0 | 1000000 | 11010110 | 1000110 | 10101 |
Color Harmonies of #10315C
Complementary color
Monochromatic Colors of #10315C
Black with #10315C
Text Example
Text Example
White with #10315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10315C; }
p { color: rgb(16,49,92); }
H1.HeaderClassName
{
color: #10315C;
}
.AnyTagClassName
{
color: #10315C;
}
</style>
background-color css
<style>
a { background-color: #10315C; }
a { background-color: rgb(16,49,92); }
div.DivClassName
{
background-color: #10315C;
}
.BgClassName
{
background-color: #10315C;
}
</style>
border-color css
<style>
span { border-color: #10315C; }
span { border-color: rgb(16,49,92); }
td.TdClassName
{
border-color: #10315C;
}
.TagClassName
{
border-color: #10315C;
}
</style>