Shades of Persian Blue #0939E0
Tints of Persian Blue #0939E0
RGB
CMYK
RGB Variations
Color information
#0939E0 (or 0x0939E0) is known color: Persian Blue. HEX triplet: 09, 39 and E0. RGB value is (9,57,224). Sum of RGB (Red+Green+Blue) = 9+57+224=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 224 (87.89% from 255 or 77.24% from 290); Max value from RGB is 224 - color contains mainly: blue. Hex color #0939E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0939E0 is #F6C61F. Grayscale: #3C3C3C. Windows color (decimal): -16172576 or 14694665. OLE color: 14694665.
HSL color Cylindrical-coordinate representation of color #0939E0: hue angle of 226.6º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0939E0 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 57 | 224 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.12 |
| HSL | 226.6º | 0.92% | 0.46% | - |
| HSV(B) | 226.6º | 0.96% | 0.88% | - |
| XYZ | 15.03 | 8.37 | 71.34 | - |
| YUV | 61.69 | 219.6 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 224 | 0.96 | 0.75 | 0 | 0.12 | 226.6 | 0.92 | 0.46 |
| Hex | 9 | 39 | E0 | 60 | 4B | 0 | C | E3 | 5C | 2E |
| Octal | 11 | 71 | 340 | 140 | 113 | 0 | 14 | 343 | 134 | 56 |
| Binary | 1001 | 111001 | 11100000 | 1100000 | 1001011 | 0 | 1100 | 11100011 | 1011100 | 101110 |
Color Harmonies of #0939E0
Complementary color
Monochromatic Colors of #0939E0
Black with #0939E0
Text Example
Text Example
White with #0939E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0939E0; }
p { color: rgb(9,57,224); }
H1.HeaderClassName
{
color: #0939E0;
}
.AnyTagClassName
{
color: #0939E0;
}
</style>
background-color css
<style>
a { background-color: #0939E0; }
a { background-color: rgb(9,57,224); }
div.DivClassName
{
background-color: #0939E0;
}
.BgClassName
{
background-color: #0939E0;
}
</style>
border-color css
<style>
span { border-color: #0939E0; }
span { border-color: rgb(9,57,224); }
td.TdClassName
{
border-color: #0939E0;
}
.TagClassName
{
border-color: #0939E0;
}
</style>