Shades of Prussian Blue #00294A
Tints of Prussian Blue #00294A
RGB
CMYK
RGB Variations
Color information
#00294A (or 0x00294A) is known color: Prussian Blue. HEX triplet: 00, 29 and 4A. RGB value is (0,41,74). Sum of RGB (Red+Green+Blue) = 0+41+74=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #00294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00294A is #FFD6B5. Grayscale: #202020. Windows color (decimal): -16766646 or 4860160. OLE color: 4860160.
HSL color Cylindrical-coordinate representation of color #00294A: hue angle of 206.76º 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 #00294A is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 41 | 74 | - |
| CMYK | 1 | 0.45 | 0 | 0.71 |
| HSL | 206.76º | 1% | 0.15% | - |
| HSV(B) | 206.76º | 1% | 0.29% | - |
| XYZ | 2.03 | 2.08 | 6.77 | - |
| YUV | 32.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 74 | 1 | 0.45 | 0 | 0.71 | 206.76 | 1 | 0.15 |
| Hex | 0 | 29 | 4A | 64 | 2D | 0 | 47 | CF | 64 | F |
| Octal | 0 | 51 | 112 | 144 | 55 | 0 | 107 | 317 | 144 | 17 |
| Binary | 0 | 101001 | 1001010 | 1100100 | 101101 | 0 | 1000111 | 11001111 | 1100100 | 1111 |
Color Harmonies of #00294A
Complementary color
Monochromatic Colors of #00294A
Black with #00294A
Text Example
Text Example
White with #00294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00294A; }
p { color: rgb(0,41,74); }
H1.HeaderClassName
{
color: #00294A;
}
.AnyTagClassName
{
color: #00294A;
}
</style>
background-color css
<style>
a { background-color: #00294A; }
a { background-color: rgb(0,41,74); }
div.DivClassName
{
background-color: #00294A;
}
.BgClassName
{
background-color: #00294A;
}
</style>
border-color css
<style>
span { border-color: #00294A; }
span { border-color: rgb(0,41,74); }
td.TdClassName
{
border-color: #00294A;
}
.TagClassName
{
border-color: #00294A;
}
</style>