Shades of Prussian Blue #002A4B
Tints of Prussian Blue #002A4B
RGB
CMYK
RGB Variations
Color information
#002A4B (or 0x002A4B) is known color: Prussian Blue. HEX triplet: 00, 2A and 4B. RGB value is (0,42,75). Sum of RGB (Red+Green+Blue) = 0+42+75=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #002A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A4B is #FFD5B4. Grayscale: #212121. Windows color (decimal): -16766389 or 4925952. OLE color: 4925952.
HSL color Cylindrical-coordinate representation of color #002A4B: hue angle of 206.4º 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 #002A4B is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 42 | 75 | - |
| CMYK | 1 | 0.44 | 0 | 0.71 |
| HSL | 206.4º | 1% | 0.15% | - |
| HSV(B) | 206.4º | 1% | 0.29% | - |
| XYZ | 2.1 | 2.16 | 6.96 | - |
| YUV | 33.2 | 151.59 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 75 | 1 | 0.44 | 0 | 0.71 | 206.4 | 1 | 0.15 |
| Hex | 0 | 2A | 4B | 64 | 2C | 0 | 47 | CE | 64 | F |
| Octal | 0 | 52 | 113 | 144 | 54 | 0 | 107 | 316 | 144 | 17 |
| Binary | 0 | 101010 | 1001011 | 1100100 | 101100 | 0 | 1000111 | 11001110 | 1100100 | 1111 |
Color Harmonies of #002A4B
Complementary color
Monochromatic Colors of #002A4B
Black with #002A4B
Text Example
Text Example
White with #002A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A4B; }
p { color: rgb(0,42,75); }
H1.HeaderClassName
{
color: #002A4B;
}
.AnyTagClassName
{
color: #002A4B;
}
</style>
background-color css
<style>
a { background-color: #002A4B; }
a { background-color: rgb(0,42,75); }
div.DivClassName
{
background-color: #002A4B;
}
.BgClassName
{
background-color: #002A4B;
}
</style>
border-color css
<style>
span { border-color: #002A4B; }
span { border-color: rgb(0,42,75); }
td.TdClassName
{
border-color: #002A4B;
}
.TagClassName
{
border-color: #002A4B;
}
</style>