Shades of Persian Blue #0B32DB
Tints of Persian Blue #0B32DB
RGB
CMYK
RGB Variations
Color information
#0B32DB (or 0x0B32DB) is known color: Persian Blue. HEX triplet: 0B, 32 and DB. RGB value is (11,50,219). Sum of RGB (Red+Green+Blue) = 11+50+219=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B32DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B32DB is #F4CD24. Grayscale: #383838. Windows color (decimal): -16043301 or 14365195. OLE color: 14365195.
HSL color Cylindrical-coordinate representation of color #0B32DB: hue angle of 228.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B32DB is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 50 | 219 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.14 |
| HSL | 228.75º | 0.9% | 0.45% | - |
| HSV(B) | 228.75º | 0.95% | 0.86% | - |
| XYZ | 14.06 | 7.47 | 67.72 | - |
| YUV | 57.61 | 219.08 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 219 | 0.95 | 0.77 | 0 | 0.14 | 228.75 | 0.9 | 0.45 |
| Hex | B | 32 | DB | 5F | 4D | 0 | E | E5 | 5A | 2D |
| Octal | 13 | 62 | 333 | 137 | 115 | 0 | 16 | 345 | 132 | 55 |
| Binary | 1011 | 110010 | 11011011 | 1011111 | 1001101 | 0 | 1110 | 11100101 | 1011010 | 101101 |
Color Harmonies of #0B32DB
Complementary color
Monochromatic Colors of #0B32DB
Black with #0B32DB
Text Example
Text Example
White with #0B32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B32DB; }
p { color: rgb(11,50,219); }
H1.HeaderClassName
{
color: #0B32DB;
}
.AnyTagClassName
{
color: #0B32DB;
}
</style>
background-color css
<style>
a { background-color: #0B32DB; }
a { background-color: rgb(11,50,219); }
div.DivClassName
{
background-color: #0B32DB;
}
.BgClassName
{
background-color: #0B32DB;
}
</style>
border-color css
<style>
span { border-color: #0B32DB; }
span { border-color: rgb(11,50,219); }
td.TdClassName
{
border-color: #0B32DB;
}
.TagClassName
{
border-color: #0B32DB;
}
</style>