Shades of Persian Blue #073FCD
Tints of Persian Blue #073FCD
RGB
CMYK
RGB Variations
Color information
#073FCD (or 0x073FCD) is known color: Persian Blue. HEX triplet: 07, 3F and CD. RGB value is (7,63,205). Sum of RGB (Red+Green+Blue) = 7+63+205=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #073FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073FCD is #F8C032. Grayscale: #3D3D3D. Windows color (decimal): -16302131 or 13451015. OLE color: 13451015.
HSL color Cylindrical-coordinate representation of color #073FCD: hue angle of 223.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073FCD is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 63 | 205 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.20 |
| HSL | 223.03º | 0.93% | 0.42% | - |
| HSV(B) | 223.03º | 0.97% | 0.8% | - |
| XYZ | 12.88 | 8.01 | 58.62 | - |
| YUV | 62.44 | 208.45 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 205 | 0.97 | 0.69 | 0 | 0.20 | 223.03 | 0.93 | 0.42 |
| Hex | 7 | 3F | CD | 61 | 45 | 0 | 14 | DF | 5D | 2A |
| Octal | 7 | 77 | 315 | 141 | 105 | 0 | 24 | 337 | 135 | 52 |
| Binary | 111 | 111111 | 11001101 | 1100001 | 1000101 | 0 | 10100 | 11011111 | 1011101 | 101010 |
Color Harmonies of #073FCD
Complementary color
Monochromatic Colors of #073FCD
Black with #073FCD
Text Example
Text Example
White with #073FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FCD; }
p { color: rgb(7,63,205); }
H1.HeaderClassName
{
color: #073FCD;
}
.AnyTagClassName
{
color: #073FCD;
}
</style>
background-color css
<style>
a { background-color: #073FCD; }
a { background-color: rgb(7,63,205); }
div.DivClassName
{
background-color: #073FCD;
}
.BgClassName
{
background-color: #073FCD;
}
</style>
border-color css
<style>
span { border-color: #073FCD; }
span { border-color: rgb(7,63,205); }
td.TdClassName
{
border-color: #073FCD;
}
.TagClassName
{
border-color: #073FCD;
}
</style>