Shades of Persian Blue #0B24BB
Tints of Persian Blue #0B24BB
RGB
CMYK
RGB Variations
Color information
#0B24BB (or 0x0B24BB) is known color: Persian Blue. HEX triplet: 0B, 24 and BB. RGB value is (11,36,187). Sum of RGB (Red+Green+Blue) = 11+36+187=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B24BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B24BB is #F4DB44. Grayscale: #2D2D2D. Windows color (decimal): -16046917 or 12264459. OLE color: 12264459.
HSL color Cylindrical-coordinate representation of color #0B24BB: hue angle of 231.48º 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 #0B24BB is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 36 | 187 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.27 |
| HSL | 231.48º | 0.89% | 0.39% | - |
| HSV(B) | 231.48º | 0.94% | 0.73% | - |
| XYZ | 9.74 | 4.92 | 47.45 | - |
| YUV | 45.74 | 207.72 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 187 | 0.94 | 0.81 | 0 | 0.27 | 231.48 | 0.89 | 0.39 |
| Hex | B | 24 | BB | 5E | 51 | 0 | 1B | E7 | 59 | 27 |
| Octal | 13 | 44 | 273 | 136 | 121 | 0 | 33 | 347 | 131 | 47 |
| Binary | 1011 | 100100 | 10111011 | 1011110 | 1010001 | 0 | 11011 | 11100111 | 1011001 | 100111 |
Color Harmonies of #0B24BB
Complementary color
Monochromatic Colors of #0B24BB
Black with #0B24BB
Text Example
Text Example
White with #0B24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B24BB; }
p { color: rgb(11,36,187); }
H1.HeaderClassName
{
color: #0B24BB;
}
.AnyTagClassName
{
color: #0B24BB;
}
</style>
background-color css
<style>
a { background-color: #0B24BB; }
a { background-color: rgb(11,36,187); }
div.DivClassName
{
background-color: #0B24BB;
}
.BgClassName
{
background-color: #0B24BB;
}
</style>
border-color css
<style>
span { border-color: #0B24BB; }
span { border-color: rgb(11,36,187); }
td.TdClassName
{
border-color: #0B24BB;
}
.TagClassName
{
border-color: #0B24BB;
}
</style>