Shades of Persian Blue #0B47D6
Tints of Persian Blue #0B47D6
RGB
CMYK
RGB Variations
Color information
#0B47D6 (or 0x0B47D6) is known color: Persian Blue. HEX triplet: 0B, 47 and D6. RGB value is (11,71,214). Sum of RGB (Red+Green+Blue) = 11+71+214=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 214 (83.98% from 255 or 72.30% from 296); Max value from RGB is 214 - color contains mainly: blue. Hex color #0B47D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B47D6 is #F4B829. Grayscale: #444444. Windows color (decimal): -16037930 or 14042891. OLE color: 14042891.
HSL color Cylindrical-coordinate representation of color #0B47D6: hue angle of 222.27º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B47D6 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 71 | 214 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.16 |
| HSL | 222.27º | 0.9% | 0.44% | - |
| HSV(B) | 222.27º | 0.95% | 0.84% | - |
| XYZ | 14.53 | 9.43 | 64.67 | - |
| YUV | 69.36 | 209.62 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 214 | 0.95 | 0.67 | 0 | 0.16 | 222.27 | 0.9 | 0.44 |
| Hex | B | 47 | D6 | 5F | 43 | 0 | 10 | DE | 5A | 2C |
| Octal | 13 | 107 | 326 | 137 | 103 | 0 | 20 | 336 | 132 | 54 |
| Binary | 1011 | 1000111 | 11010110 | 1011111 | 1000011 | 0 | 10000 | 11011110 | 1011010 | 101100 |
Color Harmonies of #0B47D6
Complementary color
Monochromatic Colors of #0B47D6
Black with #0B47D6
Text Example
Text Example
White with #0B47D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B47D6; }
p { color: rgb(11,71,214); }
H1.HeaderClassName
{
color: #0B47D6;
}
.AnyTagClassName
{
color: #0B47D6;
}
</style>
background-color css
<style>
a { background-color: #0B47D6; }
a { background-color: rgb(11,71,214); }
div.DivClassName
{
background-color: #0B47D6;
}
.BgClassName
{
background-color: #0B47D6;
}
</style>
border-color css
<style>
span { border-color: #0B47D6; }
span { border-color: rgb(11,71,214); }
td.TdClassName
{
border-color: #0B47D6;
}
.TagClassName
{
border-color: #0B47D6;
}
</style>