Shades of Persian Blue #0723CE
Tints of Persian Blue #0723CE
RGB
CMYK
RGB Variations
Color information
#0723CE (or 0x0723CE) is known color: Persian Blue. HEX triplet: 07, 23 and CE. RGB value is (7,35,206). Sum of RGB (Red+Green+Blue) = 7+35+206=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 206 (80.86% from 255 or 83.06% from 248); Max value from RGB is 206 - color contains mainly: blue. Hex color #0723CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0723CE is #F8DC31. Grayscale: #2D2D2D. Windows color (decimal): -16309298 or 13509383. OLE color: 13509383.
HSL color Cylindrical-coordinate representation of color #0723CE: hue angle of 231.56º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0723CE is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 35 | 206 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.19 |
| HSL | 231.56º | 0.93% | 0.42% | - |
| HSV(B) | 231.56º | 0.97% | 0.81% | - |
| XYZ | 11.83 | 5.7 | 58.87 | - |
| YUV | 46.12 | 218.22 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 206 | 0.97 | 0.83 | 0 | 0.19 | 231.56 | 0.93 | 0.42 |
| Hex | 7 | 23 | CE | 61 | 53 | 0 | 13 | E8 | 5D | 2A |
| Octal | 7 | 43 | 316 | 141 | 123 | 0 | 23 | 350 | 135 | 52 |
| Binary | 111 | 100011 | 11001110 | 1100001 | 1010011 | 0 | 10011 | 11101000 | 1011101 | 101010 |
Color Harmonies of #0723CE
Complementary color
Monochromatic Colors of #0723CE
Black with #0723CE
Text Example
Text Example
White with #0723CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0723CE; }
p { color: rgb(7,35,206); }
H1.HeaderClassName
{
color: #0723CE;
}
.AnyTagClassName
{
color: #0723CE;
}
</style>
background-color css
<style>
a { background-color: #0723CE; }
a { background-color: rgb(7,35,206); }
div.DivClassName
{
background-color: #0723CE;
}
.BgClassName
{
background-color: #0723CE;
}
</style>
border-color css
<style>
span { border-color: #0723CE; }
span { border-color: rgb(7,35,206); }
td.TdClassName
{
border-color: #0723CE;
}
.TagClassName
{
border-color: #0723CE;
}
</style>