Shades of Prussian Blue #002A61
Tints of Prussian Blue #002A61
RGB
CMYK
RGB Variations
Color information
#002A61 (or 0x002A61) is known color: Prussian Blue. HEX triplet: 00, 2A and 61. RGB value is (0,42,97). Sum of RGB (Red+Green+Blue) = 0+42+97=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #002A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A61 is #FFD59E. Grayscale: #232323. Windows color (decimal): -16766367 or 6367744. OLE color: 6367744.
HSL color Cylindrical-coordinate representation of color #002A61: hue angle of 214.02º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A61 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 42 | 97 | - |
| CMYK | 1 | 0.57 | 0 | 0.62 |
| HSL | 214.02º | 1% | 0.19% | - |
| HSV(B) | 214.02º | 1% | 0.38% | - |
| XYZ | 2.99 | 2.52 | 11.64 | - |
| YUV | 35.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 97 | 1 | 0.57 | 0 | 0.62 | 214.02 | 1 | 0.19 |
| Hex | 0 | 2A | 61 | 64 | 39 | 0 | 3E | D6 | 64 | 13 |
| Octal | 0 | 52 | 141 | 144 | 71 | 0 | 76 | 326 | 144 | 23 |
| Binary | 0 | 101010 | 1100001 | 1100100 | 111001 | 0 | 111110 | 11010110 | 1100100 | 10011 |
Color Harmonies of #002A61
Complementary color
Monochromatic Colors of #002A61
Black with #002A61
Text Example
Text Example
White with #002A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A61; }
p { color: rgb(0,42,97); }
H1.HeaderClassName
{
color: #002A61;
}
.AnyTagClassName
{
color: #002A61;
}
</style>
background-color css
<style>
a { background-color: #002A61; }
a { background-color: rgb(0,42,97); }
div.DivClassName
{
background-color: #002A61;
}
.BgClassName
{
background-color: #002A61;
}
</style>
border-color css
<style>
span { border-color: #002A61; }
span { border-color: rgb(0,42,97); }
td.TdClassName
{
border-color: #002A61;
}
.TagClassName
{
border-color: #002A61;
}
</style>