Shades of Persian Blue #0B27BA
Tints of Persian Blue #0B27BA
RGB
CMYK
RGB Variations
Color information
#0B27BA (or 0x0B27BA) is known color: Persian Blue. HEX triplet: 0B, 27 and BA. RGB value is (11,39,186). Sum of RGB (Red+Green+Blue) = 11+39+186=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B27BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B27BA is #F4D845. Grayscale: #2E2E2E. Windows color (decimal): -16046150 or 12199691. OLE color: 12199691.
HSL color Cylindrical-coordinate representation of color #0B27BA: hue angle of 230.4º 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 #0B27BA is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 39 | 186 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.27 |
| HSL | 230.4º | 0.89% | 0.39% | - |
| HSV(B) | 230.4º | 0.94% | 0.73% | - |
| XYZ | 9.73 | 5.07 | 46.92 | - |
| YUV | 47.39 | 206.22 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 186 | 0.94 | 0.79 | 0 | 0.27 | 230.4 | 0.89 | 0.39 |
| Hex | B | 27 | BA | 5E | 4F | 0 | 1B | E6 | 59 | 27 |
| Octal | 13 | 47 | 272 | 136 | 117 | 0 | 33 | 346 | 131 | 47 |
| Binary | 1011 | 100111 | 10111010 | 1011110 | 1001111 | 0 | 11011 | 11100110 | 1011001 | 100111 |
Color Harmonies of #0B27BA
Complementary color
Monochromatic Colors of #0B27BA
Black with #0B27BA
Text Example
Text Example
White with #0B27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B27BA; }
p { color: rgb(11,39,186); }
H1.HeaderClassName
{
color: #0B27BA;
}
.AnyTagClassName
{
color: #0B27BA;
}
</style>
background-color css
<style>
a { background-color: #0B27BA; }
a { background-color: rgb(11,39,186); }
div.DivClassName
{
background-color: #0B27BA;
}
.BgClassName
{
background-color: #0B27BA;
}
</style>
border-color css
<style>
span { border-color: #0B27BA; }
span { border-color: rgb(11,39,186); }
td.TdClassName
{
border-color: #0B27BA;
}
.TagClassName
{
border-color: #0B27BA;
}
</style>