Shades of Persian Blue #073CE8
Tints of Persian Blue #073CE8
RGB
CMYK
RGB Variations
Color information
#073CE8 (or 0x073CE8) is known color: Persian Blue. HEX triplet: 07, 3C and E8. RGB value is (7,60,232). Sum of RGB (Red+Green+Blue) = 7+60+232=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 232 (91.02% from 255 or 77.59% from 299); Max value from RGB is 232 - color contains mainly: blue. Hex color #073CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073CE8 is #F8C317. Grayscale: #3F3F3F. Windows color (decimal): -16302872 or 15219719. OLE color: 15219719.
HSL color Cylindrical-coordinate representation of color #073CE8: hue angle of 225.87º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073CE8 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 60 | 232 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.09 |
| HSL | 225.87º | 0.94% | 0.47% | - |
| HSV(B) | 225.87º | 0.97% | 0.91% | - |
| XYZ | 16.27 | 9.1 | 77.24 | - |
| YUV | 63.76 | 222.94 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 232 | 0.97 | 0.74 | 0 | 0.09 | 225.87 | 0.94 | 0.47 |
| Hex | 7 | 3C | E8 | 61 | 4A | 0 | 9 | E2 | 5E | 2F |
| Octal | 7 | 74 | 350 | 141 | 112 | 0 | 11 | 342 | 136 | 57 |
| Binary | 111 | 111100 | 11101000 | 1100001 | 1001010 | 0 | 1001 | 11100010 | 1011110 | 101111 |
Color Harmonies of #073CE8
Complementary color
Monochromatic Colors of #073CE8
Black with #073CE8
Text Example
Text Example
White with #073CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073CE8; }
p { color: rgb(7,60,232); }
H1.HeaderClassName
{
color: #073CE8;
}
.AnyTagClassName
{
color: #073CE8;
}
</style>
background-color css
<style>
a { background-color: #073CE8; }
a { background-color: rgb(7,60,232); }
div.DivClassName
{
background-color: #073CE8;
}
.BgClassName
{
background-color: #073CE8;
}
</style>
border-color css
<style>
span { border-color: #073CE8; }
span { border-color: rgb(7,60,232); }
td.TdClassName
{
border-color: #073CE8;
}
.TagClassName
{
border-color: #073CE8;
}
</style>