Shades of Prussian Blue #0B3258
Tints of Prussian Blue #0B3258
RGB
CMYK
RGB Variations
Color information
#0B3258 (or 0x0B3258) is known color: Prussian Blue. HEX triplet: 0B, 32 and 58. RGB value is (11,50,88). Sum of RGB (Red+Green+Blue) = 11+50+88=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B3258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3258 is #F4CDA7. Grayscale: #2A2A2A. Windows color (decimal): -16043432 or 5779979. OLE color: 5779979.
HSL color Cylindrical-coordinate representation of color #0B3258: hue angle of 209.61º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B3258 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 50 | 88 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.65 |
| HSL | 209.61º | 0.78% | 0.19% | - |
| HSV(B) | 209.61º | 0.88% | 0.35% | - |
| XYZ | 3.04 | 3.06 | 9.66 | - |
| YUV | 42.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 88 | 0.88 | 0.43 | 0 | 0.65 | 209.61 | 0.78 | 0.19 |
| Hex | B | 32 | 58 | 58 | 2B | 0 | 41 | D2 | 4E | 13 |
| Octal | 13 | 62 | 130 | 130 | 53 | 0 | 101 | 322 | 116 | 23 |
| Binary | 1011 | 110010 | 1011000 | 1011000 | 101011 | 0 | 1000001 | 11010010 | 1001110 | 10011 |
Color Harmonies of #0B3258
Complementary color
Monochromatic Colors of #0B3258
Black with #0B3258
Text Example
Text Example
White with #0B3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3258; }
p { color: rgb(11,50,88); }
H1.HeaderClassName
{
color: #0B3258;
}
.AnyTagClassName
{
color: #0B3258;
}
</style>
background-color css
<style>
a { background-color: #0B3258; }
a { background-color: rgb(11,50,88); }
div.DivClassName
{
background-color: #0B3258;
}
.BgClassName
{
background-color: #0B3258;
}
</style>
border-color css
<style>
span { border-color: #0B3258; }
span { border-color: rgb(11,50,88); }
td.TdClassName
{
border-color: #0B3258;
}
.TagClassName
{
border-color: #0B3258;
}
</style>