Shades of Persian Blue #0730BD
Tints of Persian Blue #0730BD
RGB
CMYK
RGB Variations
Color information
#0730BD (or 0x0730BD) is known color: Persian Blue. HEX triplet: 07, 30 and BD. RGB value is (7,48,189). Sum of RGB (Red+Green+Blue) = 7+48+189=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #0730BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0730BD is #F8CF42. Grayscale: #333333. Windows color (decimal): -16305987 or 12398599. OLE color: 12398599.
HSL color Cylindrical-coordinate representation of color #0730BD: hue angle of 226.48º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0730BD is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 48 | 189 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.26 |
| HSL | 226.48º | 0.93% | 0.38% | - |
| HSV(B) | 226.48º | 0.96% | 0.74% | - |
| XYZ | 10.33 | 5.83 | 48.73 | - |
| YUV | 51.82 | 205.42 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 189 | 0.96 | 0.75 | 0 | 0.26 | 226.48 | 0.93 | 0.38 |
| Hex | 7 | 30 | BD | 60 | 4B | 0 | 1A | E2 | 5D | 26 |
| Octal | 7 | 60 | 275 | 140 | 113 | 0 | 32 | 342 | 135 | 46 |
| Binary | 111 | 110000 | 10111101 | 1100000 | 1001011 | 0 | 11010 | 11100010 | 1011101 | 100110 |
Color Harmonies of #0730BD
Complementary color
Monochromatic Colors of #0730BD
Black with #0730BD
Text Example
Text Example
White with #0730BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0730BD; }
p { color: rgb(7,48,189); }
H1.HeaderClassName
{
color: #0730BD;
}
.AnyTagClassName
{
color: #0730BD;
}
</style>
background-color css
<style>
a { background-color: #0730BD; }
a { background-color: rgb(7,48,189); }
div.DivClassName
{
background-color: #0730BD;
}
.BgClassName
{
background-color: #0730BD;
}
</style>
border-color css
<style>
span { border-color: #0730BD; }
span { border-color: rgb(7,48,189); }
td.TdClassName
{
border-color: #0730BD;
}
.TagClassName
{
border-color: #0730BD;
}
</style>