Shades of Persian Blue #0B27BD
Tints of Persian Blue #0B27BD
RGB
CMYK
RGB Variations
Color information
#0B27BD (or 0x0B27BD) is known color: Persian Blue. HEX triplet: 0B, 27 and BD. RGB value is (11,39,189). Sum of RGB (Red+Green+Blue) = 11+39+189=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B27BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B27BD is #F4D842. Grayscale: #2F2F2F. Windows color (decimal): -16046147 or 12396299. OLE color: 12396299.
HSL color Cylindrical-coordinate representation of color #0B27BD: hue angle of 230.56º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B27BD is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 39 | 189 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.26 |
| HSL | 230.56º | 0.89% | 0.39% | - |
| HSV(B) | 230.56º | 0.94% | 0.74% | - |
| XYZ | 10.05 | 5.2 | 48.62 | - |
| YUV | 47.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 189 | 0.94 | 0.79 | 0 | 0.26 | 230.56 | 0.89 | 0.39 |
| Hex | B | 27 | BD | 5E | 4F | 0 | 1A | E7 | 59 | 27 |
| Octal | 13 | 47 | 275 | 136 | 117 | 0 | 32 | 347 | 131 | 47 |
| Binary | 1011 | 100111 | 10111101 | 1011110 | 1001111 | 0 | 11010 | 11100111 | 1011001 | 100111 |
Color Harmonies of #0B27BD
Complementary color
Monochromatic Colors of #0B27BD
Black with #0B27BD
Text Example
Text Example
White with #0B27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B27BD; }
p { color: rgb(11,39,189); }
H1.HeaderClassName
{
color: #0B27BD;
}
.AnyTagClassName
{
color: #0B27BD;
}
</style>
background-color css
<style>
a { background-color: #0B27BD; }
a { background-color: rgb(11,39,189); }
div.DivClassName
{
background-color: #0B27BD;
}
.BgClassName
{
background-color: #0B27BD;
}
</style>
border-color css
<style>
span { border-color: #0B27BD; }
span { border-color: rgb(11,39,189); }
td.TdClassName
{
border-color: #0B27BD;
}
.TagClassName
{
border-color: #0B27BD;
}
</style>