Shades of Persian Blue #073ABB
Tints of Persian Blue #073ABB
RGB
CMYK
RGB Variations
Color information
#073ABB (or 0x073ABB) is known color: Persian Blue. HEX triplet: 07, 3A and BB. RGB value is (7,58,187). Sum of RGB (Red+Green+Blue) = 7+58+187=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #073ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ABB is #F8C544. Grayscale: #383838. Windows color (decimal): -16303429 or 12270087. OLE color: 12270087.
HSL color Cylindrical-coordinate representation of color #073ABB: hue angle of 223º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073ABB is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 58 | 187 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.27 |
| HSL | 223º | 0.93% | 0.38% | - |
| HSV(B) | 223º | 0.96% | 0.73% | - |
| XYZ | 10.57 | 6.66 | 47.74 | - |
| YUV | 57.46 | 201.1 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 187 | 0.96 | 0.69 | 0 | 0.27 | 223 | 0.93 | 0.38 |
| Hex | 7 | 3A | BB | 60 | 45 | 0 | 1B | DF | 5D | 26 |
| Octal | 7 | 72 | 273 | 140 | 105 | 0 | 33 | 337 | 135 | 46 |
| Binary | 111 | 111010 | 10111011 | 1100000 | 1000101 | 0 | 11011 | 11011111 | 1011101 | 100110 |
Color Harmonies of #073ABB
Complementary color
Monochromatic Colors of #073ABB
Black with #073ABB
Text Example
Text Example
White with #073ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073ABB; }
p { color: rgb(7,58,187); }
H1.HeaderClassName
{
color: #073ABB;
}
.AnyTagClassName
{
color: #073ABB;
}
</style>
background-color css
<style>
a { background-color: #073ABB; }
a { background-color: rgb(7,58,187); }
div.DivClassName
{
background-color: #073ABB;
}
.BgClassName
{
background-color: #073ABB;
}
</style>
border-color css
<style>
span { border-color: #073ABB; }
span { border-color: rgb(7,58,187); }
td.TdClassName
{
border-color: #073ABB;
}
.TagClassName
{
border-color: #073ABB;
}
</style>