Shades of Prussian Blue #0B305D
Tints of Prussian Blue #0B305D
RGB
CMYK
RGB Variations
Color information
#0B305D (or 0x0B305D) is known color: Prussian Blue. HEX triplet: 0B, 30 and 5D. RGB value is (11,48,93). Sum of RGB (Red+Green+Blue) = 11+48+93=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B305D is #F4CFA2. Grayscale: #292929. Windows color (decimal): -16043939 or 6107147. OLE color: 6107147.
HSL color Cylindrical-coordinate representation of color #0B305D: hue angle of 212.93º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B305D is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 48 | 93 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.64 |
| HSL | 212.93º | 0.79% | 0.2% | - |
| HSV(B) | 212.93º | 0.88% | 0.36% | - |
| XYZ | 3.17 | 2.98 | 10.76 | - |
| YUV | 42.07 | 156.74 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 93 | 0.88 | 0.48 | 0 | 0.64 | 212.93 | 0.79 | 0.2 |
| Hex | B | 30 | 5D | 58 | 30 | 0 | 40 | D5 | 4F | 14 |
| Octal | 13 | 60 | 135 | 130 | 60 | 0 | 100 | 325 | 117 | 24 |
| Binary | 1011 | 110000 | 1011101 | 1011000 | 110000 | 0 | 1000000 | 11010101 | 1001111 | 10100 |
Color Harmonies of #0B305D
Complementary color
Monochromatic Colors of #0B305D
Black with #0B305D
Text Example
Text Example
White with #0B305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B305D; }
p { color: rgb(11,48,93); }
H1.HeaderClassName
{
color: #0B305D;
}
.AnyTagClassName
{
color: #0B305D;
}
</style>
background-color css
<style>
a { background-color: #0B305D; }
a { background-color: rgb(11,48,93); }
div.DivClassName
{
background-color: #0B305D;
}
.BgClassName
{
background-color: #0B305D;
}
</style>
border-color css
<style>
span { border-color: #0B305D; }
span { border-color: rgb(11,48,93); }
td.TdClassName
{
border-color: #0B305D;
}
.TagClassName
{
border-color: #0B305D;
}
</style>