Shades of Persian Blue #0934BB
Tints of Persian Blue #0934BB
RGB
CMYK
RGB Variations
Color information
#0934BB (or 0x0934BB) is known color: Persian Blue. HEX triplet: 09, 34 and BB. RGB value is (9,52,187). Sum of RGB (Red+Green+Blue) = 9+52+187=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #0934BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934BB is #F6CB44. Grayscale: #353535. Windows color (decimal): -16173893 or 12268553. OLE color: 12268553.
HSL color Cylindrical-coordinate representation of color #0934BB: hue angle of 225.51º 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 #0934BB is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 52 | 187 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.27 |
| HSL | 225.51º | 0.91% | 0.38% | - |
| HSV(B) | 225.51º | 0.95% | 0.73% | - |
| XYZ | 10.31 | 6.1 | 47.65 | - |
| YUV | 54.53 | 202.75 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 187 | 0.95 | 0.72 | 0 | 0.27 | 225.51 | 0.91 | 0.38 |
| Hex | 9 | 34 | BB | 5F | 48 | 0 | 1B | E2 | 5B | 26 |
| Octal | 11 | 64 | 273 | 137 | 110 | 0 | 33 | 342 | 133 | 46 |
| Binary | 1001 | 110100 | 10111011 | 1011111 | 1001000 | 0 | 11011 | 11100010 | 1011011 | 100110 |
Color Harmonies of #0934BB
Complementary color
Monochromatic Colors of #0934BB
Black with #0934BB
Text Example
Text Example
White with #0934BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934BB; }
p { color: rgb(9,52,187); }
H1.HeaderClassName
{
color: #0934BB;
}
.AnyTagClassName
{
color: #0934BB;
}
</style>
background-color css
<style>
a { background-color: #0934BB; }
a { background-color: rgb(9,52,187); }
div.DivClassName
{
background-color: #0934BB;
}
.BgClassName
{
background-color: #0934BB;
}
</style>
border-color css
<style>
span { border-color: #0934BB; }
span { border-color: rgb(9,52,187); }
td.TdClassName
{
border-color: #0934BB;
}
.TagClassName
{
border-color: #0934BB;
}
</style>