Shades of Prussian Blue #05345C
Tints of Prussian Blue #05345C
RGB
CMYK
RGB Variations
Color information
#05345C (or 0x05345C) is known color: Prussian Blue. HEX triplet: 05, 34 and 5C. RGB value is (5,52,92). Sum of RGB (Red+Green+Blue) = 5+52+92=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #05345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05345C is #FACBA3. Grayscale: #2A2A2A. Windows color (decimal): -16436132 or 6042629. OLE color: 6042629.
HSL color Cylindrical-coordinate representation of color #05345C: hue angle of 207.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05345C is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 52 | 92 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.64 |
| HSL | 207.59º | 0.9% | 0.19% | - |
| HSV(B) | 207.59º | 0.95% | 0.36% | - |
| XYZ | 3.22 | 3.26 | 10.58 | - |
| YUV | 42.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 92 | 0.95 | 0.43 | 0 | 0.64 | 207.59 | 0.9 | 0.19 |
| Hex | 5 | 34 | 5C | 5F | 2B | 0 | 40 | D0 | 5A | 13 |
| Octal | 5 | 64 | 134 | 137 | 53 | 0 | 100 | 320 | 132 | 23 |
| Binary | 101 | 110100 | 1011100 | 1011111 | 101011 | 0 | 1000000 | 11010000 | 1011010 | 10011 |
Color Harmonies of #05345C
Complementary color
Monochromatic Colors of #05345C
Black with #05345C
Text Example
Text Example
White with #05345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05345C; }
p { color: rgb(5,52,92); }
H1.HeaderClassName
{
color: #05345C;
}
.AnyTagClassName
{
color: #05345C;
}
</style>
background-color css
<style>
a { background-color: #05345C; }
a { background-color: rgb(5,52,92); }
div.DivClassName
{
background-color: #05345C;
}
.BgClassName
{
background-color: #05345C;
}
</style>
border-color css
<style>
span { border-color: #05345C; }
span { border-color: rgb(5,52,92); }
td.TdClassName
{
border-color: #05345C;
}
.TagClassName
{
border-color: #05345C;
}
</style>