Shades of Persian Blue #0934EF
Tints of Persian Blue #0934EF
RGB
CMYK
RGB Variations
Color information
#0934EF (or 0x0934EF) is known color: Persian Blue. HEX triplet: 09, 34 and EF. RGB value is (9,52,239). Sum of RGB (Red+Green+Blue) = 9+52+239=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 239 (93.75% from 255 or 79.67% from 300); Max value from RGB is 239 - color contains mainly: blue. Hex color #0934EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0934EF is #F6CB10. Grayscale: #3B3B3B. Windows color (decimal): -16173841 or 15676425. OLE color: 15676425.
HSL color Cylindrical-coordinate representation of color #0934EF: hue angle of 228.78º 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 #0934EF is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 52 | 239 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.06 |
| HSL | 228.78º | 0.93% | 0.49% | - |
| HSV(B) | 228.78º | 0.96% | 0.94% | - |
| XYZ | 16.92 | 8.75 | 82.46 | - |
| YUV | 60.46 | 228.75 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 239 | 0.96 | 0.78 | 0 | 0.06 | 228.78 | 0.93 | 0.49 |
| Hex | 9 | 34 | EF | 60 | 4E | 0 | 6 | E5 | 5D | 31 |
| Octal | 11 | 64 | 357 | 140 | 116 | 0 | 6 | 345 | 135 | 61 |
| Binary | 1001 | 110100 | 11101111 | 1100000 | 1001110 | 0 | 110 | 11100101 | 1011101 | 110001 |
Color Harmonies of #0934EF
Complementary color
Monochromatic Colors of #0934EF
Black with #0934EF
Text Example
Text Example
White with #0934EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934EF; }
p { color: rgb(9,52,239); }
H1.HeaderClassName
{
color: #0934EF;
}
.AnyTagClassName
{
color: #0934EF;
}
</style>
background-color css
<style>
a { background-color: #0934EF; }
a { background-color: rgb(9,52,239); }
div.DivClassName
{
background-color: #0934EF;
}
.BgClassName
{
background-color: #0934EF;
}
</style>
border-color css
<style>
span { border-color: #0934EF; }
span { border-color: rgb(9,52,239); }
td.TdClassName
{
border-color: #0934EF;
}
.TagClassName
{
border-color: #0934EF;
}
</style>