Shades of Prussian Blue #00264E
Tints of Prussian Blue #00264E
RGB
CMYK
RGB Variations
Color information
#00264E (or 0x00264E) is known color: Prussian Blue. HEX triplet: 00, 26 and 4E. RGB value is (0,38,78). Sum of RGB (Red+Green+Blue) = 0+38+78=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #00264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00264E is #FFD9B1. Grayscale: #1F1F1F. Windows color (decimal): -16767410 or 5121536. OLE color: 5121536.
HSL color Cylindrical-coordinate representation of color #00264E: hue angle of 210.77º 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 #00264E is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 38 | 78 | - |
| CMYK | 1 | 0.51 | 0 | 0.69 |
| HSL | 210.77º | 1% | 0.15% | - |
| HSV(B) | 210.77º | 1% | 0.31% | - |
| XYZ | 2.07 | 1.94 | 7.47 | - |
| YUV | 31.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 78 | 1 | 0.51 | 0 | 0.69 | 210.77 | 1 | 0.15 |
| Hex | 0 | 26 | 4E | 64 | 33 | 0 | 45 | D3 | 64 | F |
| Octal | 0 | 46 | 116 | 144 | 63 | 0 | 105 | 323 | 144 | 17 |
| Binary | 0 | 100110 | 1001110 | 1100100 | 110011 | 0 | 1000101 | 11010011 | 1100100 | 1111 |
Color Harmonies of #00264E
Complementary color
Monochromatic Colors of #00264E
Black with #00264E
Text Example
Text Example
White with #00264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00264E; }
p { color: rgb(0,38,78); }
H1.HeaderClassName
{
color: #00264E;
}
.AnyTagClassName
{
color: #00264E;
}
</style>
background-color css
<style>
a { background-color: #00264E; }
a { background-color: rgb(0,38,78); }
div.DivClassName
{
background-color: #00264E;
}
.BgClassName
{
background-color: #00264E;
}
</style>
border-color css
<style>
span { border-color: #00264E; }
span { border-color: rgb(0,38,78); }
td.TdClassName
{
border-color: #00264E;
}
.TagClassName
{
border-color: #00264E;
}
</style>