Shades of Persian Blue #0939E8
Tints of Persian Blue #0939E8
RGB
CMYK
RGB Variations
Color information
#0939E8 (or 0x0939E8) is known color: Persian Blue. HEX triplet: 09, 39 and E8. RGB value is (9,57,232). Sum of RGB (Red+Green+Blue) = 9+57+232=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 232 (91.02% from 255 or 77.85% from 298); Max value from RGB is 232 - color contains mainly: blue. Hex color #0939E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0939E8 is #F6C617. Grayscale: #3D3D3D. Windows color (decimal): -16172568 or 15218953. OLE color: 15218953.
HSL color Cylindrical-coordinate representation of color #0939E8: hue angle of 227.09º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0939E8 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 57 | 232 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.09 |
| HSL | 227.09º | 0.93% | 0.47% | - |
| HSV(B) | 227.09º | 0.96% | 0.91% | - |
| XYZ | 16.14 | 8.81 | 77.19 | - |
| YUV | 62.6 | 223.6 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 232 | 0.96 | 0.75 | 0 | 0.09 | 227.09 | 0.93 | 0.47 |
| Hex | 9 | 39 | E8 | 60 | 4B | 0 | 9 | E3 | 5D | 2F |
| Octal | 11 | 71 | 350 | 140 | 113 | 0 | 11 | 343 | 135 | 57 |
| Binary | 1001 | 111001 | 11101000 | 1100000 | 1001011 | 0 | 1001 | 11100011 | 1011101 | 101111 |
Color Harmonies of #0939E8
Complementary color
Monochromatic Colors of #0939E8
Black with #0939E8
Text Example
Text Example
White with #0939E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0939E8; }
p { color: rgb(9,57,232); }
H1.HeaderClassName
{
color: #0939E8;
}
.AnyTagClassName
{
color: #0939E8;
}
</style>
background-color css
<style>
a { background-color: #0939E8; }
a { background-color: rgb(9,57,232); }
div.DivClassName
{
background-color: #0939E8;
}
.BgClassName
{
background-color: #0939E8;
}
</style>
border-color css
<style>
span { border-color: #0939E8; }
span { border-color: rgb(9,57,232); }
td.TdClassName
{
border-color: #0939E8;
}
.TagClassName
{
border-color: #0939E8;
}
</style>