Shades of Persian Blue #0B45C1
Tints of Persian Blue #0B45C1
RGB
CMYK
RGB Variations
Color information
#0B45C1 (or 0x0B45C1) is known color: Persian Blue. HEX triplet: 0B, 45 and C1. RGB value is (11,69,193). Sum of RGB (Red+Green+Blue) = 11+69+193=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #0B45C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B45C1 is #F4BA3E. Grayscale: #414141. Windows color (decimal): -16038463 or 12666123. OLE color: 12666123.
HSL color Cylindrical-coordinate representation of color #0B45C1: hue angle of 220.88º 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 #0B45C1 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 69 | 193 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.24 |
| HSL | 220.88º | 0.89% | 0.4% | - |
| HSV(B) | 220.88º | 0.94% | 0.76% | - |
| XYZ | 11.89 | 8.18 | 51.4 | - |
| YUV | 65.79 | 199.78 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 193 | 0.94 | 0.64 | 0 | 0.24 | 220.88 | 0.89 | 0.4 |
| Hex | B | 45 | C1 | 5E | 40 | 0 | 18 | DD | 59 | 28 |
| Octal | 13 | 105 | 301 | 136 | 100 | 0 | 30 | 335 | 131 | 50 |
| Binary | 1011 | 1000101 | 11000001 | 1011110 | 1000000 | 0 | 11000 | 11011101 | 1011001 | 101000 |
Color Harmonies of #0B45C1
Complementary color
Monochromatic Colors of #0B45C1
Black with #0B45C1
Text Example
Text Example
White with #0B45C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B45C1; }
p { color: rgb(11,69,193); }
H1.HeaderClassName
{
color: #0B45C1;
}
.AnyTagClassName
{
color: #0B45C1;
}
</style>
background-color css
<style>
a { background-color: #0B45C1; }
a { background-color: rgb(11,69,193); }
div.DivClassName
{
background-color: #0B45C1;
}
.BgClassName
{
background-color: #0B45C1;
}
</style>
border-color css
<style>
span { border-color: #0B45C1; }
span { border-color: rgb(11,69,193); }
td.TdClassName
{
border-color: #0B45C1;
}
.TagClassName
{
border-color: #0B45C1;
}
</style>