Shades of Prussian Blue #00254D
Tints of Prussian Blue #00254D
RGB
CMYK
RGB Variations
Color information
#00254D (or 0x00254D) is known color: Prussian Blue. HEX triplet: 00, 25 and 4D. RGB value is (0,37,77). Sum of RGB (Red+Green+Blue) = 0+37+77=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #00254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00254D is #FFDAB2. Grayscale: #1E1E1E. Windows color (decimal): -16767667 or 5055744. OLE color: 5055744.
HSL color Cylindrical-coordinate representation of color #00254D: hue angle of 211.17º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00254D is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 37 | 77 | - |
| CMYK | 1 | 0.52 | 0 | 0.70 |
| HSL | 211.17º | 1% | 0.15% | - |
| HSV(B) | 211.17º | 1% | 0.3% | - |
| XYZ | 2 | 1.86 | 7.27 | - |
| YUV | 30.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 77 | 1 | 0.52 | 0 | 0.70 | 211.17 | 1 | 0.15 |
| Hex | 0 | 25 | 4D | 64 | 34 | 0 | 46 | D3 | 64 | F |
| Octal | 0 | 45 | 115 | 144 | 64 | 0 | 106 | 323 | 144 | 17 |
| Binary | 0 | 100101 | 1001101 | 1100100 | 110100 | 0 | 1000110 | 11010011 | 1100100 | 1111 |
Color Harmonies of #00254D
Complementary color
Monochromatic Colors of #00254D
Black with #00254D
Text Example
Text Example
White with #00254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00254D; }
p { color: rgb(0,37,77); }
H1.HeaderClassName
{
color: #00254D;
}
.AnyTagClassName
{
color: #00254D;
}
</style>
background-color css
<style>
a { background-color: #00254D; }
a { background-color: rgb(0,37,77); }
div.DivClassName
{
background-color: #00254D;
}
.BgClassName
{
background-color: #00254D;
}
</style>
border-color css
<style>
span { border-color: #00254D; }
span { border-color: rgb(0,37,77); }
td.TdClassName
{
border-color: #00254D;
}
.TagClassName
{
border-color: #00254D;
}
</style>