Shades of Prussian Blue #0B375C
Tints of Prussian Blue #0B375C
RGB
CMYK
RGB Variations
Color information
#0B375C (or 0x0B375C) is known color: Prussian Blue. HEX triplet: 0B, 37 and 5C. RGB value is (11,55,92). Sum of RGB (Red+Green+Blue) = 11+55+92=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B375C is #F4C8A3. Grayscale: #2D2D2D. Windows color (decimal): -16042148 or 6043403. OLE color: 6043403.
HSL color Cylindrical-coordinate representation of color #0B375C: hue angle of 207.41º 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 #0B375C is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 55 | 92 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.64 |
| HSL | 207.41º | 0.79% | 0.2% | - |
| HSV(B) | 207.41º | 0.88% | 0.36% | - |
| XYZ | 3.44 | 3.58 | 10.63 | - |
| YUV | 46.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 92 | 0.88 | 0.40 | 0 | 0.64 | 207.41 | 0.79 | 0.2 |
| Hex | B | 37 | 5C | 58 | 28 | 0 | 40 | CF | 4F | 14 |
| Octal | 13 | 67 | 134 | 130 | 50 | 0 | 100 | 317 | 117 | 24 |
| Binary | 1011 | 110111 | 1011100 | 1011000 | 101000 | 0 | 1000000 | 11001111 | 1001111 | 10100 |
Color Harmonies of #0B375C
Complementary color
Monochromatic Colors of #0B375C
Black with #0B375C
Text Example
Text Example
White with #0B375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B375C; }
p { color: rgb(11,55,92); }
H1.HeaderClassName
{
color: #0B375C;
}
.AnyTagClassName
{
color: #0B375C;
}
</style>
background-color css
<style>
a { background-color: #0B375C; }
a { background-color: rgb(11,55,92); }
div.DivClassName
{
background-color: #0B375C;
}
.BgClassName
{
background-color: #0B375C;
}
</style>
border-color css
<style>
span { border-color: #0B375C; }
span { border-color: rgb(11,55,92); }
td.TdClassName
{
border-color: #0B375C;
}
.TagClassName
{
border-color: #0B375C;
}
</style>