Shades of Persian Blue #0B26DF
Tints of Persian Blue #0B26DF
RGB
CMYK
RGB Variations
Color information
#0B26DF (or 0x0B26DF) is known color: Persian Blue. HEX triplet: 0B, 26 and DF. RGB value is (11,38,223). Sum of RGB (Red+Green+Blue) = 11+38+223=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B26DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B26DF is #F4D920. Grayscale: #323232. Windows color (decimal): -16046369 or 14624267. OLE color: 14624267.
HSL color Cylindrical-coordinate representation of color #0B26DF: hue angle of 232.36º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B26DF is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 38 | 223 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.13 |
| HSL | 232.36º | 0.91% | 0.46% | - |
| HSV(B) | 232.36º | 0.95% | 0.87% | - |
| XYZ | 14.15 | 6.79 | 70.38 | - |
| YUV | 51.02 | 225.05 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 223 | 0.95 | 0.83 | 0 | 0.13 | 232.36 | 0.91 | 0.46 |
| Hex | B | 26 | DF | 5F | 53 | 0 | D | E8 | 5B | 2E |
| Octal | 13 | 46 | 337 | 137 | 123 | 0 | 15 | 350 | 133 | 56 |
| Binary | 1011 | 100110 | 11011111 | 1011111 | 1010011 | 0 | 1101 | 11101000 | 1011011 | 101110 |
Color Harmonies of #0B26DF
Complementary color
Monochromatic Colors of #0B26DF
Black with #0B26DF
Text Example
Text Example
White with #0B26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B26DF; }
p { color: rgb(11,38,223); }
H1.HeaderClassName
{
color: #0B26DF;
}
.AnyTagClassName
{
color: #0B26DF;
}
</style>
background-color css
<style>
a { background-color: #0B26DF; }
a { background-color: rgb(11,38,223); }
div.DivClassName
{
background-color: #0B26DF;
}
.BgClassName
{
background-color: #0B26DF;
}
</style>
border-color css
<style>
span { border-color: #0B26DF; }
span { border-color: rgb(11,38,223); }
td.TdClassName
{
border-color: #0B26DF;
}
.TagClassName
{
border-color: #0B26DF;
}
</style>