Shades of Prussian Blue #05264C
Tints of Prussian Blue #05264C
RGB
CMYK
RGB Variations
Color information
#05264C (or 0x05264C) is known color: Prussian Blue. HEX triplet: 05, 26 and 4C. RGB value is (5,38,76). Sum of RGB (Red+Green+Blue) = 5+38+76=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #05264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05264C is #FAD9B3. Grayscale: #202020. Windows color (decimal): -16439732 or 4990469. OLE color: 4990469.
HSL color Cylindrical-coordinate representation of color #05264C: hue angle of 212.11º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05264C is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 38 | 76 | - |
| CMYK | 0.93 | 0.5 | 0 | 0.70 |
| HSL | 212.11º | 0.88% | 0.16% | - |
| HSV(B) | 212.11º | 0.93% | 0.3% | - |
| XYZ | 2.06 | 1.94 | 7.1 | - |
| YUV | 32.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 76 | 0.93 | 0.5 | 0 | 0.70 | 212.11 | 0.88 | 0.16 |
| Hex | 5 | 26 | 4C | 5D | 32 | 0 | 46 | D4 | 58 | 10 |
| Octal | 5 | 46 | 114 | 135 | 62 | 0 | 106 | 324 | 130 | 20 |
| Binary | 101 | 100110 | 1001100 | 1011101 | 110010 | 0 | 1000110 | 11010100 | 1011000 | 10000 |
Color Harmonies of #05264C
Complementary color
Monochromatic Colors of #05264C
Black with #05264C
Text Example
Text Example
White with #05264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05264C; }
p { color: rgb(5,38,76); }
H1.HeaderClassName
{
color: #05264C;
}
.AnyTagClassName
{
color: #05264C;
}
</style>
background-color css
<style>
a { background-color: #05264C; }
a { background-color: rgb(5,38,76); }
div.DivClassName
{
background-color: #05264C;
}
.BgClassName
{
background-color: #05264C;
}
</style>
border-color css
<style>
span { border-color: #05264C; }
span { border-color: rgb(5,38,76); }
td.TdClassName
{
border-color: #05264C;
}
.TagClassName
{
border-color: #05264C;
}
</style>