Shades of Persian Blue #0B28BB
Tints of Persian Blue #0B28BB
RGB
CMYK
RGB Variations
Color information
#0B28BB (or 0x0B28BB) is known color: Persian Blue. HEX triplet: 0B, 28 and BB. RGB value is (11,40,187). Sum of RGB (Red+Green+Blue) = 11+40+187=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B28BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B28BB is #F4D744. Grayscale: #2F2F2F. Windows color (decimal): -16045893 or 12265483. OLE color: 12265483.
HSL color Cylindrical-coordinate representation of color #0B28BB: hue angle of 230.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B28BB is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 40 | 187 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.27 |
| HSL | 230.11º | 0.89% | 0.39% | - |
| HSV(B) | 230.11º | 0.94% | 0.73% | - |
| XYZ | 9.87 | 5.18 | 47.49 | - |
| YUV | 48.09 | 206.39 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 187 | 0.94 | 0.79 | 0 | 0.27 | 230.11 | 0.89 | 0.39 |
| Hex | B | 28 | BB | 5E | 4F | 0 | 1B | E6 | 59 | 27 |
| Octal | 13 | 50 | 273 | 136 | 117 | 0 | 33 | 346 | 131 | 47 |
| Binary | 1011 | 101000 | 10111011 | 1011110 | 1001111 | 0 | 11011 | 11100110 | 1011001 | 100111 |
Color Harmonies of #0B28BB
Complementary color
Monochromatic Colors of #0B28BB
Black with #0B28BB
Text Example
Text Example
White with #0B28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B28BB; }
p { color: rgb(11,40,187); }
H1.HeaderClassName
{
color: #0B28BB;
}
.AnyTagClassName
{
color: #0B28BB;
}
</style>
background-color css
<style>
a { background-color: #0B28BB; }
a { background-color: rgb(11,40,187); }
div.DivClassName
{
background-color: #0B28BB;
}
.BgClassName
{
background-color: #0B28BB;
}
</style>
border-color css
<style>
span { border-color: #0B28BB; }
span { border-color: rgb(11,40,187); }
td.TdClassName
{
border-color: #0B28BB;
}
.TagClassName
{
border-color: #0B28BB;
}
</style>