Shades of Persian Blue #0933BA
Tints of Persian Blue #0933BA
RGB
CMYK
RGB Variations
Color information
#0933BA (or 0x0933BA) is known color: Persian Blue. HEX triplet: 09, 33 and BA. RGB value is (9,51,186). Sum of RGB (Red+Green+Blue) = 9+51+186=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #0933BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0933BA is #F6CC45. Grayscale: #353535. Windows color (decimal): -16174150 or 12202761. OLE color: 12202761.
HSL color Cylindrical-coordinate representation of color #0933BA: hue angle of 225.76º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0933BA is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 51 | 186 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.27 |
| HSL | 225.76º | 0.91% | 0.38% | - |
| HSV(B) | 225.76º | 0.95% | 0.73% | - |
| XYZ | 10.16 | 5.97 | 47.07 | - |
| YUV | 53.83 | 202.59 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 186 | 0.95 | 0.73 | 0 | 0.27 | 225.76 | 0.91 | 0.38 |
| Hex | 9 | 33 | BA | 5F | 49 | 0 | 1B | E2 | 5B | 26 |
| Octal | 11 | 63 | 272 | 137 | 111 | 0 | 33 | 342 | 133 | 46 |
| Binary | 1001 | 110011 | 10111010 | 1011111 | 1001001 | 0 | 11011 | 11100010 | 1011011 | 100110 |
Color Harmonies of #0933BA
Complementary color
Monochromatic Colors of #0933BA
Black with #0933BA
Text Example
Text Example
White with #0933BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0933BA; }
p { color: rgb(9,51,186); }
H1.HeaderClassName
{
color: #0933BA;
}
.AnyTagClassName
{
color: #0933BA;
}
</style>
background-color css
<style>
a { background-color: #0933BA; }
a { background-color: rgb(9,51,186); }
div.DivClassName
{
background-color: #0933BA;
}
.BgClassName
{
background-color: #0933BA;
}
</style>
border-color css
<style>
span { border-color: #0933BA; }
span { border-color: rgb(9,51,186); }
td.TdClassName
{
border-color: #0933BA;
}
.TagClassName
{
border-color: #0933BA;
}
</style>