Shades of Persian Blue #0736EB
Tints of Persian Blue #0736EB
RGB
CMYK
RGB Variations
Color information
#0736EB (or 0x0736EB) is known color: Persian Blue. HEX triplet: 07, 36 and EB. RGB value is (7,54,235). Sum of RGB (Red+Green+Blue) = 7+54+235=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 235 (92.19% from 255 or 79.39% from 296); Max value from RGB is 235 - color contains mainly: blue. Hex color #0736EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0736EB is #F8C914. Grayscale: #3B3B3B. Windows color (decimal): -16304405 or 15414791. OLE color: 15414791.
HSL color Cylindrical-coordinate representation of color #0736EB: hue angle of 227.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 #0736EB is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 54 | 235 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.08 |
| HSL | 227.63º | 0.94% | 0.47% | - |
| HSV(B) | 227.63º | 0.97% | 0.92% | - |
| XYZ | 16.4 | 8.68 | 79.41 | - |
| YUV | 60.58 | 226.43 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 235 | 0.97 | 0.77 | 0 | 0.08 | 227.63 | 0.94 | 0.47 |
| Hex | 7 | 36 | EB | 61 | 4D | 0 | 8 | E4 | 5E | 2F |
| Octal | 7 | 66 | 353 | 141 | 115 | 0 | 10 | 344 | 136 | 57 |
| Binary | 111 | 110110 | 11101011 | 1100001 | 1001101 | 0 | 1000 | 11100100 | 1011110 | 101111 |
Color Harmonies of #0736EB
Complementary color
Monochromatic Colors of #0736EB
Black with #0736EB
Text Example
Text Example
White with #0736EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0736EB; }
p { color: rgb(7,54,235); }
H1.HeaderClassName
{
color: #0736EB;
}
.AnyTagClassName
{
color: #0736EB;
}
</style>
background-color css
<style>
a { background-color: #0736EB; }
a { background-color: rgb(7,54,235); }
div.DivClassName
{
background-color: #0736EB;
}
.BgClassName
{
background-color: #0736EB;
}
</style>
border-color css
<style>
span { border-color: #0736EB; }
span { border-color: rgb(7,54,235); }
td.TdClassName
{
border-color: #0736EB;
}
.TagClassName
{
border-color: #0736EB;
}
</style>