Shades of Persian Blue #0731BF
Tints of Persian Blue #0731BF
RGB
CMYK
RGB Variations
Color information
#0731BF (or 0x0731BF) is known color: Persian Blue. HEX triplet: 07, 31 and BF. RGB value is (7,49,191). Sum of RGB (Red+Green+Blue) = 7+49+191=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 191 (75% from 255 or 77.33% from 247); Max value from RGB is 191 - color contains mainly: blue. Hex color #0731BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0731BF is #F8CE40. Grayscale: #343434. Windows color (decimal): -16305729 or 12529927. OLE color: 12529927.
HSL color Cylindrical-coordinate representation of color #0731BF: hue angle of 226.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0731BF is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 49 | 191 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.25 |
| HSL | 226.3º | 0.93% | 0.39% | - |
| HSV(B) | 226.3º | 0.96% | 0.75% | - |
| XYZ | 10.59 | 6 | 49.89 | - |
| YUV | 52.63 | 206.09 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 191 | 0.96 | 0.74 | 0 | 0.25 | 226.3 | 0.93 | 0.39 |
| Hex | 7 | 31 | BF | 60 | 4A | 0 | 19 | E2 | 5D | 27 |
| Octal | 7 | 61 | 277 | 140 | 112 | 0 | 31 | 342 | 135 | 47 |
| Binary | 111 | 110001 | 10111111 | 1100000 | 1001010 | 0 | 11001 | 11100010 | 1011101 | 100111 |
Color Harmonies of #0731BF
Complementary color
Monochromatic Colors of #0731BF
Black with #0731BF
Text Example
Text Example
White with #0731BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0731BF; }
p { color: rgb(7,49,191); }
H1.HeaderClassName
{
color: #0731BF;
}
.AnyTagClassName
{
color: #0731BF;
}
</style>
background-color css
<style>
a { background-color: #0731BF; }
a { background-color: rgb(7,49,191); }
div.DivClassName
{
background-color: #0731BF;
}
.BgClassName
{
background-color: #0731BF;
}
</style>
border-color css
<style>
span { border-color: #0731BF; }
span { border-color: rgb(7,49,191); }
td.TdClassName
{
border-color: #0731BF;
}
.TagClassName
{
border-color: #0731BF;
}
</style>