Shades of Persian Blue #0932BB
Tints of Persian Blue #0932BB
RGB
CMYK
RGB Variations
Color information
#0932BB (or 0x0932BB) is known color: Persian Blue. HEX triplet: 09, 32 and BB. RGB value is (9,50,187). Sum of RGB (Red+Green+Blue) = 9+50+187=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #0932BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0932BB is #F6CD44. Grayscale: #343434. Windows color (decimal): -16174405 or 12268041. OLE color: 12268041.
HSL color Cylindrical-coordinate representation of color #0932BB: hue angle of 226.18º 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 #0932BB is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 50 | 187 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.27 |
| HSL | 226.18º | 0.91% | 0.38% | - |
| HSV(B) | 226.18º | 0.95% | 0.73% | - |
| XYZ | 10.22 | 5.93 | 47.62 | - |
| YUV | 53.36 | 203.42 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 187 | 0.95 | 0.73 | 0 | 0.27 | 226.18 | 0.91 | 0.38 |
| Hex | 9 | 32 | BB | 5F | 49 | 0 | 1B | E2 | 5B | 26 |
| Octal | 11 | 62 | 273 | 137 | 111 | 0 | 33 | 342 | 133 | 46 |
| Binary | 1001 | 110010 | 10111011 | 1011111 | 1001001 | 0 | 11011 | 11100010 | 1011011 | 100110 |
Color Harmonies of #0932BB
Complementary color
Monochromatic Colors of #0932BB
Black with #0932BB
Text Example
Text Example
White with #0932BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0932BB; }
p { color: rgb(9,50,187); }
H1.HeaderClassName
{
color: #0932BB;
}
.AnyTagClassName
{
color: #0932BB;
}
</style>
background-color css
<style>
a { background-color: #0932BB; }
a { background-color: rgb(9,50,187); }
div.DivClassName
{
background-color: #0932BB;
}
.BgClassName
{
background-color: #0932BB;
}
</style>
border-color css
<style>
span { border-color: #0932BB; }
span { border-color: rgb(9,50,187); }
td.TdClassName
{
border-color: #0932BB;
}
.TagClassName
{
border-color: #0932BB;
}
</style>