Shades of Persian Blue #0732EA
Tints of Persian Blue #0732EA
RGB
CMYK
RGB Variations
Color information
#0732EA (or 0x0732EA) is known color: Persian Blue. HEX triplet: 07, 32 and EA. RGB value is (7,50,234). Sum of RGB (Red+Green+Blue) = 7+50+234=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 234 (91.80% from 255 or 80.41% from 291); Max value from RGB is 234 - color contains mainly: blue. Hex color #0732EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0732EA is #F8CD15. Grayscale: #393939. Windows color (decimal): -16305430 or 15348231. OLE color: 15348231.
HSL color Cylindrical-coordinate representation of color #0732EA: hue angle of 228.63º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0732EA is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 50 | 234 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.08 |
| HSL | 228.63º | 0.94% | 0.47% | - |
| HSV(B) | 228.63º | 0.97% | 0.92% | - |
| XYZ | 16.08 | 8.27 | 78.59 | - |
| YUV | 58.12 | 227.25 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 234 | 0.97 | 0.79 | 0 | 0.08 | 228.63 | 0.94 | 0.47 |
| Hex | 7 | 32 | EA | 61 | 4F | 0 | 8 | E5 | 5E | 2F |
| Octal | 7 | 62 | 352 | 141 | 117 | 0 | 10 | 345 | 136 | 57 |
| Binary | 111 | 110010 | 11101010 | 1100001 | 1001111 | 0 | 1000 | 11100101 | 1011110 | 101111 |
Color Harmonies of #0732EA
Complementary color
Monochromatic Colors of #0732EA
Black with #0732EA
Text Example
Text Example
White with #0732EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0732EA; }
p { color: rgb(7,50,234); }
H1.HeaderClassName
{
color: #0732EA;
}
.AnyTagClassName
{
color: #0732EA;
}
</style>
background-color css
<style>
a { background-color: #0732EA; }
a { background-color: rgb(7,50,234); }
div.DivClassName
{
background-color: #0732EA;
}
.BgClassName
{
background-color: #0732EA;
}
</style>
border-color css
<style>
span { border-color: #0732EA; }
span { border-color: rgb(7,50,234); }
td.TdClassName
{
border-color: #0732EA;
}
.TagClassName
{
border-color: #0732EA;
}
</style>