Shades of Prussian Blue #10335D
Tints of Prussian Blue #10335D
RGB
CMYK
RGB Variations
Color information
#10335D (or 0x10335D) is known color: Prussian Blue. HEX triplet: 10, 33 and 5D. RGB value is (16,51,93). Sum of RGB (Red+Green+Blue) = 16+51+93=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #10335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10335D is #EFCCA2. Grayscale: #2D2D2D. Windows color (decimal): -15715491 or 6107920. OLE color: 6107920.
HSL color Cylindrical-coordinate representation of color #10335D: hue angle of 212.73º 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 #10335D is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 51 | 93 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.64 |
| HSL | 212.73º | 0.71% | 0.21% | - |
| HSV(B) | 212.73º | 0.83% | 0.36% | - |
| XYZ | 3.37 | 3.27 | 10.81 | - |
| YUV | 45.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 93 | 0.83 | 0.45 | 0 | 0.64 | 212.73 | 0.71 | 0.21 |
| Hex | 10 | 33 | 5D | 53 | 2D | 0 | 40 | D5 | 47 | 15 |
| Octal | 20 | 63 | 135 | 123 | 55 | 0 | 100 | 325 | 107 | 25 |
| Binary | 10000 | 110011 | 1011101 | 1010011 | 101101 | 0 | 1000000 | 11010101 | 1000111 | 10101 |
Color Harmonies of #10335D
Complementary color
Monochromatic Colors of #10335D
Black with #10335D
Text Example
Text Example
White with #10335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10335D; }
p { color: rgb(16,51,93); }
H1.HeaderClassName
{
color: #10335D;
}
.AnyTagClassName
{
color: #10335D;
}
</style>
background-color css
<style>
a { background-color: #10335D; }
a { background-color: rgb(16,51,93); }
div.DivClassName
{
background-color: #10335D;
}
.BgClassName
{
background-color: #10335D;
}
</style>
border-color css
<style>
span { border-color: #10335D; }
span { border-color: rgb(16,51,93); }
td.TdClassName
{
border-color: #10335D;
}
.TagClassName
{
border-color: #10335D;
}
</style>