Shades of Persian Blue #0723C1
Tints of Persian Blue #0723C1
RGB
CMYK
RGB Variations
Color information
#0723C1 (or 0x0723C1) is known color: Persian Blue. HEX triplet: 07, 23 and C1. RGB value is (7,35,193). Sum of RGB (Red+Green+Blue) = 7+35+193=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 193 (75.78% from 255 or 82.13% from 235); Max value from RGB is 193 - color contains mainly: blue. Hex color #0723C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0723C1 is #F8DC3E. Grayscale: #2B2B2B. Windows color (decimal): -16309311 or 12657415. OLE color: 12657415.
HSL color Cylindrical-coordinate representation of color #0723C1: hue angle of 230.97º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0723C1 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 35 | 193 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.24 |
| HSL | 230.97º | 0.93% | 0.39% | - |
| HSV(B) | 230.97º | 0.96% | 0.76% | - |
| XYZ | 10.31 | 5.1 | 50.89 | - |
| YUV | 44.64 | 211.72 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 193 | 0.96 | 0.82 | 0 | 0.24 | 230.97 | 0.93 | 0.39 |
| Hex | 7 | 23 | C1 | 60 | 52 | 0 | 18 | E7 | 5D | 27 |
| Octal | 7 | 43 | 301 | 140 | 122 | 0 | 30 | 347 | 135 | 47 |
| Binary | 111 | 100011 | 11000001 | 1100000 | 1010010 | 0 | 11000 | 11100111 | 1011101 | 100111 |
Color Harmonies of #0723C1
Complementary color
Monochromatic Colors of #0723C1
Black with #0723C1
Text Example
Text Example
White with #0723C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0723C1; }
p { color: rgb(7,35,193); }
H1.HeaderClassName
{
color: #0723C1;
}
.AnyTagClassName
{
color: #0723C1;
}
</style>
background-color css
<style>
a { background-color: #0723C1; }
a { background-color: rgb(7,35,193); }
div.DivClassName
{
background-color: #0723C1;
}
.BgClassName
{
background-color: #0723C1;
}
</style>
border-color css
<style>
span { border-color: #0723C1; }
span { border-color: rgb(7,35,193); }
td.TdClassName
{
border-color: #0723C1;
}
.TagClassName
{
border-color: #0723C1;
}
</style>