Shades of Persian Blue #0B32D5
Tints of Persian Blue #0B32D5
RGB
CMYK
RGB Variations
Color information
#0B32D5 (or 0x0B32D5) is known color: Persian Blue. HEX triplet: 0B, 32 and D5. RGB value is (11,50,213). Sum of RGB (Red+Green+Blue) = 11+50+213=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 213 (83.59% from 255 or 77.74% from 274); Max value from RGB is 213 - color contains mainly: blue. Hex color #0B32D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B32D5 is #F4CD2A. Grayscale: #383838. Windows color (decimal): -16043307 or 13971979. OLE color: 13971979.
HSL color Cylindrical-coordinate representation of color #0B32D5: hue angle of 228.42º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B32D5 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 50 | 213 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.16 |
| HSL | 228.42º | 0.9% | 0.44% | - |
| HSV(B) | 228.42º | 0.95% | 0.84% | - |
| XYZ | 13.29 | 7.16 | 63.63 | - |
| YUV | 56.92 | 216.08 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 213 | 0.95 | 0.77 | 0 | 0.16 | 228.42 | 0.9 | 0.44 |
| Hex | B | 32 | D5 | 5F | 4D | 0 | 10 | E4 | 5A | 2C |
| Octal | 13 | 62 | 325 | 137 | 115 | 0 | 20 | 344 | 132 | 54 |
| Binary | 1011 | 110010 | 11010101 | 1011111 | 1001101 | 0 | 10000 | 11100100 | 1011010 | 101100 |
Color Harmonies of #0B32D5
Complementary color
Monochromatic Colors of #0B32D5
Black with #0B32D5
Text Example
Text Example
White with #0B32D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B32D5; }
p { color: rgb(11,50,213); }
H1.HeaderClassName
{
color: #0B32D5;
}
.AnyTagClassName
{
color: #0B32D5;
}
</style>
background-color css
<style>
a { background-color: #0B32D5; }
a { background-color: rgb(11,50,213); }
div.DivClassName
{
background-color: #0B32D5;
}
.BgClassName
{
background-color: #0B32D5;
}
</style>
border-color css
<style>
span { border-color: #0B32D5; }
span { border-color: rgb(11,50,213); }
td.TdClassName
{
border-color: #0B32D5;
}
.TagClassName
{
border-color: #0B32D5;
}
</style>