Shades of Persian Blue #0B1EBC
Tints of Persian Blue #0B1EBC
RGB
CMYK
RGB Variations
Color information
#0B1EBC (or 0x0B1EBC) is known color: Persian Blue. HEX triplet: 0B, 1E and BC. RGB value is (11,30,188). Sum of RGB (Red+Green+Blue) = 11+30+188=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B1EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1EBC is #F4E143. Grayscale: #292929. Windows color (decimal): -16048452 or 12328459. OLE color: 12328459.
HSL color Cylindrical-coordinate representation of color #0B1EBC: hue angle of 233.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 #0B1EBC is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 30 | 188 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.26 |
| HSL | 233.56º | 0.89% | 0.39% | - |
| HSV(B) | 233.56º | 0.94% | 0.74% | - |
| XYZ | 9.68 | 4.63 | 47.96 | - |
| YUV | 42.33 | 210.21 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 188 | 0.94 | 0.84 | 0 | 0.26 | 233.56 | 0.89 | 0.39 |
| Hex | B | 1E | BC | 5E | 54 | 0 | 1A | EA | 59 | 27 |
| Octal | 13 | 36 | 274 | 136 | 124 | 0 | 32 | 352 | 131 | 47 |
| Binary | 1011 | 11110 | 10111100 | 1011110 | 1010100 | 0 | 11010 | 11101010 | 1011001 | 100111 |
Color Harmonies of #0B1EBC
Complementary color
Monochromatic Colors of #0B1EBC
Black with #0B1EBC
Text Example
Text Example
White with #0B1EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1EBC; }
p { color: rgb(11,30,188); }
H1.HeaderClassName
{
color: #0B1EBC;
}
.AnyTagClassName
{
color: #0B1EBC;
}
</style>
background-color css
<style>
a { background-color: #0B1EBC; }
a { background-color: rgb(11,30,188); }
div.DivClassName
{
background-color: #0B1EBC;
}
.BgClassName
{
background-color: #0B1EBC;
}
</style>
border-color css
<style>
span { border-color: #0B1EBC; }
span { border-color: rgb(11,30,188); }
td.TdClassName
{
border-color: #0B1EBC;
}
.TagClassName
{
border-color: #0B1EBC;
}
</style>