Shades of Persian Blue #0B28BD
Tints of Persian Blue #0B28BD
RGB
CMYK
RGB Variations
Color information
#0B28BD (or 0x0B28BD) is known color: Persian Blue. HEX triplet: 0B, 28 and BD. RGB value is (11,40,189). Sum of RGB (Red+Green+Blue) = 11+40+189=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B28BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B28BD is #F4D742. Grayscale: #2F2F2F. Windows color (decimal): -16045891 or 12396555. OLE color: 12396555.
HSL color Cylindrical-coordinate representation of color #0B28BD: hue angle of 230.22º 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 #0B28BD is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 40 | 189 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.26 |
| HSL | 230.22º | 0.89% | 0.39% | - |
| HSV(B) | 230.22º | 0.94% | 0.74% | - |
| XYZ | 10.08 | 5.26 | 48.63 | - |
| YUV | 48.32 | 207.39 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 189 | 0.94 | 0.79 | 0 | 0.26 | 230.22 | 0.89 | 0.39 |
| Hex | B | 28 | BD | 5E | 4F | 0 | 1A | E6 | 59 | 27 |
| Octal | 13 | 50 | 275 | 136 | 117 | 0 | 32 | 346 | 131 | 47 |
| Binary | 1011 | 101000 | 10111101 | 1011110 | 1001111 | 0 | 11010 | 11100110 | 1011001 | 100111 |
Color Harmonies of #0B28BD
Complementary color
Monochromatic Colors of #0B28BD
Black with #0B28BD
Text Example
Text Example
White with #0B28BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B28BD; }
p { color: rgb(11,40,189); }
H1.HeaderClassName
{
color: #0B28BD;
}
.AnyTagClassName
{
color: #0B28BD;
}
</style>
background-color css
<style>
a { background-color: #0B28BD; }
a { background-color: rgb(11,40,189); }
div.DivClassName
{
background-color: #0B28BD;
}
.BgClassName
{
background-color: #0B28BD;
}
</style>
border-color css
<style>
span { border-color: #0B28BD; }
span { border-color: rgb(11,40,189); }
td.TdClassName
{
border-color: #0B28BD;
}
.TagClassName
{
border-color: #0B28BD;
}
</style>