Shades of Prussian Blue #00295B
Tints of Prussian Blue #00295B
RGB
CMYK
RGB Variations
Color information
#00295B (or 0x00295B) is known color: Prussian Blue. HEX triplet: 00, 29 and 5B. RGB value is (0,41,91). Sum of RGB (Red+Green+Blue) = 0+41+91=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #00295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00295B is #FFD6A4. Grayscale: #222222. Windows color (decimal): -16766629 or 5974272. OLE color: 5974272.
HSL color Cylindrical-coordinate representation of color #00295B: hue angle of 212.97º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00295B is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 41 | 91 | - |
| CMYK | 1 | 0.55 | 0 | 0.64 |
| HSL | 212.97º | 1% | 0.18% | - |
| HSV(B) | 212.97º | 1% | 0.36% | - |
| XYZ | 2.68 | 2.34 | 10.21 | - |
| YUV | 34.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 91 | 1 | 0.55 | 0 | 0.64 | 212.97 | 1 | 0.18 |
| Hex | 0 | 29 | 5B | 64 | 37 | 0 | 40 | D5 | 64 | 12 |
| Octal | 0 | 51 | 133 | 144 | 67 | 0 | 100 | 325 | 144 | 22 |
| Binary | 0 | 101001 | 1011011 | 1100100 | 110111 | 0 | 1000000 | 11010101 | 1100100 | 10010 |
Color Harmonies of #00295B
Complementary color
Monochromatic Colors of #00295B
Black with #00295B
Text Example
Text Example
White with #00295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00295B; }
p { color: rgb(0,41,91); }
H1.HeaderClassName
{
color: #00295B;
}
.AnyTagClassName
{
color: #00295B;
}
</style>
background-color css
<style>
a { background-color: #00295B; }
a { background-color: rgb(0,41,91); }
div.DivClassName
{
background-color: #00295B;
}
.BgClassName
{
background-color: #00295B;
}
</style>
border-color css
<style>
span { border-color: #00295B; }
span { border-color: rgb(0,41,91); }
td.TdClassName
{
border-color: #00295B;
}
.TagClassName
{
border-color: #00295B;
}
</style>