Shades of Prussian Blue #002A4A
Tints of Prussian Blue #002A4A
RGB
CMYK
RGB Variations
Color information
#002A4A (or 0x002A4A) is known color: Prussian Blue. HEX triplet: 00, 2A and 4A. RGB value is (0,42,74). Sum of RGB (Red+Green+Blue) = 0+42+74=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #002A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A4A is #FFD5B5. Grayscale: #202020. Windows color (decimal): -16766390 or 4860416. OLE color: 4860416.
HSL color Cylindrical-coordinate representation of color #002A4A: hue angle of 205.95º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A4A is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 42 | 74 | - |
| CMYK | 1 | 0.43 | 0 | 0.71 |
| HSL | 205.95º | 1% | 0.15% | - |
| HSV(B) | 205.95º | 1% | 0.29% | - |
| XYZ | 2.06 | 2.15 | 6.78 | - |
| YUV | 33.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 74 | 1 | 0.43 | 0 | 0.71 | 205.95 | 1 | 0.15 |
| Hex | 0 | 2A | 4A | 64 | 2B | 0 | 47 | CE | 64 | F |
| Octal | 0 | 52 | 112 | 144 | 53 | 0 | 107 | 316 | 144 | 17 |
| Binary | 0 | 101010 | 1001010 | 1100100 | 101011 | 0 | 1000111 | 11001110 | 1100100 | 1111 |
Color Harmonies of #002A4A
Complementary color
Monochromatic Colors of #002A4A
Black with #002A4A
Text Example
Text Example
White with #002A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A4A; }
p { color: rgb(0,42,74); }
H1.HeaderClassName
{
color: #002A4A;
}
.AnyTagClassName
{
color: #002A4A;
}
</style>
background-color css
<style>
a { background-color: #002A4A; }
a { background-color: rgb(0,42,74); }
div.DivClassName
{
background-color: #002A4A;
}
.BgClassName
{
background-color: #002A4A;
}
</style>
border-color css
<style>
span { border-color: #002A4A; }
span { border-color: rgb(0,42,74); }
td.TdClassName
{
border-color: #002A4A;
}
.TagClassName
{
border-color: #002A4A;
}
</style>