Shades of Prussian Blue #00264F
Tints of Prussian Blue #00264F
RGB
CMYK
RGB Variations
Color information
#00264F (or 0x00264F) is known color: Prussian Blue. HEX triplet: 00, 26 and 4F. RGB value is (0,38,79). Sum of RGB (Red+Green+Blue) = 0+38+79=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #00264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00264F is #FFD9B0. Grayscale: #1F1F1F. Windows color (decimal): -16767409 or 5187072. OLE color: 5187072.
HSL color Cylindrical-coordinate representation of color #00264F: hue angle of 211.14º 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 #00264F is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 38 | 79 | - |
| CMYK | 1 | 0.52 | 0 | 0.69 |
| HSL | 211.14º | 1% | 0.15% | - |
| HSV(B) | 211.14º | 1% | 0.31% | - |
| XYZ | 2.1 | 1.95 | 7.66 | - |
| YUV | 31.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 79 | 1 | 0.52 | 0 | 0.69 | 211.14 | 1 | 0.15 |
| Hex | 0 | 26 | 4F | 64 | 34 | 0 | 45 | D3 | 64 | F |
| Octal | 0 | 46 | 117 | 144 | 64 | 0 | 105 | 323 | 144 | 17 |
| Binary | 0 | 100110 | 1001111 | 1100100 | 110100 | 0 | 1000101 | 11010011 | 1100100 | 1111 |
Color Harmonies of #00264F
Complementary color
Monochromatic Colors of #00264F
Black with #00264F
Text Example
Text Example
White with #00264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00264F; }
p { color: rgb(0,38,79); }
H1.HeaderClassName
{
color: #00264F;
}
.AnyTagClassName
{
color: #00264F;
}
</style>
background-color css
<style>
a { background-color: #00264F; }
a { background-color: rgb(0,38,79); }
div.DivClassName
{
background-color: #00264F;
}
.BgClassName
{
background-color: #00264F;
}
</style>
border-color css
<style>
span { border-color: #00264F; }
span { border-color: rgb(0,38,79); }
td.TdClassName
{
border-color: #00264F;
}
.TagClassName
{
border-color: #00264F;
}
</style>