Shades of Prussian Blue #09305E
Tints of Prussian Blue #09305E
RGB
CMYK
RGB Variations
Color information
#09305E (or 0x09305E) is known color: Prussian Blue. HEX triplet: 09, 30 and 5E. RGB value is (9,48,94). Sum of RGB (Red+Green+Blue) = 9+48+94=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #09305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09305E is #F6CFA1. Grayscale: #292929. Windows color (decimal): -16175010 or 6172681. OLE color: 6172681.
HSL color Cylindrical-coordinate representation of color #09305E: hue angle of 212.47º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09305E is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 48 | 94 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.63 |
| HSL | 212.47º | 0.83% | 0.2% | - |
| HSV(B) | 212.47º | 0.9% | 0.37% | - |
| XYZ | 3.19 | 2.98 | 11 | - |
| YUV | 41.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 94 | 0.90 | 0.49 | 0 | 0.63 | 212.47 | 0.83 | 0.2 |
| Hex | 9 | 30 | 5E | 5A | 31 | 0 | 3F | D4 | 53 | 14 |
| Octal | 11 | 60 | 136 | 132 | 61 | 0 | 77 | 324 | 123 | 24 |
| Binary | 1001 | 110000 | 1011110 | 1011010 | 110001 | 0 | 111111 | 11010100 | 1010011 | 10100 |
Color Harmonies of #09305E
Complementary color
Monochromatic Colors of #09305E
Black with #09305E
Text Example
Text Example
White with #09305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09305E; }
p { color: rgb(9,48,94); }
H1.HeaderClassName
{
color: #09305E;
}
.AnyTagClassName
{
color: #09305E;
}
</style>
background-color css
<style>
a { background-color: #09305E; }
a { background-color: rgb(9,48,94); }
div.DivClassName
{
background-color: #09305E;
}
.BgClassName
{
background-color: #09305E;
}
</style>
border-color css
<style>
span { border-color: #09305E; }
span { border-color: rgb(9,48,94); }
td.TdClassName
{
border-color: #09305E;
}
.TagClassName
{
border-color: #09305E;
}
</style>