Shades of Prussian Blue #003059
Tints of Prussian Blue #003059
RGB
CMYK
RGB Variations
Color information
#003059 (or 0x003059) is known color: Prussian Blue. HEX triplet: 00, 30 and 59. RGB value is (0,48,89). Sum of RGB (Red+Green+Blue) = 0+48+89=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #003059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003059 is #FFCFA6. Grayscale: #262626. Windows color (decimal): -16764839 or 5844992. OLE color: 5844992.
HSL color Cylindrical-coordinate representation of color #003059: hue angle of 207.64º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003059 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 48 | 89 | - |
| CMYK | 1 | 0.46 | 0 | 0.65 |
| HSL | 207.64º | 1% | 0.17% | - |
| HSV(B) | 207.64º | 1% | 0.35% | - |
| XYZ | 2.86 | 2.84 | 9.85 | - |
| YUV | 38.32 | 156.6 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 89 | 1 | 0.46 | 0 | 0.65 | 207.64 | 1 | 0.17 |
| Hex | 0 | 30 | 59 | 64 | 2E | 0 | 41 | D0 | 64 | 11 |
| Octal | 0 | 60 | 131 | 144 | 56 | 0 | 101 | 320 | 144 | 21 |
| Binary | 0 | 110000 | 1011001 | 1100100 | 101110 | 0 | 1000001 | 11010000 | 1100100 | 10001 |
Color Harmonies of #003059
Complementary color
Monochromatic Colors of #003059
Black with #003059
Text Example
Text Example
White with #003059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003059; }
p { color: rgb(0,48,89); }
H1.HeaderClassName
{
color: #003059;
}
.AnyTagClassName
{
color: #003059;
}
</style>
background-color css
<style>
a { background-color: #003059; }
a { background-color: rgb(0,48,89); }
div.DivClassName
{
background-color: #003059;
}
.BgClassName
{
background-color: #003059;
}
</style>
border-color css
<style>
span { border-color: #003059; }
span { border-color: rgb(0,48,89); }
td.TdClassName
{
border-color: #003059;
}
.TagClassName
{
border-color: #003059;
}
</style>