Shades of Persian Blue #0B32CD
Tints of Persian Blue #0B32CD
RGB
CMYK
RGB Variations
Color information
#0B32CD (or 0x0B32CD) is known color: Persian Blue. HEX triplet: 0B, 32 and CD. RGB value is (11,50,205). Sum of RGB (Red+Green+Blue) = 11+50+205=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B32CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B32CD is #F4CD32. Grayscale: #373737. Windows color (decimal): -16043315 or 13447691. OLE color: 13447691.
HSL color Cylindrical-coordinate representation of color #0B32CD: hue angle of 227.94º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B32CD is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 50 | 205 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.20 |
| HSL | 227.94º | 0.9% | 0.42% | - |
| HSV(B) | 227.94º | 0.95% | 0.8% | - |
| XYZ | 12.3 | 6.76 | 58.41 | - |
| YUV | 56.01 | 212.08 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 205 | 0.95 | 0.76 | 0 | 0.20 | 227.94 | 0.9 | 0.42 |
| Hex | B | 32 | CD | 5F | 4C | 0 | 14 | E4 | 5A | 2A |
| Octal | 13 | 62 | 315 | 137 | 114 | 0 | 24 | 344 | 132 | 52 |
| Binary | 1011 | 110010 | 11001101 | 1011111 | 1001100 | 0 | 10100 | 11100100 | 1011010 | 101010 |
Color Harmonies of #0B32CD
Complementary color
Monochromatic Colors of #0B32CD
Black with #0B32CD
Text Example
Text Example
White with #0B32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B32CD; }
p { color: rgb(11,50,205); }
H1.HeaderClassName
{
color: #0B32CD;
}
.AnyTagClassName
{
color: #0B32CD;
}
</style>
background-color css
<style>
a { background-color: #0B32CD; }
a { background-color: rgb(11,50,205); }
div.DivClassName
{
background-color: #0B32CD;
}
.BgClassName
{
background-color: #0B32CD;
}
</style>
border-color css
<style>
span { border-color: #0B32CD; }
span { border-color: rgb(11,50,205); }
td.TdClassName
{
border-color: #0B32CD;
}
.TagClassName
{
border-color: #0B32CD;
}
</style>