Shades of Persian Blue #0B32BB
Tints of Persian Blue #0B32BB
RGB
CMYK
RGB Variations
Color information
#0B32BB (or 0x0B32BB) is known color: Persian Blue. HEX triplet: 0B, 32 and BB. RGB value is (11,50,187). Sum of RGB (Red+Green+Blue) = 11+50+187=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B32BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B32BB is #F4CD44. Grayscale: #353535. Windows color (decimal): -16043333 or 12268043. OLE color: 12268043.
HSL color Cylindrical-coordinate representation of color #0B32BB: hue angle of 226.7º 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 #0B32BB is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 50 | 187 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.27 |
| HSL | 226.7º | 0.89% | 0.39% | - |
| HSV(B) | 226.7º | 0.94% | 0.73% | - |
| XYZ | 10.25 | 5.94 | 47.62 | - |
| YUV | 53.96 | 203.08 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 187 | 0.94 | 0.73 | 0 | 0.27 | 226.7 | 0.89 | 0.39 |
| Hex | B | 32 | BB | 5E | 49 | 0 | 1B | E3 | 59 | 27 |
| Octal | 13 | 62 | 273 | 136 | 111 | 0 | 33 | 343 | 131 | 47 |
| Binary | 1011 | 110010 | 10111011 | 1011110 | 1001001 | 0 | 11011 | 11100011 | 1011001 | 100111 |
Color Harmonies of #0B32BB
Complementary color
Monochromatic Colors of #0B32BB
Black with #0B32BB
Text Example
Text Example
White with #0B32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B32BB; }
p { color: rgb(11,50,187); }
H1.HeaderClassName
{
color: #0B32BB;
}
.AnyTagClassName
{
color: #0B32BB;
}
</style>
background-color css
<style>
a { background-color: #0B32BB; }
a { background-color: rgb(11,50,187); }
div.DivClassName
{
background-color: #0B32BB;
}
.BgClassName
{
background-color: #0B32BB;
}
</style>
border-color css
<style>
span { border-color: #0B32BB; }
span { border-color: rgb(11,50,187); }
td.TdClassName
{
border-color: #0B32BB;
}
.TagClassName
{
border-color: #0B32BB;
}
</style>