Shades of Persian Blue #0726CB
Tints of Persian Blue #0726CB
RGB
CMYK
RGB Variations
Color information
#0726CB (or 0x0726CB) is known color: Persian Blue. HEX triplet: 07, 26 and CB. RGB value is (7,38,203). Sum of RGB (Red+Green+Blue) = 7+38+203=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #0726CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0726CB is #F8D934. Grayscale: #2E2E2E. Windows color (decimal): -16308533 or 13313543. OLE color: 13313543.
HSL color Cylindrical-coordinate representation of color #0726CB: hue angle of 230.51º 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 #0726CB is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 38 | 203 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.20 |
| HSL | 230.51º | 0.93% | 0.41% | - |
| HSV(B) | 230.51º | 0.97% | 0.8% | - |
| XYZ | 11.56 | 5.74 | 57 | - |
| YUV | 47.54 | 215.73 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 203 | 0.97 | 0.81 | 0 | 0.20 | 230.51 | 0.93 | 0.41 |
| Hex | 7 | 26 | CB | 61 | 51 | 0 | 14 | E7 | 5D | 29 |
| Octal | 7 | 46 | 313 | 141 | 121 | 0 | 24 | 347 | 135 | 51 |
| Binary | 111 | 100110 | 11001011 | 1100001 | 1010001 | 0 | 10100 | 11100111 | 1011101 | 101001 |
Color Harmonies of #0726CB
Complementary color
Monochromatic Colors of #0726CB
Black with #0726CB
Text Example
Text Example
White with #0726CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0726CB; }
p { color: rgb(7,38,203); }
H1.HeaderClassName
{
color: #0726CB;
}
.AnyTagClassName
{
color: #0726CB;
}
</style>
background-color css
<style>
a { background-color: #0726CB; }
a { background-color: rgb(7,38,203); }
div.DivClassName
{
background-color: #0726CB;
}
.BgClassName
{
background-color: #0726CB;
}
</style>
border-color css
<style>
span { border-color: #0726CB; }
span { border-color: rgb(7,38,203); }
td.TdClassName
{
border-color: #0726CB;
}
.TagClassName
{
border-color: #0726CB;
}
</style>