Shades of Persian Blue #0740CD
Tints of Persian Blue #0740CD
RGB
CMYK
RGB Variations
Color information
#0740CD (or 0x0740CD) is known color: Persian Blue. HEX triplet: 07, 40 and CD. RGB value is (7,64,205). Sum of RGB (Red+Green+Blue) = 7+64+205=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #0740CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0740CD is #F8BF32. Grayscale: #3E3E3E. Windows color (decimal): -16301875 or 13451271. OLE color: 13451271.
HSL color Cylindrical-coordinate representation of color #0740CD: hue angle of 222.73º 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 #0740CD is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 64 | 205 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.20 |
| HSL | 222.73º | 0.93% | 0.42% | - |
| HSV(B) | 222.73º | 0.97% | 0.8% | - |
| XYZ | 12.94 | 8.12 | 58.64 | - |
| YUV | 63.03 | 208.12 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 205 | 0.97 | 0.69 | 0 | 0.20 | 222.73 | 0.93 | 0.42 |
| Hex | 7 | 40 | CD | 61 | 45 | 0 | 14 | DF | 5D | 2A |
| Octal | 7 | 100 | 315 | 141 | 105 | 0 | 24 | 337 | 135 | 52 |
| Binary | 111 | 1000000 | 11001101 | 1100001 | 1000101 | 0 | 10100 | 11011111 | 1011101 | 101010 |
Color Harmonies of #0740CD
Complementary color
Monochromatic Colors of #0740CD
Black with #0740CD
Text Example
Text Example
White with #0740CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0740CD; }
p { color: rgb(7,64,205); }
H1.HeaderClassName
{
color: #0740CD;
}
.AnyTagClassName
{
color: #0740CD;
}
</style>
background-color css
<style>
a { background-color: #0740CD; }
a { background-color: rgb(7,64,205); }
div.DivClassName
{
background-color: #0740CD;
}
.BgClassName
{
background-color: #0740CD;
}
</style>
border-color css
<style>
span { border-color: #0740CD; }
span { border-color: rgb(7,64,205); }
td.TdClassName
{
border-color: #0740CD;
}
.TagClassName
{
border-color: #0740CD;
}
</style>