Shades of Persian Blue #0B36BB
Tints of Persian Blue #0B36BB
RGB
CMYK
RGB Variations
Color information
#0B36BB (or 0x0B36BB) is known color: Persian Blue. HEX triplet: 0B, 36 and BB. RGB value is (11,54,187). Sum of RGB (Red+Green+Blue) = 11+54+187=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B36BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B36BB is #F4C944. Grayscale: #373737. Windows color (decimal): -16042309 or 12269067. OLE color: 12269067.
HSL color Cylindrical-coordinate representation of color #0B36BB: hue angle of 225.34º 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 #0B36BB is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 54 | 187 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.27 |
| HSL | 225.34º | 0.89% | 0.39% | - |
| HSV(B) | 225.34º | 0.94% | 0.73% | - |
| XYZ | 10.43 | 6.3 | 47.68 | - |
| YUV | 56.31 | 201.75 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 187 | 0.94 | 0.71 | 0 | 0.27 | 225.34 | 0.89 | 0.39 |
| Hex | B | 36 | BB | 5E | 47 | 0 | 1B | E1 | 59 | 27 |
| Octal | 13 | 66 | 273 | 136 | 107 | 0 | 33 | 341 | 131 | 47 |
| Binary | 1011 | 110110 | 10111011 | 1011110 | 1000111 | 0 | 11011 | 11100001 | 1011001 | 100111 |
Color Harmonies of #0B36BB
Complementary color
Monochromatic Colors of #0B36BB
Black with #0B36BB
Text Example
Text Example
White with #0B36BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B36BB; }
p { color: rgb(11,54,187); }
H1.HeaderClassName
{
color: #0B36BB;
}
.AnyTagClassName
{
color: #0B36BB;
}
</style>
background-color css
<style>
a { background-color: #0B36BB; }
a { background-color: rgb(11,54,187); }
div.DivClassName
{
background-color: #0B36BB;
}
.BgClassName
{
background-color: #0B36BB;
}
</style>
border-color css
<style>
span { border-color: #0B36BB; }
span { border-color: rgb(11,54,187); }
td.TdClassName
{
border-color: #0B36BB;
}
.TagClassName
{
border-color: #0B36BB;
}
</style>