Shades of Persian Blue #0B2DB9
Tints of Persian Blue #0B2DB9
RGB
CMYK
RGB Variations
Color information
#0B2DB9 (or 0x0B2DB9) is known color: Persian Blue. HEX triplet: 0B, 2D and B9. RGB value is (11,45,185). Sum of RGB (Red+Green+Blue) = 11+45+185=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 185 (72.66% from 255 or 76.76% from 241); Max value from RGB is 185 - color contains mainly: blue. Hex color #0B2DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2DB9 is #F4D246. Grayscale: #323232. Windows color (decimal): -16044615 or 12135691. OLE color: 12135691.
HSL color Cylindrical-coordinate representation of color #0B2DB9: hue angle of 228.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B2DB9 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 45 | 185 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.27 |
| HSL | 228.28º | 0.89% | 0.38% | - |
| HSV(B) | 228.28º | 0.94% | 0.73% | - |
| XYZ | 9.83 | 5.45 | 46.43 | - |
| YUV | 50.79 | 203.74 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 45 | 185 | 0.94 | 0.76 | 0 | 0.27 | 228.28 | 0.89 | 0.38 |
| Hex | B | 2D | B9 | 5E | 4C | 0 | 1B | E4 | 59 | 26 |
| Octal | 13 | 55 | 271 | 136 | 114 | 0 | 33 | 344 | 131 | 46 |
| Binary | 1011 | 101101 | 10111001 | 1011110 | 1001100 | 0 | 11011 | 11100100 | 1011001 | 100110 |
Color Harmonies of #0B2DB9
Complementary color
Monochromatic Colors of #0B2DB9
Black with #0B2DB9
Text Example
Text Example
White with #0B2DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2DB9; }
p { color: rgb(11,45,185); }
H1.HeaderClassName
{
color: #0B2DB9;
}
.AnyTagClassName
{
color: #0B2DB9;
}
</style>
background-color css
<style>
a { background-color: #0B2DB9; }
a { background-color: rgb(11,45,185); }
div.DivClassName
{
background-color: #0B2DB9;
}
.BgClassName
{
background-color: #0B2DB9;
}
</style>
border-color css
<style>
span { border-color: #0B2DB9; }
span { border-color: rgb(11,45,185); }
td.TdClassName
{
border-color: #0B2DB9;
}
.TagClassName
{
border-color: #0B2DB9;
}
</style>