Shades of Persian Blue #073FC2
Tints of Persian Blue #073FC2
RGB
CMYK
RGB Variations
Color information
#073FC2 (or 0x073FC2) is known color: Persian Blue. HEX triplet: 07, 3F and C2. RGB value is (7,63,194). Sum of RGB (Red+Green+Blue) = 7+63+194=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 194 (76.17% from 255 or 73.48% from 264); Max value from RGB is 194 - color contains mainly: blue. Hex color #073FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073FC2 is #F8C03D. Grayscale: #3C3C3C. Windows color (decimal): -16302142 or 12730119. OLE color: 12730119.
HSL color Cylindrical-coordinate representation of color #073FC2: hue angle of 222.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073FC2 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 63 | 194 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.24 |
| HSL | 222.03º | 0.93% | 0.39% | - |
| HSV(B) | 222.03º | 0.96% | 0.76% | - |
| XYZ | 11.6 | 7.5 | 51.87 | - |
| YUV | 61.19 | 202.95 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 194 | 0.96 | 0.68 | 0 | 0.24 | 222.03 | 0.93 | 0.39 |
| Hex | 7 | 3F | C2 | 60 | 44 | 0 | 18 | DE | 5D | 27 |
| Octal | 7 | 77 | 302 | 140 | 104 | 0 | 30 | 336 | 135 | 47 |
| Binary | 111 | 111111 | 11000010 | 1100000 | 1000100 | 0 | 11000 | 11011110 | 1011101 | 100111 |
Color Harmonies of #073FC2
Complementary color
Monochromatic Colors of #073FC2
Black with #073FC2
Text Example
Text Example
White with #073FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FC2; }
p { color: rgb(7,63,194); }
H1.HeaderClassName
{
color: #073FC2;
}
.AnyTagClassName
{
color: #073FC2;
}
</style>
background-color css
<style>
a { background-color: #073FC2; }
a { background-color: rgb(7,63,194); }
div.DivClassName
{
background-color: #073FC2;
}
.BgClassName
{
background-color: #073FC2;
}
</style>
border-color css
<style>
span { border-color: #073FC2; }
span { border-color: rgb(7,63,194); }
td.TdClassName
{
border-color: #073FC2;
}
.TagClassName
{
border-color: #073FC2;
}
</style>