Shades of Prussian Blue #09306B
Tints of Prussian Blue #09306B
RGB
CMYK
RGB Variations
Color information
#09306B (or 0x09306B) is known color: Prussian Blue. HEX triplet: 09, 30 and 6B. RGB value is (9,48,107). Sum of RGB (Red+Green+Blue) = 9+48+107=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #09306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09306B is #F6CF94. Grayscale: #2A2A2A. Windows color (decimal): -16174997 or 7024649. OLE color: 7024649.
HSL color Cylindrical-coordinate representation of color #09306B: hue angle of 216.12º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09306B is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 48 | 107 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.58 |
| HSL | 216.12º | 0.84% | 0.23% | - |
| HSV(B) | 216.12º | 0.92% | 0.42% | - |
| XYZ | 3.82 | 3.23 | 14.33 | - |
| YUV | 43.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 107 | 0.92 | 0.55 | 0 | 0.58 | 216.12 | 0.84 | 0.23 |
| Hex | 9 | 30 | 6B | 5C | 37 | 0 | 3A | D8 | 54 | 17 |
| Octal | 11 | 60 | 153 | 134 | 67 | 0 | 72 | 330 | 124 | 27 |
| Binary | 1001 | 110000 | 1101011 | 1011100 | 110111 | 0 | 111010 | 11011000 | 1010100 | 10111 |
Color Harmonies of #09306B
Complementary color
Monochromatic Colors of #09306B
Black with #09306B
Text Example
Text Example
White with #09306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09306B; }
p { color: rgb(9,48,107); }
H1.HeaderClassName
{
color: #09306B;
}
.AnyTagClassName
{
color: #09306B;
}
</style>
background-color css
<style>
a { background-color: #09306B; }
a { background-color: rgb(9,48,107); }
div.DivClassName
{
background-color: #09306B;
}
.BgClassName
{
background-color: #09306B;
}
</style>
border-color css
<style>
span { border-color: #09306B; }
span { border-color: rgb(9,48,107); }
td.TdClassName
{
border-color: #09306B;
}
.TagClassName
{
border-color: #09306B;
}
</style>