Shades of Prussian Blue #093769
Tints of Prussian Blue #093769
RGB
CMYK
RGB Variations
Color information
#093769 (or 0x093769) is known color: Prussian Blue. HEX triplet: 09, 37 and 69. RGB value is (9,55,105). Sum of RGB (Red+Green+Blue) = 9+55+105=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #093769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093769 is #F6C896. Grayscale: #2E2E2E. Windows color (decimal): -16173207 or 6895369. OLE color: 6895369.
HSL color Cylindrical-coordinate representation of color #093769: hue angle of 211.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093769 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 55 | 105 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.59 |
| HSL | 211.25º | 0.84% | 0.22% | - |
| HSV(B) | 211.25º | 0.91% | 0.41% | - |
| XYZ | 4.03 | 3.81 | 13.89 | - |
| YUV | 46.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 105 | 0.91 | 0.48 | 0 | 0.59 | 211.25 | 0.84 | 0.22 |
| Hex | 9 | 37 | 69 | 5B | 30 | 0 | 3B | D3 | 54 | 16 |
| Octal | 11 | 67 | 151 | 133 | 60 | 0 | 73 | 323 | 124 | 26 |
| Binary | 1001 | 110111 | 1101001 | 1011011 | 110000 | 0 | 111011 | 11010011 | 1010100 | 10110 |
Color Harmonies of #093769
Complementary color
Monochromatic Colors of #093769
Black with #093769
Text Example
Text Example
White with #093769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093769; }
p { color: rgb(9,55,105); }
H1.HeaderClassName
{
color: #093769;
}
.AnyTagClassName
{
color: #093769;
}
</style>
background-color css
<style>
a { background-color: #093769; }
a { background-color: rgb(9,55,105); }
div.DivClassName
{
background-color: #093769;
}
.BgClassName
{
background-color: #093769;
}
</style>
border-color css
<style>
span { border-color: #093769; }
span { border-color: rgb(9,55,105); }
td.TdClassName
{
border-color: #093769;
}
.TagClassName
{
border-color: #093769;
}
</style>