Shades of Prussian Blue #002D5D
Tints of Prussian Blue #002D5D
RGB
CMYK
RGB Variations
Color information
#002D5D (or 0x002D5D) is known color: Prussian Blue. HEX triplet: 00, 2D and 5D. RGB value is (0,45,93). Sum of RGB (Red+Green+Blue) = 0+45+93=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #002D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D5D is #FFD2A2. Grayscale: #242424. Windows color (decimal): -16765603 or 6106368. OLE color: 6106368.
HSL color Cylindrical-coordinate representation of color #002D5D: hue angle of 210.97º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D5D is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 45 | 93 | - |
| CMYK | 1 | 0.52 | 0 | 0.64 |
| HSL | 210.97º | 1% | 0.18% | - |
| HSV(B) | 210.97º | 1% | 0.36% | - |
| XYZ | 2.91 | 2.67 | 10.72 | - |
| YUV | 37.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 93 | 1 | 0.52 | 0 | 0.64 | 210.97 | 1 | 0.18 |
| Hex | 0 | 2D | 5D | 64 | 34 | 0 | 40 | D3 | 64 | 12 |
| Octal | 0 | 55 | 135 | 144 | 64 | 0 | 100 | 323 | 144 | 22 |
| Binary | 0 | 101101 | 1011101 | 1100100 | 110100 | 0 | 1000000 | 11010011 | 1100100 | 10010 |
Color Harmonies of #002D5D
Complementary color
Monochromatic Colors of #002D5D
Black with #002D5D
Text Example
Text Example
White with #002D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D5D; }
p { color: rgb(0,45,93); }
H1.HeaderClassName
{
color: #002D5D;
}
.AnyTagClassName
{
color: #002D5D;
}
</style>
background-color css
<style>
a { background-color: #002D5D; }
a { background-color: rgb(0,45,93); }
div.DivClassName
{
background-color: #002D5D;
}
.BgClassName
{
background-color: #002D5D;
}
</style>
border-color css
<style>
span { border-color: #002D5D; }
span { border-color: rgb(0,45,93); }
td.TdClassName
{
border-color: #002D5D;
}
.TagClassName
{
border-color: #002D5D;
}
</style>