Shades of Prussian Blue #05306D
Tints of Prussian Blue #05306D
RGB
CMYK
RGB Variations
Color information
#05306D (or 0x05306D) is known color: Prussian Blue. HEX triplet: 05, 30 and 6D. RGB value is (5,48,109). Sum of RGB (Red+Green+Blue) = 5+48+109=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #05306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05306D is #FACF92. Grayscale: #292929. Windows color (decimal): -16437139 or 7155717. OLE color: 7155717.
HSL color Cylindrical-coordinate representation of color #05306D: hue angle of 215.19º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05306D is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 48 | 109 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.57 |
| HSL | 215.19º | 0.91% | 0.22% | - |
| HSV(B) | 215.19º | 0.95% | 0.43% | - |
| XYZ | 3.88 | 3.25 | 14.89 | - |
| YUV | 42.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 109 | 0.95 | 0.56 | 0 | 0.57 | 215.19 | 0.91 | 0.22 |
| Hex | 5 | 30 | 6D | 5F | 38 | 0 | 39 | D7 | 5B | 16 |
| Octal | 5 | 60 | 155 | 137 | 70 | 0 | 71 | 327 | 133 | 26 |
| Binary | 101 | 110000 | 1101101 | 1011111 | 111000 | 0 | 111001 | 11010111 | 1011011 | 10110 |
Color Harmonies of #05306D
Complementary color
Monochromatic Colors of #05306D
Black with #05306D
Text Example
Text Example
White with #05306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05306D; }
p { color: rgb(5,48,109); }
H1.HeaderClassName
{
color: #05306D;
}
.AnyTagClassName
{
color: #05306D;
}
</style>
background-color css
<style>
a { background-color: #05306D; }
a { background-color: rgb(5,48,109); }
div.DivClassName
{
background-color: #05306D;
}
.BgClassName
{
background-color: #05306D;
}
</style>
border-color css
<style>
span { border-color: #05306D; }
span { border-color: rgb(5,48,109); }
td.TdClassName
{
border-color: #05306D;
}
.TagClassName
{
border-color: #05306D;
}
</style>