Shades of Persian Blue #073ADE
Tints of Persian Blue #073ADE
RGB
CMYK
RGB Variations
Color information
#073ADE (or 0x073ADE) is known color: Persian Blue. HEX triplet: 07, 3A and DE. RGB value is (7,58,222). Sum of RGB (Red+Green+Blue) = 7+58+222=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #073ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ADE is #F8C521. Grayscale: #3C3C3C. Windows color (decimal): -16303394 or 14563847. OLE color: 14563847.
HSL color Cylindrical-coordinate representation of color #073ADE: hue angle of 225.77º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073ADE is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 58 | 222 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.13 |
| HSL | 225.77º | 0.94% | 0.45% | - |
| HSV(B) | 225.77º | 0.97% | 0.87% | - |
| XYZ | 14.79 | 8.35 | 69.94 | - |
| YUV | 61.45 | 218.6 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 222 | 0.97 | 0.74 | 0 | 0.13 | 225.77 | 0.94 | 0.45 |
| Hex | 7 | 3A | DE | 61 | 4A | 0 | D | E2 | 5E | 2D |
| Octal | 7 | 72 | 336 | 141 | 112 | 0 | 15 | 342 | 136 | 55 |
| Binary | 111 | 111010 | 11011110 | 1100001 | 1001010 | 0 | 1101 | 11100010 | 1011110 | 101101 |
Color Harmonies of #073ADE
Complementary color
Monochromatic Colors of #073ADE
Black with #073ADE
Text Example
Text Example
White with #073ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073ADE; }
p { color: rgb(7,58,222); }
H1.HeaderClassName
{
color: #073ADE;
}
.AnyTagClassName
{
color: #073ADE;
}
</style>
background-color css
<style>
a { background-color: #073ADE; }
a { background-color: rgb(7,58,222); }
div.DivClassName
{
background-color: #073ADE;
}
.BgClassName
{
background-color: #073ADE;
}
</style>
border-color css
<style>
span { border-color: #073ADE; }
span { border-color: rgb(7,58,222); }
td.TdClassName
{
border-color: #073ADE;
}
.TagClassName
{
border-color: #073ADE;
}
</style>