Shades of Prussian Blue #102F57
Tints of Prussian Blue #102F57
RGB
CMYK
RGB Variations
Color information
#102F57 (or 0x102F57) is known color: Prussian Blue. HEX triplet: 10, 2F and 57. RGB value is (16,47,87). Sum of RGB (Red+Green+Blue) = 16+47+87=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #102F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F57 is #EFD0A8. Grayscale: #2A2A2A. Windows color (decimal): -15716521 or 5713680. OLE color: 5713680.
HSL color Cylindrical-coordinate representation of color #102F57: hue angle of 213.8º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102F57 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 47 | 87 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.66 |
| HSL | 213.8º | 0.69% | 0.2% | - |
| HSV(B) | 213.8º | 0.82% | 0.34% | - |
| XYZ | 2.95 | 2.83 | 9.41 | - |
| YUV | 42.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 87 | 0.82 | 0.46 | 0 | 0.66 | 213.8 | 0.69 | 0.2 |
| Hex | 10 | 2F | 57 | 52 | 2E | 0 | 42 | D6 | 45 | 14 |
| Octal | 20 | 57 | 127 | 122 | 56 | 0 | 102 | 326 | 105 | 24 |
| Binary | 10000 | 101111 | 1010111 | 1010010 | 101110 | 0 | 1000010 | 11010110 | 1000101 | 10100 |
Color Harmonies of #102F57
Complementary color
Monochromatic Colors of #102F57
Black with #102F57
Text Example
Text Example
White with #102F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F57; }
p { color: rgb(16,47,87); }
H1.HeaderClassName
{
color: #102F57;
}
.AnyTagClassName
{
color: #102F57;
}
</style>
background-color css
<style>
a { background-color: #102F57; }
a { background-color: rgb(16,47,87); }
div.DivClassName
{
background-color: #102F57;
}
.BgClassName
{
background-color: #102F57;
}
</style>
border-color css
<style>
span { border-color: #102F57; }
span { border-color: rgb(16,47,87); }
td.TdClassName
{
border-color: #102F57;
}
.TagClassName
{
border-color: #102F57;
}
</style>