Shades of Prussian Blue #002A48
Tints of Prussian Blue #002A48
RGB
CMYK
RGB Variations
Color information
#002A48 (or 0x002A48) is known color: Prussian Blue. HEX triplet: 00, 2A and 48. RGB value is (0,42,72). Sum of RGB (Red+Green+Blue) = 0+42+72=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #002A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A48 is #FFD5B7. Grayscale: #202020. Windows color (decimal): -16766392 or 4729344. OLE color: 4729344.
HSL color Cylindrical-coordinate representation of color #002A48: hue angle of 205º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A48 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 42 | 72 | - |
| CMYK | 1 | 0.42 | 0 | 0.72 |
| HSL | 205º | 1% | 0.14% | - |
| HSV(B) | 205º | 1% | 0.28% | - |
| XYZ | 2 | 2.12 | 6.44 | - |
| YUV | 32.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 72 | 1 | 0.42 | 0 | 0.72 | 205 | 1 | 0.14 |
| Hex | 0 | 2A | 48 | 64 | 2A | 0 | 48 | CD | 64 | E |
| Octal | 0 | 52 | 110 | 144 | 52 | 0 | 110 | 315 | 144 | 16 |
| Binary | 0 | 101010 | 1001000 | 1100100 | 101010 | 0 | 1001000 | 11001101 | 1100100 | 1110 |
Color Harmonies of #002A48
Complementary color
Monochromatic Colors of #002A48
Black with #002A48
Text Example
Text Example
White with #002A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A48; }
p { color: rgb(0,42,72); }
H1.HeaderClassName
{
color: #002A48;
}
.AnyTagClassName
{
color: #002A48;
}
</style>
background-color css
<style>
a { background-color: #002A48; }
a { background-color: rgb(0,42,72); }
div.DivClassName
{
background-color: #002A48;
}
.BgClassName
{
background-color: #002A48;
}
</style>
border-color css
<style>
span { border-color: #002A48; }
span { border-color: rgb(0,42,72); }
td.TdClassName
{
border-color: #002A48;
}
.TagClassName
{
border-color: #002A48;
}
</style>