Shades of Prussian Blue #002A5D
Tints of Prussian Blue #002A5D
RGB
CMYK
RGB Variations
Color information
#002A5D (or 0x002A5D) is known color: Prussian Blue. HEX triplet: 00, 2A and 5D. RGB value is (0,42,93). Sum of RGB (Red+Green+Blue) = 0+42+93=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #002A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A5D is #FFD5A2. Grayscale: #232323. Windows color (decimal): -16766371 or 6105600. OLE color: 6105600.
HSL color Cylindrical-coordinate representation of color #002A5D: hue angle of 212.9º 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 #002A5D is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 42 | 93 | - |
| CMYK | 1 | 0.55 | 0 | 0.64 |
| HSL | 212.9º | 1% | 0.18% | - |
| HSV(B) | 212.9º | 1% | 0.36% | - |
| XYZ | 2.8 | 2.45 | 10.68 | - |
| YUV | 35.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 93 | 1 | 0.55 | 0 | 0.64 | 212.9 | 1 | 0.18 |
| Hex | 0 | 2A | 5D | 64 | 37 | 0 | 40 | D5 | 64 | 12 |
| Octal | 0 | 52 | 135 | 144 | 67 | 0 | 100 | 325 | 144 | 22 |
| Binary | 0 | 101010 | 1011101 | 1100100 | 110111 | 0 | 1000000 | 11010101 | 1100100 | 10010 |
Color Harmonies of #002A5D
Complementary color
Monochromatic Colors of #002A5D
Black with #002A5D
Text Example
Text Example
White with #002A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A5D; }
p { color: rgb(0,42,93); }
H1.HeaderClassName
{
color: #002A5D;
}
.AnyTagClassName
{
color: #002A5D;
}
</style>
background-color css
<style>
a { background-color: #002A5D; }
a { background-color: rgb(0,42,93); }
div.DivClassName
{
background-color: #002A5D;
}
.BgClassName
{
background-color: #002A5D;
}
</style>
border-color css
<style>
span { border-color: #002A5D; }
span { border-color: rgb(0,42,93); }
td.TdClassName
{
border-color: #002A5D;
}
.TagClassName
{
border-color: #002A5D;
}
</style>