Shades of Prussian Blue #09365C
Tints of Prussian Blue #09365C
RGB
CMYK
RGB Variations
Color information
#09365C (or 0x09365C) is known color: Prussian Blue. HEX triplet: 09, 36 and 5C. RGB value is (9,54,92). Sum of RGB (Red+Green+Blue) = 9+54+92=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #09365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09365C is #F6C9A3. Grayscale: #2C2C2C. Windows color (decimal): -16173476 or 6043145. OLE color: 6043145.
HSL color Cylindrical-coordinate representation of color #09365C: hue angle of 207.47º 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 #09365C is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 54 | 92 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.64 |
| HSL | 207.47º | 0.82% | 0.2% | - |
| HSV(B) | 207.47º | 0.9% | 0.36% | - |
| XYZ | 3.36 | 3.47 | 10.62 | - |
| YUV | 44.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 92 | 0.90 | 0.41 | 0 | 0.64 | 207.47 | 0.82 | 0.2 |
| Hex | 9 | 36 | 5C | 5A | 29 | 0 | 40 | CF | 52 | 14 |
| Octal | 11 | 66 | 134 | 132 | 51 | 0 | 100 | 317 | 122 | 24 |
| Binary | 1001 | 110110 | 1011100 | 1011010 | 101001 | 0 | 1000000 | 11001111 | 1010010 | 10100 |
Color Harmonies of #09365C
Complementary color
Monochromatic Colors of #09365C
Black with #09365C
Text Example
Text Example
White with #09365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09365C; }
p { color: rgb(9,54,92); }
H1.HeaderClassName
{
color: #09365C;
}
.AnyTagClassName
{
color: #09365C;
}
</style>
background-color css
<style>
a { background-color: #09365C; }
a { background-color: rgb(9,54,92); }
div.DivClassName
{
background-color: #09365C;
}
.BgClassName
{
background-color: #09365C;
}
</style>
border-color css
<style>
span { border-color: #09365C; }
span { border-color: rgb(9,54,92); }
td.TdClassName
{
border-color: #09365C;
}
.TagClassName
{
border-color: #09365C;
}
</style>