Shades of Prussian Blue #05264D
Tints of Prussian Blue #05264D
RGB
CMYK
RGB Variations
Color information
#05264D (or 0x05264D) is known color: Prussian Blue. HEX triplet: 05, 26 and 4D. RGB value is (5,38,77). Sum of RGB (Red+Green+Blue) = 5+38+77=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #05264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05264D is #FAD9B2. Grayscale: #202020. Windows color (decimal): -16439731 or 5056005. OLE color: 5056005.
HSL color Cylindrical-coordinate representation of color #05264D: hue angle of 212.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05264D is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 38 | 77 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.70 |
| HSL | 212.5º | 0.88% | 0.16% | - |
| HSV(B) | 212.5º | 0.94% | 0.3% | - |
| XYZ | 2.1 | 1.95 | 7.29 | - |
| YUV | 32.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 77 | 0.94 | 0.51 | 0 | 0.70 | 212.5 | 0.88 | 0.16 |
| Hex | 5 | 26 | 4D | 5E | 33 | 0 | 46 | D4 | 58 | 10 |
| Octal | 5 | 46 | 115 | 136 | 63 | 0 | 106 | 324 | 130 | 20 |
| Binary | 101 | 100110 | 1001101 | 1011110 | 110011 | 0 | 1000110 | 11010100 | 1011000 | 10000 |
Color Harmonies of #05264D
Complementary color
Monochromatic Colors of #05264D
Black with #05264D
Text Example
Text Example
White with #05264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05264D; }
p { color: rgb(5,38,77); }
H1.HeaderClassName
{
color: #05264D;
}
.AnyTagClassName
{
color: #05264D;
}
</style>
background-color css
<style>
a { background-color: #05264D; }
a { background-color: rgb(5,38,77); }
div.DivClassName
{
background-color: #05264D;
}
.BgClassName
{
background-color: #05264D;
}
</style>
border-color css
<style>
span { border-color: #05264D; }
span { border-color: rgb(5,38,77); }
td.TdClassName
{
border-color: #05264D;
}
.TagClassName
{
border-color: #05264D;
}
</style>