Shades of Persian Blue #0939F0
Tints of Persian Blue #0939F0
RGB
CMYK
RGB Variations
Color information
#0939F0 (or 0x0939F0) is known color: Persian Blue. HEX triplet: 09, 39 and F0. RGB value is (9,57,240). Sum of RGB (Red+Green+Blue) = 9+57+240=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 240 (94.14% from 255 or 78.43% from 306); Max value from RGB is 240 - color contains mainly: blue. Hex color #0939F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0939F0 is #F6C60F. Grayscale: #3E3E3E. Windows color (decimal): -16172560 or 15743241. OLE color: 15743241.
HSL color Cylindrical-coordinate representation of color #0939F0: hue angle of 227.53º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0939F0 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 57 | 240 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.06 |
| HSL | 227.53º | 0.93% | 0.49% | - |
| HSV(B) | 227.53º | 0.96% | 0.94% | - |
| XYZ | 17.3 | 9.28 | 83.32 | - |
| YUV | 63.51 | 227.6 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 240 | 0.96 | 0.76 | 0 | 0.06 | 227.53 | 0.93 | 0.49 |
| Hex | 9 | 39 | F0 | 60 | 4C | 0 | 6 | E4 | 5D | 31 |
| Octal | 11 | 71 | 360 | 140 | 114 | 0 | 6 | 344 | 135 | 61 |
| Binary | 1001 | 111001 | 11110000 | 1100000 | 1001100 | 0 | 110 | 11100100 | 1011101 | 110001 |
Color Harmonies of #0939F0
Complementary color
Monochromatic Colors of #0939F0
Black with #0939F0
Text Example
Text Example
White with #0939F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0939F0; }
p { color: rgb(9,57,240); }
H1.HeaderClassName
{
color: #0939F0;
}
.AnyTagClassName
{
color: #0939F0;
}
</style>
background-color css
<style>
a { background-color: #0939F0; }
a { background-color: rgb(9,57,240); }
div.DivClassName
{
background-color: #0939F0;
}
.BgClassName
{
background-color: #0939F0;
}
</style>
border-color css
<style>
span { border-color: #0939F0; }
span { border-color: rgb(9,57,240); }
td.TdClassName
{
border-color: #0939F0;
}
.TagClassName
{
border-color: #0939F0;
}
</style>