Shades of Prussian Blue #0B3474
Tints of Prussian Blue #0B3474
RGB
CMYK
RGB Variations
Color information
#0B3474 (or 0x0B3474) is known color: Prussian Blue. HEX triplet: 0B, 34 and 74. RGB value is (11,52,116). Sum of RGB (Red+Green+Blue) = 11+52+116=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B3474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3474 is #F4CB8B. Grayscale: #2E2E2E. Windows color (decimal): -16042892 or 7615499. OLE color: 7615499.
HSL color Cylindrical-coordinate representation of color #0B3474: hue angle of 216.57º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3474 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 52 | 116 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.55 |
| HSL | 216.57º | 0.83% | 0.25% | - |
| HSV(B) | 216.57º | 0.91% | 0.45% | - |
| XYZ | 4.52 | 3.79 | 17.02 | - |
| YUV | 47.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 116 | 0.91 | 0.55 | 0 | 0.55 | 216.57 | 0.83 | 0.25 |
| Hex | B | 34 | 74 | 5B | 37 | 0 | 37 | D9 | 53 | 19 |
| Octal | 13 | 64 | 164 | 133 | 67 | 0 | 67 | 331 | 123 | 31 |
| Binary | 1011 | 110100 | 1110100 | 1011011 | 110111 | 0 | 110111 | 11011001 | 1010011 | 11001 |
Color Harmonies of #0B3474
Complementary color
Monochromatic Colors of #0B3474
Black with #0B3474
Text Example
Text Example
White with #0B3474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3474; }
p { color: rgb(11,52,116); }
H1.HeaderClassName
{
color: #0B3474;
}
.AnyTagClassName
{
color: #0B3474;
}
</style>
background-color css
<style>
a { background-color: #0B3474; }
a { background-color: rgb(11,52,116); }
div.DivClassName
{
background-color: #0B3474;
}
.BgClassName
{
background-color: #0B3474;
}
</style>
border-color css
<style>
span { border-color: #0B3474; }
span { border-color: rgb(11,52,116); }
td.TdClassName
{
border-color: #0B3474;
}
.TagClassName
{
border-color: #0B3474;
}
</style>