Shades of Persian Blue #0741DC
Tints of Persian Blue #0741DC
RGB
CMYK
RGB Variations
Color information
#0741DC (or 0x0741DC) is known color: Persian Blue. HEX triplet: 07, 41 and DC. RGB value is (7,65,220). Sum of RGB (Red+Green+Blue) = 7+65+220=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #0741DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0741DC is #F8BE23. Grayscale: #404040. Windows color (decimal): -16301604 or 14434567. OLE color: 14434567.
HSL color Cylindrical-coordinate representation of color #0741DC: hue angle of 223.66º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0741DC is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 65 | 220 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.14 |
| HSL | 223.66º | 0.94% | 0.45% | - |
| HSV(B) | 223.66º | 0.97% | 0.86% | - |
| XYZ | 14.9 | 8.99 | 68.66 | - |
| YUV | 65.33 | 215.28 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 220 | 0.97 | 0.70 | 0 | 0.14 | 223.66 | 0.94 | 0.45 |
| Hex | 7 | 41 | DC | 61 | 46 | 0 | E | E0 | 5E | 2D |
| Octal | 7 | 101 | 334 | 141 | 106 | 0 | 16 | 340 | 136 | 55 |
| Binary | 111 | 1000001 | 11011100 | 1100001 | 1000110 | 0 | 1110 | 11100000 | 1011110 | 101101 |
Color Harmonies of #0741DC
Complementary color
Monochromatic Colors of #0741DC
Black with #0741DC
Text Example
Text Example
White with #0741DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0741DC; }
p { color: rgb(7,65,220); }
H1.HeaderClassName
{
color: #0741DC;
}
.AnyTagClassName
{
color: #0741DC;
}
</style>
background-color css
<style>
a { background-color: #0741DC; }
a { background-color: rgb(7,65,220); }
div.DivClassName
{
background-color: #0741DC;
}
.BgClassName
{
background-color: #0741DC;
}
</style>
border-color css
<style>
span { border-color: #0741DC; }
span { border-color: rgb(7,65,220); }
td.TdClassName
{
border-color: #0741DC;
}
.TagClassName
{
border-color: #0741DC;
}
</style>