Shades of Prussian Blue #0B3453
Tints of Prussian Blue #0B3453
RGB
CMYK
RGB Variations
Color information
#0B3453 (or 0x0B3453) is known color: Prussian Blue. HEX triplet: 0B, 34 and 53. RGB value is (11,52,83). Sum of RGB (Red+Green+Blue) = 11+52+83=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #0B3453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3453 is #F4CBAC. Grayscale: #2B2B2B. Windows color (decimal): -16042925 or 5452811. OLE color: 5452811.
HSL color Cylindrical-coordinate representation of color #0B3453: hue angle of 205.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B3453 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 52 | 83 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.67 |
| HSL | 205.83º | 0.77% | 0.18% | - |
| HSV(B) | 205.83º | 0.87% | 0.33% | - |
| XYZ | 2.93 | 3.15 | 8.64 | - |
| YUV | 43.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 83 | 0.87 | 0.37 | 0 | 0.67 | 205.83 | 0.77 | 0.18 |
| Hex | B | 34 | 53 | 57 | 25 | 0 | 43 | CE | 4D | 12 |
| Octal | 13 | 64 | 123 | 127 | 45 | 0 | 103 | 316 | 115 | 22 |
| Binary | 1011 | 110100 | 1010011 | 1010111 | 100101 | 0 | 1000011 | 11001110 | 1001101 | 10010 |
Color Harmonies of #0B3453
Complementary color
Monochromatic Colors of #0B3453
Black with #0B3453
Text Example
Text Example
White with #0B3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3453; }
p { color: rgb(11,52,83); }
H1.HeaderClassName
{
color: #0B3453;
}
.AnyTagClassName
{
color: #0B3453;
}
</style>
background-color css
<style>
a { background-color: #0B3453; }
a { background-color: rgb(11,52,83); }
div.DivClassName
{
background-color: #0B3453;
}
.BgClassName
{
background-color: #0B3453;
}
</style>
border-color css
<style>
span { border-color: #0B3453; }
span { border-color: rgb(11,52,83); }
td.TdClassName
{
border-color: #0B3453;
}
.TagClassName
{
border-color: #0B3453;
}
</style>