Shades of Prussian Blue #09375A
Tints of Prussian Blue #09375A
RGB
CMYK
RGB Variations
Color information
#09375A (or 0x09375A) is known color: Prussian Blue. HEX triplet: 09, 37 and 5A. RGB value is (9,55,90). Sum of RGB (Red+Green+Blue) = 9+55+90=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #09375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09375A is #F6C8A5. Grayscale: #2D2D2D. Windows color (decimal): -16173222 or 5912329. OLE color: 5912329.
HSL color Cylindrical-coordinate representation of color #09375A: hue angle of 205.93º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09375A is Cyan = 0.9, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 55 | 90 | - |
| CMYK | 0.9 | 0.39 | 0 | 0.65 |
| HSL | 205.93º | 0.82% | 0.19% | - |
| HSV(B) | 205.93º | 0.9% | 0.35% | - |
| XYZ | 3.32 | 3.53 | 10.18 | - |
| YUV | 45.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 90 | 0.9 | 0.39 | 0 | 0.65 | 205.93 | 0.82 | 0.19 |
| Hex | 9 | 37 | 5A | 5A | 27 | 0 | 41 | CE | 52 | 13 |
| Octal | 11 | 67 | 132 | 132 | 47 | 0 | 101 | 316 | 122 | 23 |
| Binary | 1001 | 110111 | 1011010 | 1011010 | 100111 | 0 | 1000001 | 11001110 | 1010010 | 10011 |
Color Harmonies of #09375A
Complementary color
Monochromatic Colors of #09375A
Black with #09375A
Text Example
Text Example
White with #09375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09375A; }
p { color: rgb(9,55,90); }
H1.HeaderClassName
{
color: #09375A;
}
.AnyTagClassName
{
color: #09375A;
}
</style>
background-color css
<style>
a { background-color: #09375A; }
a { background-color: rgb(9,55,90); }
div.DivClassName
{
background-color: #09375A;
}
.BgClassName
{
background-color: #09375A;
}
</style>
border-color css
<style>
span { border-color: #09375A; }
span { border-color: rgb(9,55,90); }
td.TdClassName
{
border-color: #09375A;
}
.TagClassName
{
border-color: #09375A;
}
</style>