Shades of Persian Blue #073ACF
Tints of Persian Blue #073ACF
RGB
CMYK
RGB Variations
Color information
#073ACF (or 0x073ACF) is known color: Persian Blue. HEX triplet: 07, 3A and CF. RGB value is (7,58,207). Sum of RGB (Red+Green+Blue) = 7+58+207=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #073ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ACF is #F8C530. Grayscale: #3B3B3B. Windows color (decimal): -16303409 or 13580807. OLE color: 13580807.
HSL color Cylindrical-coordinate representation of color #073ACF: hue angle of 224.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073ACF is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 58 | 207 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.19 |
| HSL | 224.7º | 0.93% | 0.42% | - |
| HSV(B) | 224.7º | 0.97% | 0.81% | - |
| XYZ | 12.86 | 7.58 | 59.82 | - |
| YUV | 59.74 | 211.1 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 207 | 0.97 | 0.72 | 0 | 0.19 | 224.7 | 0.93 | 0.42 |
| Hex | 7 | 3A | CF | 61 | 48 | 0 | 13 | E1 | 5D | 2A |
| Octal | 7 | 72 | 317 | 141 | 110 | 0 | 23 | 341 | 135 | 52 |
| Binary | 111 | 111010 | 11001111 | 1100001 | 1001000 | 0 | 10011 | 11100001 | 1011101 | 101010 |
Color Harmonies of #073ACF
Complementary color
Monochromatic Colors of #073ACF
Black with #073ACF
Text Example
Text Example
White with #073ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073ACF; }
p { color: rgb(7,58,207); }
H1.HeaderClassName
{
color: #073ACF;
}
.AnyTagClassName
{
color: #073ACF;
}
</style>
background-color css
<style>
a { background-color: #073ACF; }
a { background-color: rgb(7,58,207); }
div.DivClassName
{
background-color: #073ACF;
}
.BgClassName
{
background-color: #073ACF;
}
</style>
border-color css
<style>
span { border-color: #073ACF; }
span { border-color: rgb(7,58,207); }
td.TdClassName
{
border-color: #073ACF;
}
.TagClassName
{
border-color: #073ACF;
}
</style>