Shades of Persian Blue #0B46C1
Tints of Persian Blue #0B46C1
RGB
CMYK
RGB Variations
Color information
#0B46C1 (or 0x0B46C1) is known color: Persian Blue. HEX triplet: 0B, 46 and C1. RGB value is (11,70,193). Sum of RGB (Red+Green+Blue) = 11+70+193=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #0B46C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B46C1 is #F4B93E. Grayscale: #414141. Windows color (decimal): -16038207 or 12666379. OLE color: 12666379.
HSL color Cylindrical-coordinate representation of color #0B46C1: hue angle of 220.55º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B46C1 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 70 | 193 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.24 |
| HSL | 220.55º | 0.89% | 0.4% | - |
| HSV(B) | 220.55º | 0.94% | 0.76% | - |
| XYZ | 11.95 | 8.3 | 51.42 | - |
| YUV | 66.38 | 199.45 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 70 | 193 | 0.94 | 0.64 | 0 | 0.24 | 220.55 | 0.89 | 0.4 |
| Hex | B | 46 | C1 | 5E | 40 | 0 | 18 | DD | 59 | 28 |
| Octal | 13 | 106 | 301 | 136 | 100 | 0 | 30 | 335 | 131 | 50 |
| Binary | 1011 | 1000110 | 11000001 | 1011110 | 1000000 | 0 | 11000 | 11011101 | 1011001 | 101000 |
Color Harmonies of #0B46C1
Complementary color
Monochromatic Colors of #0B46C1
Black with #0B46C1
Text Example
Text Example
White with #0B46C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B46C1; }
p { color: rgb(11,70,193); }
H1.HeaderClassName
{
color: #0B46C1;
}
.AnyTagClassName
{
color: #0B46C1;
}
</style>
background-color css
<style>
a { background-color: #0B46C1; }
a { background-color: rgb(11,70,193); }
div.DivClassName
{
background-color: #0B46C1;
}
.BgClassName
{
background-color: #0B46C1;
}
</style>
border-color css
<style>
span { border-color: #0B46C1; }
span { border-color: rgb(11,70,193); }
td.TdClassName
{
border-color: #0B46C1;
}
.TagClassName
{
border-color: #0B46C1;
}
</style>