Shades of Prussian Blue #00254E
Tints of Prussian Blue #00254E
RGB
CMYK
RGB Variations
Color information
#00254E (or 0x00254E) is known color: Prussian Blue. HEX triplet: 00, 25 and 4E. RGB value is (0,37,78). Sum of RGB (Red+Green+Blue) = 0+37+78=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #00254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00254E is #FFDAB1. Grayscale: #1E1E1E. Windows color (decimal): -16767666 or 5121280. OLE color: 5121280.
HSL color Cylindrical-coordinate representation of color #00254E: hue angle of 211.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00254E is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 37 | 78 | - |
| CMYK | 1 | 0.53 | 0 | 0.69 |
| HSL | 211.54º | 1% | 0.15% | - |
| HSV(B) | 211.54º | 1% | 0.31% | - |
| XYZ | 2.04 | 1.87 | 7.46 | - |
| YUV | 30.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 78 | 1 | 0.53 | 0 | 0.69 | 211.54 | 1 | 0.15 |
| Hex | 0 | 25 | 4E | 64 | 35 | 0 | 45 | D4 | 64 | F |
| Octal | 0 | 45 | 116 | 144 | 65 | 0 | 105 | 324 | 144 | 17 |
| Binary | 0 | 100101 | 1001110 | 1100100 | 110101 | 0 | 1000101 | 11010100 | 1100100 | 1111 |
Color Harmonies of #00254E
Complementary color
Monochromatic Colors of #00254E
Black with #00254E
Text Example
Text Example
White with #00254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00254E; }
p { color: rgb(0,37,78); }
H1.HeaderClassName
{
color: #00254E;
}
.AnyTagClassName
{
color: #00254E;
}
</style>
background-color css
<style>
a { background-color: #00254E; }
a { background-color: rgb(0,37,78); }
div.DivClassName
{
background-color: #00254E;
}
.BgClassName
{
background-color: #00254E;
}
</style>
border-color css
<style>
span { border-color: #00254E; }
span { border-color: rgb(0,37,78); }
td.TdClassName
{
border-color: #00254E;
}
.TagClassName
{
border-color: #00254E;
}
</style>