Shades of Prussian Blue #09305B
Tints of Prussian Blue #09305B
RGB
CMYK
RGB Variations
Color information
#09305B (or 0x09305B) is known color: Prussian Blue. HEX triplet: 09, 30 and 5B. RGB value is (9,48,91). Sum of RGB (Red+Green+Blue) = 9+48+91=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #09305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09305B is #F6CFA4. Grayscale: #292929. Windows color (decimal): -16175013 or 5976073. OLE color: 5976073.
HSL color Cylindrical-coordinate representation of color #09305B: hue angle of 211.46º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09305B is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 48 | 91 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.64 |
| HSL | 211.46º | 0.82% | 0.2% | - |
| HSV(B) | 211.46º | 0.9% | 0.36% | - |
| XYZ | 3.06 | 2.93 | 10.3 | - |
| YUV | 41.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 91 | 0.90 | 0.47 | 0 | 0.64 | 211.46 | 0.82 | 0.2 |
| Hex | 9 | 30 | 5B | 5A | 2F | 0 | 40 | D3 | 52 | 14 |
| Octal | 11 | 60 | 133 | 132 | 57 | 0 | 100 | 323 | 122 | 24 |
| Binary | 1001 | 110000 | 1011011 | 1011010 | 101111 | 0 | 1000000 | 11010011 | 1010010 | 10100 |
Color Harmonies of #09305B
Complementary color
Monochromatic Colors of #09305B
Black with #09305B
Text Example
Text Example
White with #09305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09305B; }
p { color: rgb(9,48,91); }
H1.HeaderClassName
{
color: #09305B;
}
.AnyTagClassName
{
color: #09305B;
}
</style>
background-color css
<style>
a { background-color: #09305B; }
a { background-color: rgb(9,48,91); }
div.DivClassName
{
background-color: #09305B;
}
.BgClassName
{
background-color: #09305B;
}
</style>
border-color css
<style>
span { border-color: #09305B; }
span { border-color: rgb(9,48,91); }
td.TdClassName
{
border-color: #09305B;
}
.TagClassName
{
border-color: #09305B;
}
</style>