Shades of Persian Blue #073BDE
Tints of Persian Blue #073BDE
RGB
CMYK
RGB Variations
Color information
#073BDE (or 0x073BDE) is known color: Persian Blue. HEX triplet: 07, 3B and DE. RGB value is (7,59,222). Sum of RGB (Red+Green+Blue) = 7+59+222=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 222 (87.11% from 255 or 77.08% from 288); Max value from RGB is 222 - color contains mainly: blue. Hex color #073BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073BDE is #F8C421. Grayscale: #3D3D3D. Windows color (decimal): -16303138 or 14564103. OLE color: 14564103.
HSL color Cylindrical-coordinate representation of color #073BDE: hue angle of 225.49º 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 #073BDE is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 59 | 222 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.13 |
| HSL | 225.49º | 0.94% | 0.45% | - |
| HSV(B) | 225.49º | 0.97% | 0.87% | - |
| XYZ | 14.84 | 8.45 | 69.96 | - |
| YUV | 62.03 | 218.27 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 222 | 0.97 | 0.73 | 0 | 0.13 | 225.49 | 0.94 | 0.45 |
| Hex | 7 | 3B | DE | 61 | 49 | 0 | D | E1 | 5E | 2D |
| Octal | 7 | 73 | 336 | 141 | 111 | 0 | 15 | 341 | 136 | 55 |
| Binary | 111 | 111011 | 11011110 | 1100001 | 1001001 | 0 | 1101 | 11100001 | 1011110 | 101101 |
Color Harmonies of #073BDE
Complementary color
Monochromatic Colors of #073BDE
Black with #073BDE
Text Example
Text Example
White with #073BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BDE; }
p { color: rgb(7,59,222); }
H1.HeaderClassName
{
color: #073BDE;
}
.AnyTagClassName
{
color: #073BDE;
}
</style>
background-color css
<style>
a { background-color: #073BDE; }
a { background-color: rgb(7,59,222); }
div.DivClassName
{
background-color: #073BDE;
}
.BgClassName
{
background-color: #073BDE;
}
</style>
border-color css
<style>
span { border-color: #073BDE; }
span { border-color: rgb(7,59,222); }
td.TdClassName
{
border-color: #073BDE;
}
.TagClassName
{
border-color: #073BDE;
}
</style>