Shades of Prussian Blue #10385F
Tints of Prussian Blue #10385F
RGB
CMYK
RGB Variations
Color information
#10385F (or 0x10385F) is known color: Prussian Blue. HEX triplet: 10, 38 and 5F. RGB value is (16,56,95). Sum of RGB (Red+Green+Blue) = 16+56+95=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #10385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10385F is #EFC7A0. Grayscale: #303030. Windows color (decimal): -15714209 or 6240272. OLE color: 6240272.
HSL color Cylindrical-coordinate representation of color #10385F: hue angle of 209.62º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10385F is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 56 | 95 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.63 |
| HSL | 209.62º | 0.71% | 0.22% | - |
| HSV(B) | 209.62º | 0.83% | 0.37% | - |
| XYZ | 3.69 | 3.76 | 11.36 | - |
| YUV | 48.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 95 | 0.83 | 0.41 | 0 | 0.63 | 209.62 | 0.71 | 0.22 |
| Hex | 10 | 38 | 5F | 53 | 29 | 0 | 3F | D2 | 47 | 16 |
| Octal | 20 | 70 | 137 | 123 | 51 | 0 | 77 | 322 | 107 | 26 |
| Binary | 10000 | 111000 | 1011111 | 1010011 | 101001 | 0 | 111111 | 11010010 | 1000111 | 10110 |
Color Harmonies of #10385F
Complementary color
Monochromatic Colors of #10385F
Black with #10385F
Text Example
Text Example
White with #10385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10385F; }
p { color: rgb(16,56,95); }
H1.HeaderClassName
{
color: #10385F;
}
.AnyTagClassName
{
color: #10385F;
}
</style>
background-color css
<style>
a { background-color: #10385F; }
a { background-color: rgb(16,56,95); }
div.DivClassName
{
background-color: #10385F;
}
.BgClassName
{
background-color: #10385F;
}
</style>
border-color css
<style>
span { border-color: #10385F; }
span { border-color: rgb(16,56,95); }
td.TdClassName
{
border-color: #10385F;
}
.TagClassName
{
border-color: #10385F;
}
</style>