Shades of Persian Blue #073ABC
Tints of Persian Blue #073ABC
RGB
CMYK
RGB Variations
Color information
#073ABC (or 0x073ABC) is known color: Persian Blue. HEX triplet: 07, 3A and BC. RGB value is (7,58,188). Sum of RGB (Red+Green+Blue) = 7+58+188=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #073ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ABC is #F8C543. Grayscale: #393939. Windows color (decimal): -16303428 or 12335623. OLE color: 12335623.
HSL color Cylindrical-coordinate representation of color #073ABC: hue angle of 223.09º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073ABC is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 58 | 188 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.26 |
| HSL | 223.09º | 0.93% | 0.38% | - |
| HSV(B) | 223.09º | 0.96% | 0.74% | - |
| XYZ | 10.68 | 6.7 | 48.31 | - |
| YUV | 57.57 | 201.6 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 188 | 0.96 | 0.69 | 0 | 0.26 | 223.09 | 0.93 | 0.38 |
| Hex | 7 | 3A | BC | 60 | 45 | 0 | 1A | DF | 5D | 26 |
| Octal | 7 | 72 | 274 | 140 | 105 | 0 | 32 | 337 | 135 | 46 |
| Binary | 111 | 111010 | 10111100 | 1100000 | 1000101 | 0 | 11010 | 11011111 | 1011101 | 100110 |
Color Harmonies of #073ABC
Complementary color
Monochromatic Colors of #073ABC
Black with #073ABC
Text Example
Text Example
White with #073ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073ABC; }
p { color: rgb(7,58,188); }
H1.HeaderClassName
{
color: #073ABC;
}
.AnyTagClassName
{
color: #073ABC;
}
</style>
background-color css
<style>
a { background-color: #073ABC; }
a { background-color: rgb(7,58,188); }
div.DivClassName
{
background-color: #073ABC;
}
.BgClassName
{
background-color: #073ABC;
}
</style>
border-color css
<style>
span { border-color: #073ABC; }
span { border-color: rgb(7,58,188); }
td.TdClassName
{
border-color: #073ABC;
}
.TagClassName
{
border-color: #073ABC;
}
</style>