Shades of Persian Blue #0B3BBA
Tints of Persian Blue #0B3BBA
RGB
CMYK
RGB Variations
Color information
#0B3BBA (or 0x0B3BBA) is known color: Persian Blue. HEX triplet: 0B, 3B and BA. RGB value is (11,59,186). Sum of RGB (Red+Green+Blue) = 11+59+186=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B3BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3BBA is #F4C445. Grayscale: #3A3A3A. Windows color (decimal): -16041030 or 12204811. OLE color: 12204811.
HSL color Cylindrical-coordinate representation of color #0B3BBA: hue angle of 223.54º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B3BBA is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 59 | 186 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.27 |
| HSL | 223.54º | 0.89% | 0.39% | - |
| HSV(B) | 223.54º | 0.94% | 0.73% | - |
| XYZ | 10.56 | 6.74 | 47.2 | - |
| YUV | 59.13 | 199.6 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 186 | 0.94 | 0.68 | 0 | 0.27 | 223.54 | 0.89 | 0.39 |
| Hex | B | 3B | BA | 5E | 44 | 0 | 1B | E0 | 59 | 27 |
| Octal | 13 | 73 | 272 | 136 | 104 | 0 | 33 | 340 | 131 | 47 |
| Binary | 1011 | 111011 | 10111010 | 1011110 | 1000100 | 0 | 11011 | 11100000 | 1011001 | 100111 |
Color Harmonies of #0B3BBA
Complementary color
Monochromatic Colors of #0B3BBA
Black with #0B3BBA
Text Example
Text Example
White with #0B3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3BBA; }
p { color: rgb(11,59,186); }
H1.HeaderClassName
{
color: #0B3BBA;
}
.AnyTagClassName
{
color: #0B3BBA;
}
</style>
background-color css
<style>
a { background-color: #0B3BBA; }
a { background-color: rgb(11,59,186); }
div.DivClassName
{
background-color: #0B3BBA;
}
.BgClassName
{
background-color: #0B3BBA;
}
</style>
border-color css
<style>
span { border-color: #0B3BBA; }
span { border-color: rgb(11,59,186); }
td.TdClassName
{
border-color: #0B3BBA;
}
.TagClassName
{
border-color: #0B3BBA;
}
</style>