Shades of Persian Blue #0B40BB
Tints of Persian Blue #0B40BB
RGB
CMYK
RGB Variations
Color information
#0B40BB (or 0x0B40BB) is known color: Persian Blue. HEX triplet: 0B, 40 and BB. RGB value is (11,64,187). Sum of RGB (Red+Green+Blue) = 11+64+187=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B40BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B40BB is #F4BF44. Grayscale: #3D3D3D. Windows color (decimal): -16039749 or 12271627. OLE color: 12271627.
HSL color Cylindrical-coordinate representation of color #0B40BB: hue angle of 221.93º 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 #0B40BB is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 64 | 187 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.27 |
| HSL | 221.93º | 0.89% | 0.39% | - |
| HSV(B) | 221.93º | 0.94% | 0.73% | - |
| XYZ | 10.94 | 7.33 | 47.85 | - |
| YUV | 62.18 | 198.44 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 187 | 0.94 | 0.66 | 0 | 0.27 | 221.93 | 0.89 | 0.39 |
| Hex | B | 40 | BB | 5E | 42 | 0 | 1B | DE | 59 | 27 |
| Octal | 13 | 100 | 273 | 136 | 102 | 0 | 33 | 336 | 131 | 47 |
| Binary | 1011 | 1000000 | 10111011 | 1011110 | 1000010 | 0 | 11011 | 11011110 | 1011001 | 100111 |
Color Harmonies of #0B40BB
Complementary color
Monochromatic Colors of #0B40BB
Black with #0B40BB
Text Example
Text Example
White with #0B40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B40BB; }
p { color: rgb(11,64,187); }
H1.HeaderClassName
{
color: #0B40BB;
}
.AnyTagClassName
{
color: #0B40BB;
}
</style>
background-color css
<style>
a { background-color: #0B40BB; }
a { background-color: rgb(11,64,187); }
div.DivClassName
{
background-color: #0B40BB;
}
.BgClassName
{
background-color: #0B40BB;
}
</style>
border-color css
<style>
span { border-color: #0B40BB; }
span { border-color: rgb(11,64,187); }
td.TdClassName
{
border-color: #0B40BB;
}
.TagClassName
{
border-color: #0B40BB;
}
</style>