Shades of Prussian Blue #0B375B
Tints of Prussian Blue #0B375B
RGB
CMYK
RGB Variations
Color information
#0B375B (or 0x0B375B) is known color: Prussian Blue. HEX triplet: 0B, 37 and 5B. RGB value is (11,55,91). Sum of RGB (Red+Green+Blue) = 11+55+91=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B375B is #F4C8A4. Grayscale: #2D2D2D. Windows color (decimal): -16042149 or 5977867. OLE color: 5977867.
HSL color Cylindrical-coordinate representation of color #0B375B: hue angle of 207º degrees, saturation: 0.78, 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 #0B375B is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 55 | 91 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.64 |
| HSL | 207º | 0.78% | 0.2% | - |
| HSV(B) | 207º | 0.88% | 0.36% | - |
| XYZ | 3.39 | 3.56 | 10.41 | - |
| YUV | 45.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 91 | 0.88 | 0.40 | 0 | 0.64 | 207 | 0.78 | 0.2 |
| Hex | B | 37 | 5B | 58 | 28 | 0 | 40 | CF | 4E | 14 |
| Octal | 13 | 67 | 133 | 130 | 50 | 0 | 100 | 317 | 116 | 24 |
| Binary | 1011 | 110111 | 1011011 | 1011000 | 101000 | 0 | 1000000 | 11001111 | 1001110 | 10100 |
Color Harmonies of #0B375B
Complementary color
Monochromatic Colors of #0B375B
Black with #0B375B
Text Example
Text Example
White with #0B375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B375B; }
p { color: rgb(11,55,91); }
H1.HeaderClassName
{
color: #0B375B;
}
.AnyTagClassName
{
color: #0B375B;
}
</style>
background-color css
<style>
a { background-color: #0B375B; }
a { background-color: rgb(11,55,91); }
div.DivClassName
{
background-color: #0B375B;
}
.BgClassName
{
background-color: #0B375B;
}
</style>
border-color css
<style>
span { border-color: #0B375B; }
span { border-color: rgb(11,55,91); }
td.TdClassName
{
border-color: #0B375B;
}
.TagClassName
{
border-color: #0B375B;
}
</style>