Shades of Persian Blue #0932CF
Tints of Persian Blue #0932CF
RGB
CMYK
RGB Variations
Color information
#0932CF (or 0x0932CF) is known color: Persian Blue. HEX triplet: 09, 32 and CF. RGB value is (9,50,207). Sum of RGB (Red+Green+Blue) = 9+50+207=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #0932CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0932CF is #F6CD30. Grayscale: #363636. Windows color (decimal): -16174385 or 13578761. OLE color: 13578761.
HSL color Cylindrical-coordinate representation of color #0932CF: hue angle of 227.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0932CF is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 50 | 207 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.19 |
| HSL | 227.58º | 0.92% | 0.42% | - |
| HSV(B) | 227.58º | 0.96% | 0.81% | - |
| XYZ | 12.52 | 6.84 | 59.69 | - |
| YUV | 55.64 | 213.42 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 207 | 0.96 | 0.76 | 0 | 0.19 | 227.58 | 0.92 | 0.42 |
| Hex | 9 | 32 | CF | 60 | 4C | 0 | 13 | E4 | 5C | 2A |
| Octal | 11 | 62 | 317 | 140 | 114 | 0 | 23 | 344 | 134 | 52 |
| Binary | 1001 | 110010 | 11001111 | 1100000 | 1001100 | 0 | 10011 | 11100100 | 1011100 | 101010 |
Color Harmonies of #0932CF
Complementary color
Monochromatic Colors of #0932CF
Black with #0932CF
Text Example
Text Example
White with #0932CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0932CF; }
p { color: rgb(9,50,207); }
H1.HeaderClassName
{
color: #0932CF;
}
.AnyTagClassName
{
color: #0932CF;
}
</style>
background-color css
<style>
a { background-color: #0932CF; }
a { background-color: rgb(9,50,207); }
div.DivClassName
{
background-color: #0932CF;
}
.BgClassName
{
background-color: #0932CF;
}
</style>
border-color css
<style>
span { border-color: #0932CF; }
span { border-color: rgb(9,50,207); }
td.TdClassName
{
border-color: #0932CF;
}
.TagClassName
{
border-color: #0932CF;
}
</style>