Shades of Prussian Blue #05346A
Tints of Prussian Blue #05346A
RGB
CMYK
RGB Variations
Color information
#05346A (or 0x05346A) is known color: Prussian Blue. HEX triplet: 05, 34 and 6A. RGB value is (5,52,106). Sum of RGB (Red+Green+Blue) = 5+52+106=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #05346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05346A is #FACB95. Grayscale: #2B2B2B. Windows color (decimal): -16436118 or 6960133. OLE color: 6960133.
HSL color Cylindrical-coordinate representation of color #05346A: hue angle of 212.08º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05346A is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 52 | 106 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.58 |
| HSL | 212.08º | 0.91% | 0.22% | - |
| HSV(B) | 212.08º | 0.95% | 0.42% | - |
| XYZ | 3.89 | 3.53 | 14.11 | - |
| YUV | 44.1 | 162.93 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 106 | 0.95 | 0.51 | 0 | 0.58 | 212.08 | 0.91 | 0.22 |
| Hex | 5 | 34 | 6A | 5F | 33 | 0 | 3A | D4 | 5B | 16 |
| Octal | 5 | 64 | 152 | 137 | 63 | 0 | 72 | 324 | 133 | 26 |
| Binary | 101 | 110100 | 1101010 | 1011111 | 110011 | 0 | 111010 | 11010100 | 1011011 | 10110 |
Color Harmonies of #05346A
Complementary color
Monochromatic Colors of #05346A
Black with #05346A
Text Example
Text Example
White with #05346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05346A; }
p { color: rgb(5,52,106); }
H1.HeaderClassName
{
color: #05346A;
}
.AnyTagClassName
{
color: #05346A;
}
</style>
background-color css
<style>
a { background-color: #05346A; }
a { background-color: rgb(5,52,106); }
div.DivClassName
{
background-color: #05346A;
}
.BgClassName
{
background-color: #05346A;
}
</style>
border-color css
<style>
span { border-color: #05346A; }
span { border-color: rgb(5,52,106); }
td.TdClassName
{
border-color: #05346A;
}
.TagClassName
{
border-color: #05346A;
}
</style>