Shades of Persian Blue #073DCB
Tints of Persian Blue #073DCB
RGB
CMYK
RGB Variations
Color information
#073DCB (or 0x073DCB) is known color: Persian Blue. HEX triplet: 07, 3D and CB. RGB value is (7,61,203). Sum of RGB (Red+Green+Blue) = 7+61+203=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #073DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073DCB is #F8C234. Grayscale: #3C3C3C. Windows color (decimal): -16302645 or 13319431. OLE color: 13319431.
HSL color Cylindrical-coordinate representation of color #073DCB: hue angle of 223.47º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073DCB is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 61 | 203 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.20 |
| HSL | 223.47º | 0.93% | 0.41% | - |
| HSV(B) | 223.47º | 0.97% | 0.8% | - |
| XYZ | 12.54 | 7.69 | 57.32 | - |
| YUV | 61.04 | 208.11 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 203 | 0.97 | 0.70 | 0 | 0.20 | 223.47 | 0.93 | 0.41 |
| Hex | 7 | 3D | CB | 61 | 46 | 0 | 14 | DF | 5D | 29 |
| Octal | 7 | 75 | 313 | 141 | 106 | 0 | 24 | 337 | 135 | 51 |
| Binary | 111 | 111101 | 11001011 | 1100001 | 1000110 | 0 | 10100 | 11011111 | 1011101 | 101001 |
Color Harmonies of #073DCB
Complementary color
Monochromatic Colors of #073DCB
Black with #073DCB
Text Example
Text Example
White with #073DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073DCB; }
p { color: rgb(7,61,203); }
H1.HeaderClassName
{
color: #073DCB;
}
.AnyTagClassName
{
color: #073DCB;
}
</style>
background-color css
<style>
a { background-color: #073DCB; }
a { background-color: rgb(7,61,203); }
div.DivClassName
{
background-color: #073DCB;
}
.BgClassName
{
background-color: #073DCB;
}
</style>
border-color css
<style>
span { border-color: #073DCB; }
span { border-color: rgb(7,61,203); }
td.TdClassName
{
border-color: #073DCB;
}
.TagClassName
{
border-color: #073DCB;
}
</style>