Shades of Prussian Blue #00264D
Tints of Prussian Blue #00264D
RGB
CMYK
RGB Variations
Color information
#00264D (or 0x00264D) is known color: Prussian Blue. HEX triplet: 00, 26 and 4D. RGB value is (0,38,77). Sum of RGB (Red+Green+Blue) = 0+38+77=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #00264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00264D is #FFD9B2. Grayscale: #1E1E1E. Windows color (decimal): -16767411 or 5056000. OLE color: 5056000.
HSL color Cylindrical-coordinate representation of color #00264D: hue angle of 210.39º 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 #00264D is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 38 | 77 | - |
| CMYK | 1 | 0.51 | 0 | 0.70 |
| HSL | 210.39º | 1% | 0.15% | - |
| HSV(B) | 210.39º | 1% | 0.3% | - |
| XYZ | 2.03 | 1.92 | 7.29 | - |
| YUV | 31.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 77 | 1 | 0.51 | 0 | 0.70 | 210.39 | 1 | 0.15 |
| Hex | 0 | 26 | 4D | 64 | 33 | 0 | 46 | D2 | 64 | F |
| Octal | 0 | 46 | 115 | 144 | 63 | 0 | 106 | 322 | 144 | 17 |
| Binary | 0 | 100110 | 1001101 | 1100100 | 110011 | 0 | 1000110 | 11010010 | 1100100 | 1111 |
Color Harmonies of #00264D
Complementary color
Monochromatic Colors of #00264D
Black with #00264D
Text Example
Text Example
White with #00264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00264D; }
p { color: rgb(0,38,77); }
H1.HeaderClassName
{
color: #00264D;
}
.AnyTagClassName
{
color: #00264D;
}
</style>
background-color css
<style>
a { background-color: #00264D; }
a { background-color: rgb(0,38,77); }
div.DivClassName
{
background-color: #00264D;
}
.BgClassName
{
background-color: #00264D;
}
</style>
border-color css
<style>
span { border-color: #00264D; }
span { border-color: rgb(0,38,77); }
td.TdClassName
{
border-color: #00264D;
}
.TagClassName
{
border-color: #00264D;
}
</style>