Shades of Prussian Blue #0B4260
Tints of Prussian Blue #0B4260
RGB
CMYK
RGB Variations
Color information
#0B4260 (or 0x0B4260) is known color: Prussian Blue. HEX triplet: 0B, 42 and 60. RGB value is (11,66,96). Sum of RGB (Red+Green+Blue) = 11+66+96=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B4260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4260 is #F4BD9F. Grayscale: #343434. Windows color (decimal): -16039328 or 6308363. OLE color: 6308363.
HSL color Cylindrical-coordinate representation of color #0B4260: hue angle of 201.18º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4260 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 66 | 96 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.62 |
| HSL | 201.18º | 0.79% | 0.21% | - |
| HSV(B) | 201.18º | 0.89% | 0.38% | - |
| XYZ | 4.2 | 4.81 | 11.77 | - |
| YUV | 52.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 96 | 0.89 | 0.31 | 0 | 0.62 | 201.18 | 0.79 | 0.21 |
| Hex | B | 42 | 60 | 59 | 1F | 0 | 3E | C9 | 4F | 15 |
| Octal | 13 | 102 | 140 | 131 | 37 | 0 | 76 | 311 | 117 | 25 |
| Binary | 1011 | 1000010 | 1100000 | 1011001 | 11111 | 0 | 111110 | 11001001 | 1001111 | 10101 |
Color Harmonies of #0B4260
Complementary color
Monochromatic Colors of #0B4260
Black with #0B4260
Text Example
Text Example
White with #0B4260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4260; }
p { color: rgb(11,66,96); }
H1.HeaderClassName
{
color: #0B4260;
}
.AnyTagClassName
{
color: #0B4260;
}
</style>
background-color css
<style>
a { background-color: #0B4260; }
a { background-color: rgb(11,66,96); }
div.DivClassName
{
background-color: #0B4260;
}
.BgClassName
{
background-color: #0B4260;
}
</style>
border-color css
<style>
span { border-color: #0B4260; }
span { border-color: rgb(11,66,96); }
td.TdClassName
{
border-color: #0B4260;
}
.TagClassName
{
border-color: #0B4260;
}
</style>