Shades of Persian Blue #073BBB
Tints of Persian Blue #073BBB
RGB
CMYK
RGB Variations
Color information
#073BBB (or 0x073BBB) is known color: Persian Blue. HEX triplet: 07, 3B and BB. RGB value is (7,59,187). Sum of RGB (Red+Green+Blue) = 7+59+187=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #073BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073BBB is #F8C444. Grayscale: #393939. Windows color (decimal): -16303173 or 12270343. OLE color: 12270343.
HSL color Cylindrical-coordinate representation of color #073BBB: hue angle of 222.67º 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 #073BBB is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 59 | 187 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.27 |
| HSL | 222.67º | 0.93% | 0.38% | - |
| HSV(B) | 222.67º | 0.96% | 0.73% | - |
| XYZ | 10.62 | 6.76 | 47.76 | - |
| YUV | 58.04 | 200.77 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 187 | 0.96 | 0.68 | 0 | 0.27 | 222.67 | 0.93 | 0.38 |
| Hex | 7 | 3B | BB | 60 | 44 | 0 | 1B | DF | 5D | 26 |
| Octal | 7 | 73 | 273 | 140 | 104 | 0 | 33 | 337 | 135 | 46 |
| Binary | 111 | 111011 | 10111011 | 1100000 | 1000100 | 0 | 11011 | 11011111 | 1011101 | 100110 |
Color Harmonies of #073BBB
Complementary color
Monochromatic Colors of #073BBB
Black with #073BBB
Text Example
Text Example
White with #073BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BBB; }
p { color: rgb(7,59,187); }
H1.HeaderClassName
{
color: #073BBB;
}
.AnyTagClassName
{
color: #073BBB;
}
</style>
background-color css
<style>
a { background-color: #073BBB; }
a { background-color: rgb(7,59,187); }
div.DivClassName
{
background-color: #073BBB;
}
.BgClassName
{
background-color: #073BBB;
}
</style>
border-color css
<style>
span { border-color: #073BBB; }
span { border-color: rgb(7,59,187); }
td.TdClassName
{
border-color: #073BBB;
}
.TagClassName
{
border-color: #073BBB;
}
</style>