Shades of Prussian Blue #00254B
Tints of Prussian Blue #00254B
RGB
CMYK
RGB Variations
Color information
#00254B (or 0x00254B) is known color: Prussian Blue. HEX triplet: 00, 25 and 4B. RGB value is (0,37,75). Sum of RGB (Red+Green+Blue) = 0+37+75=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #00254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00254B is #FFDAB4. Grayscale: #1E1E1E. Windows color (decimal): -16767669 or 4924672. OLE color: 4924672.
HSL color Cylindrical-coordinate representation of color #00254B: hue angle of 210.4º 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 #00254B is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 37 | 75 | - |
| CMYK | 1 | 0.51 | 0 | 0.71 |
| HSL | 210.4º | 1% | 0.15% | - |
| HSV(B) | 210.4º | 1% | 0.29% | - |
| XYZ | 1.93 | 1.83 | 6.91 | - |
| YUV | 30.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 75 | 1 | 0.51 | 0 | 0.71 | 210.4 | 1 | 0.15 |
| Hex | 0 | 25 | 4B | 64 | 33 | 0 | 47 | D2 | 64 | F |
| Octal | 0 | 45 | 113 | 144 | 63 | 0 | 107 | 322 | 144 | 17 |
| Binary | 0 | 100101 | 1001011 | 1100100 | 110011 | 0 | 1000111 | 11010010 | 1100100 | 1111 |
Color Harmonies of #00254B
Complementary color
Monochromatic Colors of #00254B
Black with #00254B
Text Example
Text Example
White with #00254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00254B; }
p { color: rgb(0,37,75); }
H1.HeaderClassName
{
color: #00254B;
}
.AnyTagClassName
{
color: #00254B;
}
</style>
background-color css
<style>
a { background-color: #00254B; }
a { background-color: rgb(0,37,75); }
div.DivClassName
{
background-color: #00254B;
}
.BgClassName
{
background-color: #00254B;
}
</style>
border-color css
<style>
span { border-color: #00254B; }
span { border-color: rgb(0,37,75); }
td.TdClassName
{
border-color: #00254B;
}
.TagClassName
{
border-color: #00254B;
}
</style>