Shades of Persian Blue #0B3EBA
Tints of Persian Blue #0B3EBA
RGB
CMYK
RGB Variations
Color information
#0B3EBA (or 0x0B3EBA) is known color: Persian Blue. HEX triplet: 0B, 3E and BA. RGB value is (11,62,186). Sum of RGB (Red+Green+Blue) = 11+62+186=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B3EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3EBA is #F4C145. Grayscale: #3C3C3C. Windows color (decimal): -16040262 or 12205579. OLE color: 12205579.
HSL color Cylindrical-coordinate representation of color #0B3EBA: hue angle of 222.51º 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 #0B3EBA is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 62 | 186 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.27 |
| HSL | 222.51º | 0.89% | 0.39% | - |
| HSV(B) | 222.51º | 0.94% | 0.73% | - |
| XYZ | 10.72 | 7.06 | 47.25 | - |
| YUV | 60.89 | 198.6 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 62 | 186 | 0.94 | 0.67 | 0 | 0.27 | 222.51 | 0.89 | 0.39 |
| Hex | B | 3E | BA | 5E | 43 | 0 | 1B | DF | 59 | 27 |
| Octal | 13 | 76 | 272 | 136 | 103 | 0 | 33 | 337 | 131 | 47 |
| Binary | 1011 | 111110 | 10111010 | 1011110 | 1000011 | 0 | 11011 | 11011111 | 1011001 | 100111 |
Color Harmonies of #0B3EBA
Complementary color
Monochromatic Colors of #0B3EBA
Black with #0B3EBA
Text Example
Text Example
White with #0B3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3EBA; }
p { color: rgb(11,62,186); }
H1.HeaderClassName
{
color: #0B3EBA;
}
.AnyTagClassName
{
color: #0B3EBA;
}
</style>
background-color css
<style>
a { background-color: #0B3EBA; }
a { background-color: rgb(11,62,186); }
div.DivClassName
{
background-color: #0B3EBA;
}
.BgClassName
{
background-color: #0B3EBA;
}
</style>
border-color css
<style>
span { border-color: #0B3EBA; }
span { border-color: rgb(11,62,186); }
td.TdClassName
{
border-color: #0B3EBA;
}
.TagClassName
{
border-color: #0B3EBA;
}
</style>