Shades of Persian Blue #0632EC
Tints of Persian Blue #0632EC
RGB
CMYK
RGB Variations
Color information
#0632EC (or 0x0632EC) is known color: Persian Blue. HEX triplet: 06, 32 and EC. RGB value is (6,50,236). Sum of RGB (Red+Green+Blue) = 6+50+236=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 236 (92.58% from 255 or 80.82% from 292); Max value from RGB is 236 - color contains mainly: blue. Hex color #0632EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0632EC is #F9CD13. Grayscale: #393939. Windows color (decimal): -16370964 or 15479302. OLE color: 15479302.
HSL color Cylindrical-coordinate representation of color #0632EC: hue angle of 228.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0632EC is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 50 | 236 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.07 |
| HSL | 228.52º | 0.95% | 0.47% | - |
| HSV(B) | 228.52º | 0.97% | 0.93% | - |
| XYZ | 16.36 | 8.38 | 80.11 | - |
| YUV | 58.05 | 228.42 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 236 | 0.97 | 0.79 | 0 | 0.07 | 228.52 | 0.95 | 0.47 |
| Hex | 6 | 32 | EC | 61 | 4F | 0 | 7 | E5 | 5F | 2F |
| Octal | 6 | 62 | 354 | 141 | 117 | 0 | 7 | 345 | 137 | 57 |
| Binary | 110 | 110010 | 11101100 | 1100001 | 1001111 | 0 | 111 | 11100101 | 1011111 | 101111 |
Color Harmonies of #0632EC
Complementary color
Monochromatic Colors of #0632EC
Black with #0632EC
Text Example
Text Example
White with #0632EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0632EC; }
p { color: rgb(6,50,236); }
H1.HeaderClassName
{
color: #0632EC;
}
.AnyTagClassName
{
color: #0632EC;
}
</style>
background-color css
<style>
a { background-color: #0632EC; }
a { background-color: rgb(6,50,236); }
div.DivClassName
{
background-color: #0632EC;
}
.BgClassName
{
background-color: #0632EC;
}
</style>
border-color css
<style>
span { border-color: #0632EC; }
span { border-color: rgb(6,50,236); }
td.TdClassName
{
border-color: #0632EC;
}
.TagClassName
{
border-color: #0632EC;
}
</style>