Shades of Persian Blue #0733BC
Tints of Persian Blue #0733BC
RGB
CMYK
RGB Variations
Color information
#0733BC (or 0x0733BC) is known color: Persian Blue. HEX triplet: 07, 33 and BC. RGB value is (7,51,188). Sum of RGB (Red+Green+Blue) = 7+51+188=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #0733BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0733BC is #F8CC43. Grayscale: #343434. Windows color (decimal): -16305220 or 12333831. OLE color: 12333831.
HSL color Cylindrical-coordinate representation of color #0733BC: hue angle of 225.41º 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 #0733BC is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 51 | 188 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.26 |
| HSL | 225.41º | 0.93% | 0.38% | - |
| HSV(B) | 225.41º | 0.96% | 0.74% | - |
| XYZ | 10.35 | 6.04 | 48.2 | - |
| YUV | 53.46 | 203.92 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 188 | 0.96 | 0.73 | 0 | 0.26 | 225.41 | 0.93 | 0.38 |
| Hex | 7 | 33 | BC | 60 | 49 | 0 | 1A | E1 | 5D | 26 |
| Octal | 7 | 63 | 274 | 140 | 111 | 0 | 32 | 341 | 135 | 46 |
| Binary | 111 | 110011 | 10111100 | 1100000 | 1001001 | 0 | 11010 | 11100001 | 1011101 | 100110 |
Color Harmonies of #0733BC
Complementary color
Monochromatic Colors of #0733BC
Black with #0733BC
Text Example
Text Example
White with #0733BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0733BC; }
p { color: rgb(7,51,188); }
H1.HeaderClassName
{
color: #0733BC;
}
.AnyTagClassName
{
color: #0733BC;
}
</style>
background-color css
<style>
a { background-color: #0733BC; }
a { background-color: rgb(7,51,188); }
div.DivClassName
{
background-color: #0733BC;
}
.BgClassName
{
background-color: #0733BC;
}
</style>
border-color css
<style>
span { border-color: #0733BC; }
span { border-color: rgb(7,51,188); }
td.TdClassName
{
border-color: #0733BC;
}
.TagClassName
{
border-color: #0733BC;
}
</style>