Shades of Persian Blue #073DC8
Tints of Persian Blue #073DC8
RGB
CMYK
RGB Variations
Color information
#073DC8 (or 0x073DC8) is known color: Persian Blue. HEX triplet: 07, 3D and C8. RGB value is (7,61,200). Sum of RGB (Red+Green+Blue) = 7+61+200=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 200 (78.52% from 255 or 74.63% from 268); Max value from RGB is 200 - color contains mainly: blue. Hex color #073DC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073DC8 is #F8C237. Grayscale: #3C3C3C. Windows color (decimal): -16302648 or 13122823. OLE color: 13122823.
HSL color Cylindrical-coordinate representation of color #073DC8: hue angle of 223.21º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073DC8 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 61 | 200 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.22 |
| HSL | 223.21º | 0.93% | 0.41% | - |
| HSV(B) | 223.21º | 0.97% | 0.78% | - |
| XYZ | 12.18 | 7.55 | 55.46 | - |
| YUV | 60.7 | 206.61 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 200 | 0.96 | 0.69 | 0 | 0.22 | 223.21 | 0.93 | 0.41 |
| Hex | 7 | 3D | C8 | 60 | 45 | 0 | 16 | DF | 5D | 29 |
| Octal | 7 | 75 | 310 | 140 | 105 | 0 | 26 | 337 | 135 | 51 |
| Binary | 111 | 111101 | 11001000 | 1100000 | 1000101 | 0 | 10110 | 11011111 | 1011101 | 101001 |
Color Harmonies of #073DC8
Complementary color
Monochromatic Colors of #073DC8
Black with #073DC8
Text Example
Text Example
White with #073DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073DC8; }
p { color: rgb(7,61,200); }
H1.HeaderClassName
{
color: #073DC8;
}
.AnyTagClassName
{
color: #073DC8;
}
</style>
background-color css
<style>
a { background-color: #073DC8; }
a { background-color: rgb(7,61,200); }
div.DivClassName
{
background-color: #073DC8;
}
.BgClassName
{
background-color: #073DC8;
}
</style>
border-color css
<style>
span { border-color: #073DC8; }
span { border-color: rgb(7,61,200); }
td.TdClassName
{
border-color: #073DC8;
}
.TagClassName
{
border-color: #073DC8;
}
</style>