Shades of Prussian Blue #093C68
Tints of Prussian Blue #093C68
RGB
CMYK
RGB Variations
Color information
#093C68 (or 0x093C68) is known color: Prussian Blue. HEX triplet: 09, 3C and 68. RGB value is (9,60,104). Sum of RGB (Red+Green+Blue) = 9+60+104=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #093C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C68 is #F6C397. Grayscale: #313131. Windows color (decimal): -16171928 or 6831113. OLE color: 6831113.
HSL color Cylindrical-coordinate representation of color #093C68: hue angle of 207.79º 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 #093C68 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 60 | 104 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.59 |
| HSL | 207.79º | 0.84% | 0.22% | - |
| HSV(B) | 207.79º | 0.91% | 0.41% | - |
| XYZ | 4.23 | 4.29 | 13.7 | - |
| YUV | 49.77 | 158.6 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 104 | 0.91 | 0.42 | 0 | 0.59 | 207.79 | 0.84 | 0.22 |
| Hex | 9 | 3C | 68 | 5B | 2A | 0 | 3B | D0 | 54 | 16 |
| Octal | 11 | 74 | 150 | 133 | 52 | 0 | 73 | 320 | 124 | 26 |
| Binary | 1001 | 111100 | 1101000 | 1011011 | 101010 | 0 | 111011 | 11010000 | 1010100 | 10110 |
Color Harmonies of #093C68
Complementary color
Monochromatic Colors of #093C68
Black with #093C68
Text Example
Text Example
White with #093C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C68; }
p { color: rgb(9,60,104); }
H1.HeaderClassName
{
color: #093C68;
}
.AnyTagClassName
{
color: #093C68;
}
</style>
background-color css
<style>
a { background-color: #093C68; }
a { background-color: rgb(9,60,104); }
div.DivClassName
{
background-color: #093C68;
}
.BgClassName
{
background-color: #093C68;
}
</style>
border-color css
<style>
span { border-color: #093C68; }
span { border-color: rgb(9,60,104); }
td.TdClassName
{
border-color: #093C68;
}
.TagClassName
{
border-color: #093C68;
}
</style>