Shades of Persian Blue #0931CB
Tints of Persian Blue #0931CB
RGB
CMYK
RGB Variations
Color information
#0931CB (or 0x0931CB) is known color: Persian Blue. HEX triplet: 09, 31 and CB. RGB value is (9,49,203). Sum of RGB (Red+Green+Blue) = 9+49+203=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #0931CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0931CB is #F6CE34. Grayscale: #353535. Windows color (decimal): -16174645 or 13316361. OLE color: 13316361.
HSL color Cylindrical-coordinate representation of color #0931CB: hue angle of 227.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0931CB is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 49 | 203 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.20 |
| HSL | 227.63º | 0.92% | 0.42% | - |
| HSV(B) | 227.63º | 0.96% | 0.8% | - |
| XYZ | 11.99 | 6.57 | 57.14 | - |
| YUV | 54.6 | 211.75 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 203 | 0.96 | 0.76 | 0 | 0.20 | 227.63 | 0.92 | 0.42 |
| Hex | 9 | 31 | CB | 60 | 4C | 0 | 14 | E4 | 5C | 2A |
| Octal | 11 | 61 | 313 | 140 | 114 | 0 | 24 | 344 | 134 | 52 |
| Binary | 1001 | 110001 | 11001011 | 1100000 | 1001100 | 0 | 10100 | 11100100 | 1011100 | 101010 |
Color Harmonies of #0931CB
Complementary color
Monochromatic Colors of #0931CB
Black with #0931CB
Text Example
Text Example
White with #0931CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0931CB; }
p { color: rgb(9,49,203); }
H1.HeaderClassName
{
color: #0931CB;
}
.AnyTagClassName
{
color: #0931CB;
}
</style>
background-color css
<style>
a { background-color: #0931CB; }
a { background-color: rgb(9,49,203); }
div.DivClassName
{
background-color: #0931CB;
}
.BgClassName
{
background-color: #0931CB;
}
</style>
border-color css
<style>
span { border-color: #0931CB; }
span { border-color: rgb(9,49,203); }
td.TdClassName
{
border-color: #0931CB;
}
.TagClassName
{
border-color: #0931CB;
}
</style>