Shades of Persian Blue #0732C6
Tints of Persian Blue #0732C6
RGB
CMYK
RGB Variations
Color information
#0732C6 (or 0x0732C6) is known color: Persian Blue. HEX triplet: 07, 32 and C6. RGB value is (7,50,198). Sum of RGB (Red+Green+Blue) = 7+50+198=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 198 (77.73% from 255 or 77.65% from 255); Max value from RGB is 198 - color contains mainly: blue. Hex color #0732C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0732C6 is #F8CD39. Grayscale: #353535. Windows color (decimal): -16305466 or 12988935. OLE color: 12988935.
HSL color Cylindrical-coordinate representation of color #0732C6: hue angle of 226.49º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0732C6 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 50 | 198 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.22 |
| HSL | 226.49º | 0.93% | 0.4% | - |
| HSV(B) | 226.49º | 0.96% | 0.78% | - |
| XYZ | 11.42 | 6.4 | 54.06 | - |
| YUV | 54.02 | 209.25 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 198 | 0.96 | 0.75 | 0 | 0.22 | 226.49 | 0.93 | 0.4 |
| Hex | 7 | 32 | C6 | 60 | 4B | 0 | 16 | E2 | 5D | 28 |
| Octal | 7 | 62 | 306 | 140 | 113 | 0 | 26 | 342 | 135 | 50 |
| Binary | 111 | 110010 | 11000110 | 1100000 | 1001011 | 0 | 10110 | 11100010 | 1011101 | 101000 |
Color Harmonies of #0732C6
Complementary color
Monochromatic Colors of #0732C6
Black with #0732C6
Text Example
Text Example
White with #0732C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0732C6; }
p { color: rgb(7,50,198); }
H1.HeaderClassName
{
color: #0732C6;
}
.AnyTagClassName
{
color: #0732C6;
}
</style>
background-color css
<style>
a { background-color: #0732C6; }
a { background-color: rgb(7,50,198); }
div.DivClassName
{
background-color: #0732C6;
}
.BgClassName
{
background-color: #0732C6;
}
</style>
border-color css
<style>
span { border-color: #0732C6; }
span { border-color: rgb(7,50,198); }
td.TdClassName
{
border-color: #0732C6;
}
.TagClassName
{
border-color: #0732C6;
}
</style>