Shades of Persian Blue #0931DF
Tints of Persian Blue #0931DF
RGB
CMYK
RGB Variations
Color information
#0931DF (or 0x0931DF) is known color: Persian Blue. HEX triplet: 09, 31 and DF. RGB value is (9,49,223). Sum of RGB (Red+Green+Blue) = 9+49+223=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #0931DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0931DF is #F6CE20. Grayscale: #383838. Windows color (decimal): -16174625 or 14627081. OLE color: 14627081.
HSL color Cylindrical-coordinate representation of color #0931DF: hue angle of 228.79º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0931DF is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 49 | 223 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.13 |
| HSL | 228.79º | 0.92% | 0.45% | - |
| HSV(B) | 228.79º | 0.96% | 0.87% | - |
| XYZ | 14.53 | 7.58 | 70.51 | - |
| YUV | 56.88 | 221.75 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 223 | 0.96 | 0.78 | 0 | 0.13 | 228.79 | 0.92 | 0.45 |
| Hex | 9 | 31 | DF | 60 | 4E | 0 | D | E5 | 5C | 2D |
| Octal | 11 | 61 | 337 | 140 | 116 | 0 | 15 | 345 | 134 | 55 |
| Binary | 1001 | 110001 | 11011111 | 1100000 | 1001110 | 0 | 1101 | 11100101 | 1011100 | 101101 |
Color Harmonies of #0931DF
Complementary color
Monochromatic Colors of #0931DF
Black with #0931DF
Text Example
Text Example
White with #0931DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0931DF; }
p { color: rgb(9,49,223); }
H1.HeaderClassName
{
color: #0931DF;
}
.AnyTagClassName
{
color: #0931DF;
}
</style>
background-color css
<style>
a { background-color: #0931DF; }
a { background-color: rgb(9,49,223); }
div.DivClassName
{
background-color: #0931DF;
}
.BgClassName
{
background-color: #0931DF;
}
</style>
border-color css
<style>
span { border-color: #0931DF; }
span { border-color: rgb(9,49,223); }
td.TdClassName
{
border-color: #0931DF;
}
.TagClassName
{
border-color: #0931DF;
}
</style>